hi i'm new to solr so please be patient.
how can i get the position of matched word in the results.
and no, im not talking about highlighting the words. i talkng about getting
the postition of the word in the content
i have field content which i do in q=content:"some_word"
the content field is n
blem, where you're asking how to do X (find the
> position of the matched word) because you think it’ll help solve some
> problem Y. What’s “Y”? Perhaps there’s an easier way to solve that problem
> if we knew what it was….
>
> Best,
> Erick
>
> > On Aug 4, 2019, at 6:5
And if it is a couple
> of words, maybe you have a secondary field with context of that
> sentence (in index-only) form.
>
> Don't be afraid to abandon your first schema. Your business
> requirement is different enough.
>
> Regards,
>Alex.
>
>
> On Sun, 4
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 want to index them and allow search
in the books.
when someone search for a term
i need to get back the position of matchen word in the book
for exam
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
> &g
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)