Custom FunctionQuery in Solr

2017-08-07 Thread Ali Husain
I'm trying to implement something like this in Solr 6.6 http://www.solrtutorial.com/custom-solr-functionquery.html Custom Solr FunctionQueries - Solr Tutorial.com www.solrtutorial.com Custom Solr FunctionQueries. Solr FunctionQueries a

Re: Issue with highlighter

2017-06-17 Thread Ali Husain
2017 12:11:57 AM To: solr-user@lucene.apache.org Subject: Re: Issue with highlighter Ali, does adding a 'hl.q' param help? q=something&hl.q=something&... On 16 June 2017 at 06:21, Ali Husain wrote: > Thanks for the replies. Let me try and explain this a little better. > &

Re: Issue with highlighter

2017-06-15 Thread Ali Husain
Scadden wrote: > Just had similar issue - works for some, not others. First thing to look > at is hl.maxAnalyzedChars is the query. The default is quite small. > Since many of my documents are large PDF files, I opted to use > storeOffsetsWithPositions="true" termVecto

Issue with highlighter

2017-06-14 Thread Ali Husain
Hi, I think I've found a bug with the highlighter. I search for the word "something" and I get an empty highlighting response for all the documents that are returned shown below. The fields that I am searching over are text_en, the highlighter works for a lot of queries. I have no stopwords.tx