I tried to replicate your search scenario using the code below:
Indexer ind = new Indexer();
IndexWriter indW;
List listData = new LinkedList<>();
listData.add("Name:PeterRooney");
indW = ind.CreateIndexDir(listData);
Hello,
I have a problem when i search with lucene, but i dont know if this is a
problem of my Index or my Search.
At Index, I have like parameter a list of data of an individual(the list is
with data of my Ontology Individuals)
The list has values like "Name:PeterRooney", "Age:25", "From:NY" if
Hi,
Can you elaborate more on the confusion or doubt you have? Can you provide
a sample of your document and query that give you the trouble?
I was not able to deduce what is the problem.
Regards
Ameer
--
View this message in context:
http://lucene.472066.n3.nabble.com/Doubt-Lucene-tp415906