proj.zoie.impl.indexing.luceneNRT.LuceneNRTDataConsumer<D>

1 view
Skip to first unread message

genuine

unread,
Dec 26, 2011, 3:04:15 AM12/26/11
to zoie
proj.zoie.impl.indexing.luceneNRT.LuceneNRTDataConsumer<D>

/**
* document ID field name
*/
public static final String DOCUMENT_ID_FIELD = "id";


What 's mean the field?


try {
_writer.deleteDocuments(new Term(DOCUMENT_ID_FIELD, String
.valueOf(indexable.getUID())));
} catch (IOException e) {
throw new ZoieException(e.getMessage(), e);
}


if I has the same field ,it 's name is "id". Does it override my
field:id?

Reply all
Reply to author
Forward
0 new messages