public static class TextIndexWriteProc.IndexWriteProcConstructor extends AbstractKeyArrayIndexProcedureConstructor<TextIndexWriteProc>
Modifier and Type | Field and Description |
---|---|
static TextIndexWriteProc.IndexWriteProcConstructor |
NO_OVERWRITE
Variant that will not overwrite an existing entry for a
{term,doc,field}.
|
static TextIndexWriteProc.IndexWriteProcConstructor |
OVERWRITE
Variant which always overwrites any existing entry.
|
Modifier and Type | Method and Description |
---|---|
TextIndexWriteProc |
newInstance(IRabaCoder keySer,
IRabaCoder valSer,
int fromIndex,
int toIndex,
byte[][] keys,
byte[][] vals)
Uses the specified
IRabaCoder s. |
boolean |
sendValues()
Values are required.
|
newInstance, newInstance, newInstance
public static TextIndexWriteProc.IndexWriteProcConstructor OVERWRITE
public static TextIndexWriteProc.IndexWriteProcConstructor NO_OVERWRITE
public final boolean sendValues()
sendValues
in class AbstractKeyArrayIndexProcedureConstructor<TextIndexWriteProc>
public TextIndexWriteProc newInstance(IRabaCoder keySer, IRabaCoder valSer, int fromIndex, int toIndex, byte[][] keys, byte[][] vals)
AbstractKeyArrayIndexProcedureConstructor
IRabaCoder
s.newInstance
in class AbstractKeyArrayIndexProcedureConstructor<TextIndexWriteProc>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.