Re: Highlight brings the content from the first pages of pdf

2016-02-17 Thread Philippe Soares
You can put fields that you want to retrieve without highlighting in the "fl" parameter, and the large fields in the "hl.fl" parameter. Those will go in the highlight section only. It may also be a good idea to add hl.requiresFieldMatch=true. E.g. : fl=id&hl=true&hl.fl=field1,field2&hl.requireFiel

Re: Help With Phrase Highlighting

2015-12-01 Thread Philippe Soares
ny specific guidance on the correct parameters should be. I tried > commenting out all of the hl parameters and also got no results. > > Can anyone offer any solutions for searching large documents and returning > a > single phrase highlight? > > -Teague > > -- [image: GQ L

Re: FastVectorHighlighter problem with large fields

2015-11-14 Thread Philippe Soares
By the way, I'm using solr 4.10.2 On Sat, Nov 14, 2015 at 4:16 PM, Philippe Soares wrote: > Actually it seems the problem is related to my index (which has about 15 > million huge documents in it). > I reindexed a few of them in an empty local solr instance and the > highli

Re: FastVectorHighlighter problem with large fields

2015-11-14 Thread Philippe Soares
? On Fri, Nov 13, 2015 at 4:57 PM, Philippe Soares wrote: > Hi, > I have documents with very large fields which I want to highlight. > When a word hits in the far end of those fields, the FastVectorHighlighter > is unable to pull any fragment. > I'm able to pull fragment

FastVectorHighlighter problem with large fields

2015-11-13 Thread Philippe Soares
Hi, I have documents with very large fields which I want to highlight. When a word hits in the far end of those fields, the FastVectorHighlighter is unable to pull any fragment. I'm able to pull fragments using the original highlighter and setting maxAnalyzedChars to a very high value, but I can't

Re: Sorting by function

2015-08-28 Thread Philippe Soares
Thanks Chris ! I have the country as a single valued field so your solution works perfectly ! On Fri, Aug 28, 2015 at 1:22 PM, Chris Hostetter wrote: > > : I have a "country" field in my index, with values like 'US', 'FR', 'UK', > : etc... > : > : Then I want our users to be able to define the o

Sorting by function

2015-08-28 Thread Philippe Soares
Hi, I'm trying to apply the "Sort by function " solr capabilities to solve the following use case : I have a "country" field in my index, with values like 'US', 'FR', 'UK', etc... Then I want our users to be able to define the order of

Re: Injecting synonymns into Solr

2015-04-30 Thread Philippe Soares
Split your synonyms into multiple files and set the SynonymFilterFactory with a coma-separated list of files. e.g. : synonyms="syn1.txt,syn2.txt,syn3.txt" On Thu, Apr 30, 2015 at 8:07 PM, Zheng Lin Edwin Yeo wrote: > Just to populate it with the general synonym words. I've managed to > populate

Near Realtime get

2014-08-19 Thread Philippe Soares
Hi, I tried the realtime get today in a solrcloud setup, and it's returning only a subset of my stored fields. Did I miss any parameter that would return all the fields ? Thanks for your help ! Philippe This email message and any attachments are confidential and may be privileged. If you are n