Package org.apache.lucene.queryParser.surround.query
This package contains SrndQuery and its subclasses.
AndQuery | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
BasicQueryFactory | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
ComposedQuery | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
DistanceQuery | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
FieldsQuery | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
NotQuery | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
OrQuery | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
SimpleTerm | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
SpanNearClauseFactory | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
SrndPrefixQuery | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
SrndQuery | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
SrndTermQuery | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
SrndTruncQuery | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
TooManyBasicQueries | Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. |
This package contains SrndQuery and its subclasses.
The parser in the org.apache.lucene.queryParser.surround.parser package
normally generates a SrndQuery.
For searching an org.apache.lucene.search.Query is provided by
the SrndQuery.makeLuceneQueryField method.
For this, TermQuery, BooleanQuery and SpanQuery are used from Lucene.
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.