public class OLuceneIndexType extends Object
Constructor and Description |
---|
OLuceneIndexType() |
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.search.Query |
createDeleteQuery(OIdentifiable value,
List<String> fields,
Object key) |
static org.apache.lucene.search.Query |
createExactQuery(OIndexDefinition index,
Object key) |
static org.apache.lucene.document.Field |
createField(String fieldName,
Object value,
org.apache.lucene.document.Field.Store store) |
static List<org.apache.lucene.document.Field> |
createFields(String fieldName,
Object value,
org.apache.lucene.document.Field.Store store,
Boolean sort) |
static org.apache.lucene.search.Query |
createQueryId(OIdentifiable value) |
public static org.apache.lucene.document.Field createField(String fieldName, Object value, org.apache.lucene.document.Field.Store store)
public static List<org.apache.lucene.document.Field> createFields(String fieldName, Object value, org.apache.lucene.document.Field.Store store, Boolean sort)
public static org.apache.lucene.search.Query createExactQuery(OIndexDefinition index, Object key)
public static org.apache.lucene.search.Query createQueryId(OIdentifiable value)
public static org.apache.lucene.search.Query createDeleteQuery(OIdentifiable value, List<String> fields, Object key)
Copyright © 2009–2020 OrientDB. All rights reserved.