Re: Solr pattern tokenizer

2015-02-10 Thread Nivedita
I tried solving issue like It works for query like CHQ PAID-INWARD TRANHDFC LTD 00036529 But if HDFC LTD is preceding with underscore(-) or any digi

RE: multiple patterns in solr.PatternTokenizerFactory

2015-02-09 Thread Nivedita
Please let me know the syntax. -- View this message in context: http://lucene.472066.n3.nabble.com/multiple-patterns-in-solr-PatternTokenizerFactory-tp4184986p4184992.html Sent from the Solr - User mailing list archive at Nabble.com.

multiple patterns in solr.PatternTokenizerFactory

2015-02-09 Thread Nivedita
Can I give multiple patterns in -- View this message in context: http://lucene.472066.n3.nabble.com/multiple-patterns-in-solr-PatternTokenizerFactory-tp4184986.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr pattern tokenizer

2015-02-02 Thread Nivedita
Hi, I want to tokenize query like "CHQ PAID-INWARD TRAN-HDFC LTD" in such a way that it should give me result documnet containing HDFC LTD and not HDFC MF. How can I do this. I Have already applied below Tokenizers