List of usage examples for org.apache.lucene.search.suggest.fst WFSTCompletionLookup WFSTCompletionLookup
public WFSTCompletionLookup(Directory tempDir, String tempFileNamePrefix)
From source file:org.opengrok.suggest.SuggesterProjectData.java
License:Open Source License
private WFSTCompletionLookup createWFST() { return new WFSTCompletionLookup(tempDir, WFST_TEMP_FILE_PREFIX); }