|
helma | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
Fields and methods of the helma.Search class
| Prototype Summary | |
| helma.Search | This class provides functionality for creating a fulltext search index based on Apache Lucene. |
| helma.Search.BooleanQuery | This class represents a Boolean Query, providing various methods for combining other Query instances using boolean operators. |
| helma.Search.Document | Instances of this class represent a single index document. |
| helma.Search.FuzzyQuery | Instances of this class represent a fuzzy query |
| helma.Search.HitCollection | This class provides Helma-like methods for accessing a collection of search hits. |
| helma.Search.Index | Instances of this class represent a Lucene search index located in either a directory on disk or in RAM. |
| helma.Search.PhraseQuery | Instances of this class represent a phrase query. |
| helma.Search.PrefixQuery | Instances of this class represent a prefix query |
| helma.Search.Query | Base class for the various query constructors. |
| helma.Search.QueryFilter | |
| helma.Search.RangeQuery | Instances of this class represent a range query, wrapping a Lucene RangeQuery instance. |
| helma.Search.Searcher | This class provides basic functionality for searching an index. |
| helma.Search.TermQuery | This class represents a simple Term Query. |
| helma.Search.WildcardQuery | Instances of this class represent a wildcard query. |
|
helma | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||