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