Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

PointOfViewServer: Javadoc index of package PointOfViewServer.


Package Samples:

PointOfViewServer

Classes:

Query: This class defines a SQL query object. Query objects are created from DimensionSubset objects by calling of buildQuery inherited method. The normal forme of the query is : SELECT field1,field2 FROM tableA WHERE ... Note that it is possible to use alias to build more complex queries. Query is decomposed into differents parts (SELECT..., FROM..., WHERE..., ...). The SQL keywords SELECT, FROM, WHERE,... are not included in variables. They contain only literal part of clauses. At least, the class provides the table name and the field name of the query in a list of DimensionField and DimensionTable ...
DimensionSubsetExtension: DimensionSubsetRank defines dimension using popularity rank of document. Upper rank and lower rank properties are used to build SQL query, and define a subset of elements in database.
DimensionSubsetRank: DimensionSubsetRank defines dimension using popularity rank of document. Upper rank and lower rank properties are used to build SQL query, and define a subset of elements in database.
DimensionSubset: DimensionSubset represents a subset of documents. The subset is caracterised by two values the results will be positioned between. The subset is physically defined by a SQL query.
DimensionSubsetDate: DimensionSubsetDate defines dimension using date of document. Upper date and lower date properties are used to build SQL query, and define a subset of elements in database.
DimensionSubsetWord: DimensionSubsetWord defines dimension using words contained in documents. Expression is used to build SQL query, and define a subset of elements in database.
SearchImpl: This class provides a buildQueries and an execute function to execute search (building queries from dimensions, executing them and building results list).
Affix: This class maintains affixes data used to define words to search. See mnoGoSearch documentation for more informations.
Result: This class describes a line of result ; a result contains complete url, description of the document, size,...
Word: This class represents a word. A word may be linked to others words because they are synonyms for example.
Search: This class is an interface used to implement RMI facilities. It will be implemented by SearchImpl class.
DimensionField: DimensionField class represents a field of a query specified in a "select" clause.
DimensionFieldList: DimensionFieldList provides services to maintain list of DimensionField objects.
SearchServer: SearchServer creates Search object which will be available using RMI interface.
DatabaseConnection: DatabaseConnection object provides services to maintain a database connection.
AffixList: AffixList class provides a list of Affix objects and services to maintain it.
DimensionSubsetList: DimensionSubsetList maintains DimensionSubset objects in a collection.
DimensionSubsetListImpl: DimensionSubsetList maintains DimensionSubset objects in a collection.
ResultList: This class maintains Result objects using a collection
QueryList: This class maintains a collection of Query objects.
WordList: This class maintains Word objects in a collection
DimensionTableList: This class contains list of table names.
Crc32: This class provides crc32 operations
DimensionTable
HtmlPage

Home | Contact Us | Privacy Policy | Terms of Service