Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
TermAutomatonQuery |
TokenStreamToTermAutomatonQuery.toQuery(String field,
TokenStream in)
Pulls the graph (including
PositionLengthAttribute ) from the provided TokenStream , and creates the corresponding
automaton where arcs are bytes (or Unicode code points
if unicodeArcs = true) from each term. |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.