Adi,
If you are looking for something specific you might want to try something
different. Before you would search 'the end of a document', you might
think about segmenting the document and searching specific segments. At
the end of a lot of things like email will be signatures. Those are fairly
> Regards,
> Adi
>
> -Original Message-
> From: Alexandre Rafalovitch
> Sent: Wednesday, October 16, 2019 12:48 PM
> To: solr-user
> Subject: Re: Position search
>
> So are these really text locations or rather actually sections of the
> document. If later, can
er to identify scripts/specific word ocuurences.
>>
>> So I guess copy field won't work here.
>>
>> Any other suggestions/thoughts ?
>> Maybe some hidden position filters in native level to limit from start/end
>> of the document ?
>>
>> Thanks,
>>
eeting part for
example), and not in the middle/end part of the document.
Regards,
Adi
-Original Message-
From: Alexandre Rafalovitch
Sent: Wednesday, October 16, 2019 12:48 PM
To: solr-user
Subject: Re: Position search
So are these really text locations or rather actually sections of th
Original Message-
> From: Tim Casey
> Sent: Tuesday, October 15, 2019 11:05 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Position search
>
> If this is about a normalized query, I would put the normalization text
> into a specific field. The reason for this is y
ks,
Adi
-Original Message-
From: Tim Casey
Sent: Tuesday, October 15, 2019 11:05 PM
To: solr-user@lucene.apache.org
Subject: Re: Position search
If this is about a normalized query, I would put the normalization text into a
specific field. The reason for this is you may want to search the ov
If this is about a normalized query, I would put the normalization text
into a specific field. The reason for this is you may want to search the
overall text during any form of expansion phase of searching for data.
That is, maybe you want to know the context of up to the 120th word. At
least you
Is the 100 words a hard boundary or a soft one?
If it is a hard one (always 100 words), the easiest is probably copy
field and in the (unstored) copy, trim off whatever you don't want to
search. Possibly using regular expressions. Of course, "what's a word"
is an important question here.
Similarl
019 10:57
> To: solr-user@lucene.apache.org
> Subject: RE: Position search
>
> Hi Markus,
> Thanks for the guidance.
>
> Is there any official Solr documentation for that ? Tried some googling, only
> some Stackoverflow / Lucene posts are available.
>
> Also, will
term search from the end, e.g. "book" in
the last 30 or 100 words.
Is there SpanLastQuery ?
Thanks,
Adi
-Original Message-
From: Markus Jelsma
Sent: Tuesday, October 15, 2019 11:04 AM
To: solr-user@lucene.apache.org
Subject: RE: Position search
Hello Adi,
Try SpanFirstQuery.
Hello Adi,
Try SpanFirstQuery. It limits the search to within the Nth term in the field.
Regards,
Markus
-Original message-
> From:Kaminski, Adi
> Sent: Tuesday 15th October 2019 8:25
> To: solr-user@lucene.apache.org
> Subject: Position search
>
> Hi,
> What's the recommended way
11 matches
Mail list logo