Package fr.gouv.culture.sdx.search.lucene.query

TODODocumentation:SDX applications classes.

See:
          Description

Interface Summary
Index  
Query Interface pour toutes les classes qui representent des requetes de recherche.
 

Class Summary
AbstractQuery Abstract class for basic SDX query functionalities.
AbstractResponse  
CachingRewrittenQueryWrapper Simple wrapper for a Lucene query that collects all queries generated by calling rewrite on the original Lucene query and stores them in a BooleanQuery.
ComplexQuery A complex boolean query, reprenseted as a tree.
DateIntervalQuery A search for date intervals, opened or closed.
ExactFieldQuery Contains an exact acceptRequest on a term in a field.
FieldQuery A search acceptRequest by field.
LinearComplexQueryBuilder Helper class to build a ComplexQuery from a series of search criterias.
LinearQuery A linear query.
LuceneIndex Information and services related to a LuceneIndex.
RegexTerms A list of terms for a document base filtered against a regular expression.
RemoteIndex  
RestrictedQuery A acceptRequest with the constraint that the results of this query must contain all the words present in the search acceptRequest.
ResultDocument A result document of a search.
ResultDocuments The documents which form an ordered list of search results.
Results The results of a search.
SDXRangeQuery SDXRangeQuery extends org.apache.lucene.search.RangeQuery.
SDXTermQuery SDXTermQuery extends org.apache.lucene.search.TermQuery.
SearchLocations A list of LuceneIndex where searches can be made.
SimpleQuery A simple query.
SortSpecification Indications for sorting of search results.
TermInfo Information regarding a term of a search index
Terms A list of terms for a document base.
 

Package fr.gouv.culture.sdx.search.lucene.query Description

TODODocumentation:SDX applications classes.

An SDX application is a unit of processing within SDX. An application can drive searches, have users, etc.

An application may index documents in one or more document bases, which then store the documents in one or more repositories.

The SDX framework is responsible for loading applications at startup time. An application is described in an XML configuration file.



Copyright © 2000-2010 Ministere de la culture et de la communication / AJLSM. All Rights Reserved.