| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpanQuery | |
|---|---|
| org.apache.lucene.queryParser.surround.query | This package contains SrndQuery and its subclasses. | 
| org.apache.lucene.search | Code to search indices. | 
| org.apache.lucene.search.payloads | The payloads package provides Query mechanisms for finding and using payloads.  | 
| org.apache.lucene.search.regex | Regular expression Query. | 
| org.apache.lucene.search.spans | The calculus of spans. | 
| org.apache.lucene.xmlparser.builders | |
| Uses of SpanQuery in org.apache.lucene.queryParser.surround.query | 
|---|
| Methods in org.apache.lucene.queryParser.surround.query that return SpanQuery | |
|---|---|
|  SpanQuery | SpanNearClauseFactory.makeSpanNearClause() | 
| Methods in org.apache.lucene.queryParser.surround.query with parameters of type SpanQuery | |
|---|---|
| protected  void | SpanNearClauseFactory.addSpanQueryWeighted(SpanQuery sq,
                     float weight) | 
| Uses of SpanQuery in org.apache.lucene.search | 
|---|
| Fields in org.apache.lucene.search declared as SpanQuery | |
|---|---|
| protected  SpanQuery | SpanQueryFilter.query | 
| Methods in org.apache.lucene.search that return SpanQuery | |
|---|---|
|  SpanQuery | SpanQueryFilter.getQuery() | 
| Constructors in org.apache.lucene.search with parameters of type SpanQuery | |
|---|---|
| SpanQueryFilter(SpanQuery query)Constructs a filter which only matches documents matching query. | |
| Uses of SpanQuery in org.apache.lucene.search.payloads | 
|---|
| Subclasses of SpanQuery in org.apache.lucene.search.payloads | |
|---|---|
|  class | PayloadNearQueryThis class is very similar to SpanNearQueryexcept that it factors
 in the value of the payloads located at each of the positions where theTermSpansoccurs. | 
|  class | PayloadTermQueryThis class is very similar to SpanTermQueryexcept that it factors
 in the value of the payload located at each of the positions where theTermoccurs. | 
| Constructors in org.apache.lucene.search.payloads with parameters of type SpanQuery | |
|---|---|
| PayloadNearQuery.PayloadNearSpanWeight(SpanQuery query,
                                       Searcher searcher) | |
| PayloadNearQuery(SpanQuery[] clauses,
                 int slop,
                 boolean inOrder) | |
| PayloadNearQuery(SpanQuery[] clauses,
                 int slop,
                 boolean inOrder,
                 PayloadFunction function) | |
| Uses of SpanQuery in org.apache.lucene.search.regex | 
|---|
| Subclasses of SpanQuery in org.apache.lucene.search.regex | |
|---|---|
|  class | SpanRegexQueryA SpanQuery version of RegexQueryallowing regular expression
 queries to be nested within other SpanQuery subclasses. | 
| Uses of SpanQuery in org.apache.lucene.search.spans | 
|---|
| Subclasses of SpanQuery in org.apache.lucene.search.spans | |
|---|---|
|  class | FieldMaskingSpanQueryWrapper to allow SpanQueryobjects participate in composite 
 single-field SpanQueries by 'lying' about their search field. | 
|  class | SpanFirstQueryMatches spans near the beginning of a field. | 
|  class | SpanNearQueryMatches spans which are near one another. | 
|  class | SpanNotQueryRemoves matches which overlap with another SpanQuery. | 
|  class | SpanOrQueryMatches the union of its clauses. | 
|  class | SpanTermQueryMatches spans containing a term. | 
| Fields in org.apache.lucene.search.spans declared as SpanQuery | |
|---|---|
| protected  SpanQuery | SpanWeight.query | 
| Fields in org.apache.lucene.search.spans with type parameters of type SpanQuery | |
|---|---|
| protected  List<SpanQuery> | SpanNearQuery.clauses | 
| Methods in org.apache.lucene.search.spans that return SpanQuery | |
|---|---|
|  SpanQuery[] | SpanOrQuery.getClauses()Return the clauses whose spans are matched. | 
|  SpanQuery[] | SpanNearQuery.getClauses()Return the clauses whose spans are matched. | 
|  SpanQuery | SpanNotQuery.getExclude()Return the SpanQuery whose matches must not overlap those returned. | 
|  SpanQuery | SpanNotQuery.getInclude()Return the SpanQuery whose matches are filtered. | 
|  SpanQuery | FieldMaskingSpanQuery.getMaskedQuery() | 
|  SpanQuery | SpanFirstQuery.getMatch()Return the SpanQuery whose matches are filtered. | 
| Constructors in org.apache.lucene.search.spans with parameters of type SpanQuery | |
|---|---|
| FieldMaskingSpanQuery(SpanQuery maskedQuery,
                      String maskedField) | |
| SpanFirstQuery(SpanQuery match,
               int end)Construct a SpanFirstQuery matching spans in matchwhose end
 position is less than or equal toend. | |
| SpanNearQuery(SpanQuery[] clauses,
              int slop,
              boolean inOrder)Construct a SpanNearQuery. | |
| SpanNearQuery(SpanQuery[] clauses,
              int slop,
              boolean inOrder,
              boolean collectPayloads) | |
| SpanNotQuery(SpanQuery include,
             SpanQuery exclude)Construct a SpanNotQuery matching spans from includewhich
 have no overlap with spans fromexclude. | |
| SpanOrQuery(SpanQuery... clauses)Construct a SpanOrQuery merging the provided clauses. | |
| SpanWeight(SpanQuery query,
           Searcher searcher) | |
| Uses of SpanQuery in org.apache.lucene.xmlparser.builders | 
|---|
| Methods in org.apache.lucene.xmlparser.builders that return SpanQuery | |
|---|---|
|  SpanQuery | SpanQueryBuilder.getSpanQuery(Element e) | 
|  SpanQuery | SpanNotBuilder.getSpanQuery(Element e) | 
|  SpanQuery | SpanQueryBuilderFactory.getSpanQuery(Element e) | 
|  SpanQuery | SpanOrTermsBuilder.getSpanQuery(Element e) | 
|  SpanQuery | BoostingTermBuilder.getSpanQuery(Element e) | 
|  SpanQuery | SpanFirstBuilder.getSpanQuery(Element e) | 
|  SpanQuery | SpanNearBuilder.getSpanQuery(Element e) | 
|  SpanQuery | SpanOrBuilder.getSpanQuery(Element e) | 
|  SpanQuery | SpanTermBuilder.getSpanQuery(Element e) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||