Re: highlighter with query over more than one word

2016-06-03 Thread David Smiley
It would help tremendously if you can give a specific code example showing the problem. On Thu, Jun 2, 2016 at 6:41 AM Sascha Janz wrote: > > we use highlighter to get textfragments for our hit list. > > the code is straight forward like this > >Analyzer analyzer = new StandardAnalyzer(; >

Re: Difference in Retrieving values of a docvalue field using atomicreader over duplicate StoredField

2016-06-03 Thread Michael McCandless
You're welcome! Mike McCandless http://blog.mikemccandless.com On Fri, Jun 3, 2016 at 10:20 AM, Kumaran Ramasubramanian wrote: > Thanks a lot for the clarification mike :-) > > > > -- > *​*​ > Kumaran R > > > > > On Thu, Jun 2, 2016 at 2:38 AM, Michael McCandless < > luc...@mikemccandless.com>

Re: Difference in Retrieving values of a docvalue field using atomicreader over duplicate StoredField

2016-06-03 Thread Kumaran Ramasubramanian
Thanks a lot for the clarification mike :-) -- *​*​ Kumaran R On Thu, Jun 2, 2016 at 2:38 AM, Michael McCandless < luc...@mikemccandless.com> wrote: > Well, each access may involve disk seeks (if the pages are not already hot > in the OS's IO cache). > > So if you do some doc values + some

Re: Drawbacks of using Docvalues Fields

2016-06-03 Thread Chitra R
Thank you so much for the information Erick. On Wed, Jun 1, 2016 at 9:47 PM, Erick Erickson wrote: > You can tell very little about performance with 50 documents, > so I wouldn't trust these results at all. In particular I'm pretty > sure that your search speed will suffer _greatly_ as you ge