public class OLuceneFunctionsUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MEMORY_INDEX |
Constructor and Description |
---|
OLuceneFunctionsUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
doubleEscape(String s) |
protected static OLuceneFullTextIndex |
getLuceneFullTextIndex(OCommandContext ctx,
String indexName) |
static org.apache.lucene.index.memory.MemoryIndex |
getOrCreateMemoryIndex(OCommandContext ctx) |
protected static OLuceneFullTextIndex |
searchForIndex(OExpression[] args,
OCommandContext ctx) |
public static final String MEMORY_INDEX
protected static OLuceneFullTextIndex searchForIndex(OExpression[] args, OCommandContext ctx)
protected static OLuceneFullTextIndex getLuceneFullTextIndex(OCommandContext ctx, String indexName)
public static org.apache.lucene.index.memory.MemoryIndex getOrCreateMemoryIndex(OCommandContext ctx)
Copyright © 2009–2020 OrientDB. All rights reserved.