VIBE v5.1.6
Search Engine
Loading...
Searching...
No Matches
edu.usfca.cs272.InvertedIndex Member List

This is the complete list of members for edu.usfca.cs272.InvertedIndex, including all inherited members.

add(String stem, String path, int location)edu.usfca.cs272.InvertedIndex
addAll(String path, Collection< String > stems)edu.usfca.cs272.InvertedIndex
addIndex(InvertedIndex other)edu.usfca.cs272.InvertedIndex
exactSearch(Set< String > queries)edu.usfca.cs272.InvertedIndex
getCounts()edu.usfca.cs272.InvertedIndex
getLocations(String word)edu.usfca.cs272.InvertedIndex
getPositions(String word, String location)edu.usfca.cs272.InvertedIndex
getWords()edu.usfca.cs272.InvertedIndex
hasCount(String location)edu.usfca.cs272.InvertedIndex
hasLocation(String word, String location)edu.usfca.cs272.InvertedIndex
hasPosition(String word, String location, int position)edu.usfca.cs272.InvertedIndex
hasWord(String word)edu.usfca.cs272.InvertedIndex
InvertedIndex()edu.usfca.cs272.InvertedIndex
isEmpty()edu.usfca.cs272.InvertedIndex
numOfLocations(String word)edu.usfca.cs272.InvertedIndex
numOfPositions(String word, String location)edu.usfca.cs272.InvertedIndex
partialSearch(Set< String > queries)edu.usfca.cs272.InvertedIndex
search(Set< String > queries, boolean partial)edu.usfca.cs272.InvertedIndex
size()edu.usfca.cs272.InvertedIndex
sizeOfCounts()edu.usfca.cs272.InvertedIndex
toJson(Path output)edu.usfca.cs272.InvertedIndex
toString()edu.usfca.cs272.InvertedIndex