Re: hi question about solr

2019-12-03 Thread Paras Lehana
That's not my question. It's a suggestion. I was asking if Highlighting could fulfill your requirement? On Tue, 3 Dec 2019 at 17:31, Bernd Fehling wrote: > No, I don't use any highlighting. > > Am 03.12.19 um 12:28 schrieb Paras Lehana: > > Hi Bernd, > > > > Have you gone through Highlighting >

Re: hi question about solr

2019-12-03 Thread Bernd Fehling
No, I don't use any highlighting. Am 03.12.19 um 12:28 schrieb Paras Lehana: > Hi Bernd, > > Have you gone through Highlighting > ? > > On Mon, 2 Dec 2019 at 17:00, eli chen wrote: > >> yes >> >> On Mon, 2 Dec 2019 at 13:29, Bernd Feh

Re: hi question about solr

2019-12-03 Thread Paras Lehana
Hi Bernd, Have you gone through Highlighting ? On Mon, 2 Dec 2019 at 17:00, eli chen wrote: > yes > > On Mon, 2 Dec 2019 at 13:29, Bernd Fehling > > wrote: > > > In short, > > > > you are trying to use an indexer as a full-text search

Re: hi question about solr

2019-12-02 Thread eli chen
first of all thank you very much. i was looking for good resource to read on solr. i actually already tried the term vector. but for it to work i had to set the fl=content which response with the value of content field (which really really big)

Re: hi question about solr

2019-12-02 Thread Charlie Hull
Hi, https://livebook.manning.com/book/solr-in-action/chapter-3 may help (I'd suggest reading the whole book as well). Basically what you're looking for is the 'term position'. The TermVectorComponent in Solr will allow you to return this for each result. Cheers Charlie On 02/12/2019 11:24

Re: hi question about solr

2019-12-02 Thread eli chen
yes On Mon, 2 Dec 2019 at 13:29, Bernd Fehling wrote: > In short, > > you are trying to use an indexer as a full-text search engine, right? > > Regards > Bernd > > Am 02.12.19 um 12:24 schrieb eli chen: > > hi im kind of new to solr so please be patient > > > > i'll try to explain what do i need

Re: hi question about solr

2019-12-02 Thread Bernd Fehling
In short, you are trying to use an indexer as a full-text search engine, right? Regards Bernd Am 02.12.19 um 12:24 schrieb eli chen: > hi im kind of new to solr so please be patient > > i'll try to explain what do i need and what im trying to do. > > we a have a lot of books content and we wan