com.esri.gpt.catalog.lucene
Class AnyTextProperty
java.lang.Object
com.esri.gpt.catalog.lucene.Storeable
com.esri.gpt.catalog.lucene.AnyTextProperty
- All Implemented Interfaces:
- IStoreable
public class AnyTextProperty
- extends Storeable
Represents the a virtual property associated with the execution of
a multi-field query parser.
Method Summary |
String[] |
getFieldNames()
Gets the array of field names to in include within the multi-field query. |
Methods inherited from class com.esri.gpt.catalog.lucene.Storeable |
appendForWrite, appendForWrite, getComparisonField, getFields, getName, getRetrievalField, getTermsField, getValues, setComparisonField, setRetrievalField, setTermsField, setValue, setValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnyTextProperty
public AnyTextProperty(String name,
StringSet namesToConsider)
- Constructs with a supplied name and a set of field names to consider.
- Parameters:
name
- the property namenamesToConsider
- the set of field names to consider
getFieldNames
public String[] getFieldNames()
- Gets the array of field names to in include within the multi-field query.
the field names (can be null or empty if not properly configured)
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.