Re: Performance impact using edismax over dismax

2014-02-06 Thread Srinivasa7
HI Jack, I am not using pf parameter rather I am sending query in Quotes. So sample query string for 'east ende rs' I am querying "east ende rs"+OR+east+ende+rs with defType is solrconfig set to edismax. Other than that I am not using any parameters (pf, pf2, pf3) Thanks Srinivasa --

Performance impact using edismax over dismax

2014-02-06 Thread Srinivasa7
Hi All, I have a requirement to search a query for entire string in the query parameter, so I have shifted my query processor to edismax, and sending the query as 'actual query string'+OR+actual+query+string. It it returning desired results how ever I am wondering whether there is a performance

Re: KeywordTokenizerFactory - trouble with "exact" matches

2014-01-30 Thread Srinivasa7
Aleksander Akerø It would be great if you can share the solution how you are handling it on field basis -- View this message in context: http://lucene.472066.n3.nabble.com/KeywordTokenizerFactory-trouble-with-exact-matches-tp4114193p4114435.html Sent from the Solr - User mailing list archive a

Re: KeywordTokenizerFactory - trouble with "exact" matches

2014-01-30 Thread Srinivasa7
Hi, I have similar kind of problem where I want search for a words with spaces in that. And I wanted to search by stripping all the spaces . I have used following schema for that