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

Re: Issue with highlighter

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

Re: Issue with highlighter

2017-06-15 Thread Ali Husain
xAnalyzedChars is the query. The default is quite small. > Since many of my documents are large PDF files, I opted to use > storeOffsetsWithPositions="true" termVectors="true" on the field I was > searching on. > This certainly did increase my index size but not too bad

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