public static class FieldMapper.Names extends Object
Constructor and Description |
---|
Names(String name) |
Names(String name,
String indexName,
String indexNameClean,
String fullName) |
Names(String name,
String indexName,
String indexNameClean,
String fullName,
String sourcePath) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.index.Term |
createIndexNameTerm(org.apache.lucene.util.BytesRef value)
Creates a new index term based on the provided value.
|
org.apache.lucene.index.Term |
createIndexNameTerm(String value)
Creates a new index term based on the provided value.
|
boolean |
equals(Object o) |
String |
fullName()
The full name, including dot path.
|
int |
hashCode() |
String |
indexName()
The indexed name of the field.
|
String |
indexNameClean()
The cleaned index name, before any "path" modifications performed on it.
|
String |
name()
The logical name of the field.
|
String |
sourcePath()
The dot path notation to extract the value from source.
|
public Names(String name)
public String name()
public String indexName()
public String indexNameClean()
public String fullName()
public String sourcePath()
public org.apache.lucene.index.Term createIndexNameTerm(String value)
public org.apache.lucene.index.Term createIndexNameTerm(org.apache.lucene.util.BytesRef value)
Copyright © 2009–2015. All rights reserved.