Пример #1
0
 public FieldOptions(StoreOptions store, IndexOptions index, TermVectorOptions termVector)
 {
     _store      = store;
     _index      = index;
     _termVector = termVector;
 }
Пример #2
0
 public FieldOptions(StoreOptions store, IndexOptions index, TermVectorOptions termVector)
 {
     _store      = store;
     _index      = index;
     _termVector = termVector;
 }