Re: Have anyone used Automatic Phrase Tokenization (AutoPhrasingTokenFilterFactory) ?

2014-12-12 Thread Ted Sullivan
Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Have-anyone-used-Automatic-Phrase-Tokenization-AutoPhrasingTokenFilterFactory-tp4173808p4174109.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Have anyone used Automatic Phrase Tokenization (AutoPhrasingTokenFilterFactory) ?

2014-12-12 Thread Ted Sullivan
Hi James: Could you send me the fix? I would be interested in merging this in for my submission to Solr/Lucene, and any other bugs that you found would be much appreciated. Ted -- View this message in context: http://lucene.472066.n3.nabble.com/Have-anyone-used-Automatic-Phrase-Tokenization-A

Re: Have anyone used Automatic Phrase Tokenization (AutoPhrasingTokenFilterFactory) ?

2014-12-12 Thread Ted Sullivan
Hi Shamik: The link to the second blog post which discusses this problem is https://lucidworks.com/blog/solution-for-multi-term-synonyms-in-lucenesolr-using-the-auto-phrasing-tokenfilter/ Ted -- View this message in context: http://lucene.472066.n3.nabble.com/Have-anyone-used-Automatic-Phra

Re: Have anyone used Automatic Phrase Tokenization (AutoPhrasingTokenFilterFactory) ?

2014-12-12 Thread Ted Sullivan
Hi Shamik: One thing that might help is to use the "replaceWhitespaceWith" parameter of the QParserPlugin and in your index-time Autophrase TokenFilter. so in my solrconfig.xml I have autophrases.txt _ then if in your fieldType in schema.xml if you have: The reason for this

Re: Have anyone used Automatic Phrase Tokenization (AutoPhrasingTokenFilterFactory) ?

2014-12-12 Thread Ted Sullivan
Hi Shamik: Can you send me a JSON output using debugQuery=true so I can help troubleshoot this? As to the question about edismax features - yes I *think* so :) but it would be great if you could give me some specific examples of queries as I am currently writing the test cases for this. General