Re: Need help to do simple line by line indexing and search

2014-09-17 Thread atawfik
Hi, Can you share the implementation of your analyzer. It might be the problem. It will be helpful to share also a sample of your indexed documents. Regards Ameer -- View this message in context: http://lucene.472066.n3.nabble.com/Need-help-to-do-simple-line-by-line-indexing-and-search-tp415

Re: Doubt Lucene

2014-09-17 Thread atawfik
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);

Issue with updates on documents

2014-09-17 Thread Michael B.
Hi everyone! I'm encountering an interesting issue when trying to update document values. It seems that after updating (or adding it a second time) a document, it can't be searched using a TermQuery. Here's a SSCCE: http://pastebin.com/s3bZs02V It seems that this only happens for terms with s