Klasse CollectionTextSearchIndex

java.lang.Object
org.teamapps.universaldb.index.text.CollectionTextSearchIndex

public class CollectionTextSearchIndex extends Object
  • Felddetails

  • Konstruktordetails

    • CollectionTextSearchIndex

      public CollectionTextSearchIndex(File path, String name)
  • Methodendetails

    • setRecordValues

      public void setRecordValues(int id, List<FullTextIndexValue> values, boolean update)
    • setFileContent

      public void setFileContent(int id, String fieldName, String content, boolean update)
    • delete

      public void delete(int id, List<String> fileFieldNames)
    • filter

      public BitSet filter(BitSet bitSet, List<TextFieldFilter> filters, boolean andFilter)
    • commit

      public void commit(boolean close)
    • getMaxDoc

      public int getMaxDoc()
    • deleteAllDocuments

      public void deleteAllDocuments() throws IOException
      Löst aus:
      IOException
    • drop

      public void drop()