Mercurial Hosting > luan
comparison src/goodjava/lucene/api/GoodIndexWriterConfig.java @ 1460:3ab0d043370f
start lucene.api
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Mon, 23 Mar 2020 00:04:42 -0600 |
| parents | |
| children | f848d40b3b07 |
comparison
equal
deleted
inserted
replaced
| 1459:b04b8fc5f4f4 | 1460:3ab0d043370f |
|---|---|
| 1 package goodjava.lucene.api; | |
| 2 | |
| 3 import java.util.Map; | |
| 4 import org.apache.lucene.analysis.Analyzer; | |
| 5 | |
| 6 | |
| 7 public interface GoodIndexWriterConfig { | |
| 8 public boolean isIndexed(String fieldName); | |
| 9 public Analyzer getAnalyzer(String fieldName); | |
| 10 public Map<String,Object> getUnstoredFields(Map<String,Object> storedFields); | |
| 11 } |
