org.jdmp.core.algorithm.index
Interface Index
-
- All Known Implementing Classes:
- AbstractIndex, MultiIndex
public interface Index
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringINPUTstatic java.lang.StringSCORE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidadd(ListDataSet dataSet)voidadd(java.util.Map<java.lang.String,java.lang.String> map)voidadd(MapMatrix<java.lang.String,java.lang.String> map)voidadd(Matrix input)voidadd(Sample sample)intcountResults(java.lang.String query)SamplegetSample(java.lang.String id)intgetSize()ListDataSetsearch(java.lang.String query)ListDataSetsearch(java.lang.String query, int count)ListDataSetsearch(java.lang.String query, int start, int count)
-
-
-
Field Detail
-
INPUT
static final java.lang.String INPUT
- See Also:
- Constant Field Values
-
SCORE
static final java.lang.String SCORE
- See Also:
- Constant Field Values
-
-
Method Detail
-
add
void add(java.util.Map<java.lang.String,java.lang.String> map) throws java.lang.Exception
- Throws:
java.lang.Exception
-
add
void add(MapMatrix<java.lang.String,java.lang.String> map) throws java.lang.Exception
- Throws:
java.lang.Exception
-
add
void add(Matrix input) throws java.lang.Exception
- Throws:
java.lang.Exception
-
add
void add(Sample sample) throws java.lang.Exception
- Throws:
java.lang.Exception
-
add
void add(ListDataSet dataSet) throws java.lang.Exception
- Throws:
java.lang.Exception
-
search
ListDataSet search(java.lang.String query, int start, int count) throws java.lang.Exception
- Throws:
java.lang.Exception
-
search
ListDataSet search(java.lang.String query) throws java.lang.Exception
- Throws:
java.lang.Exception
-
search
ListDataSet search(java.lang.String query, int count) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getSize
int getSize() throws java.lang.Exception- Throws:
java.lang.Exception
-
getSample
Sample getSample(java.lang.String id) throws java.lang.Exception
- Throws:
java.lang.Exception
-
countResults
int countResults(java.lang.String query) throws java.lang.Exception- Throws:
java.lang.Exception
-
-
DataMelt 3.0 © DataMelt by jWork.ORG