Example #1
0
 // inherit javadocs
 public virtual StringIndex GetStringIndex(IndexReader reader, System.String field, IState state)
 {
     return(_stringIndexCache.Get(reader, new Entry(field, (Parser)null), state));
 }