Klasse TextIndex

java.lang.Object
org.teamapps.universaldb.index.AbstractIndex<String,TextFilter>
org.teamapps.universaldb.index.text.TextIndex
Alle implementierten Schnittstellen:
ColumnIndex<String,TextFilter>, MappedObject

public class TextIndex extends AbstractIndex<String,TextFilter>
  • Konstruktordetails

  • Methodendetails

    • getCollectionSearchIndex

      public CollectionTextSearchIndex getCollectionSearchIndex()
    • isFilteredByCollectionTextIndex

      public boolean isFilteredByCollectionTextIndex(TextFilter filter)
    • isFilteredExclusivelyByCollectionTextIndex

      public boolean isFilteredExclusivelyByCollectionTextIndex(TextFilter filter)
    • getType

      public IndexType getType()
    • getGenericValue

      public String getGenericValue(int id)
    • isEmpty

      public boolean isEmpty(int id)
    • setGenericValue

      public void setGenericValue(int id, String value)
    • removeValue

      public void removeValue(int id)
    • getValue

      public String getValue(int id)
    • setValue

      public void setValue(int id, String value)
    • dumpIndex

      public void dumpIndex(DataOutputStream dataOutputStream, BitSet records) throws IOException
      Löst aus:
      IOException
    • restoreIndex

      public void restoreIndex(DataInputStream dataInputStream) throws IOException
      Löst aus:
      IOException
    • filter

      public BitSet filter(BitSet records, TextFilter textFilter)
    • close

      public void close()
    • drop

      public void drop()
    • sortRecords

      public List<SortEntry> sortRecords(List<SortEntry> sortEntries, boolean ascending, UserContext userContext)
    • filter

      public BitSet filter(BitSet records, TextFilter textFilter, boolean performLocalFullTextSearch)
    • filterEmpty

      public BitSet filterEmpty(BitSet bitSet)
    • filterNotEmpty

      public BitSet filterNotEmpty(BitSet bitSet)
    • filterLengthGreater

      public BitSet filterLengthGreater(BitSet bitSet, int length)
    • filterLengthSmaller

      public BitSet filterLengthSmaller(BitSet bitSet, int length)