Package | Description |
---|---|
org.apache.lucene.analysis.miscellaneous |
Miscellaneous Tokenstreams.
|
org.apache.lucene.analysis.tokenattributes |
General-purpose attributes for text analysis.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.queries.function |
Queries that compute score based upon a function.
|
org.apache.lucene.queries.function.docvalues |
FunctionValues for different data types.
|
org.apache.lucene.util |
Some utility classes.
|
org.apache.lucene.util.automaton |
Finite-state automaton for regular expressions.
|
org.apache.lucene.util.fst |
Finite state transducers
|
org.apache.lucene.util.mutable |
Comparable object wrappers
|
Modifier and Type | Method and Description |
---|---|
BytesRefBuilder |
ConcatenateGraphFilter.BytesRefBuilderTermAttribute.builder()
Returns the builder from which the term is derived.
|
BytesRefBuilder |
ConcatenateGraphFilter.BytesRefBuilderTermAttributeImpl.builder() |
Modifier and Type | Field and Description |
---|---|
protected BytesRefBuilder |
CharTermAttributeImpl.builder
May be used by subclasses to convert to different charsets / encodings for implementing
CharTermAttributeImpl.getBytesRef() . |
Constructor and Description |
---|
Term(java.lang.String fld,
BytesRefBuilder bytesBuilder)
Constructs a Term with the given field and the bytes from a builder.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FunctionValues.bytesVal(int doc,
BytesRefBuilder target)
returns the bytes representation of the string val - TODO: should this return the indexed raw bytes not?
|
Modifier and Type | Method and Description |
---|---|
boolean |
DocTermsIndexDocValues.bytesVal(int doc,
BytesRefBuilder target) |
Modifier and Type | Method and Description |
---|---|
void |
BytesRefBuilder.append(BytesRefBuilder builder)
Append the provided bytes to this builder.
|
void |
BytesRefBuilder.copyBytes(BytesRefBuilder builder)
Replace the content of this builder with the provided bytes.
|
BytesRef |
BytesRefArray.get(BytesRefBuilder spare,
int index)
Returns the n'th element of this
BytesRefArray |
Modifier and Type | Method and Description |
---|---|
BytesRef |
CompiledAutomaton.floor(BytesRef input,
BytesRefBuilder output)
Finds largest term accepted by this Automaton, that's
<= the provided input term.
|
Modifier and Type | Method and Description |
---|---|
static BytesRef |
Util.toBytesRef(IntsRef input,
BytesRefBuilder scratch)
Just converts IntsRef to BytesRef; you must ensure the
int values fit into a byte.
|
Modifier and Type | Field and Description |
---|---|
BytesRefBuilder |
MutableValueStr.value |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.