Hi All,
I am committing an index periodically using a scheduler. On a rare case I got
the below exception in the committing thread,
Lucene Version : 7.4.0
java.nio.channels.ClosedByInterruptException
at
java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel
filter.
Ahmet
On Friday, May 25, 2018, 1:50:19 PM GMT+3, Chellasamy G
<chellasam...@zohocorp.com> wrote:
Hi Team,
Kindly help me out with this problem.
Thanks,
Satyan
On Wed, 23 May 2018 15:01:39 +0530 Chellasamy G
&
Hi Team,
Kindly help me out with this problem.
Thanks,
Satyan
On Wed, 23 May 2018 15:01:39 +0530 Chellasamy G
<chellasam...@zohocorp.com> wrote
Hi,
Thanks for the reply.
Actually I need to implement it for StringField which is non-analyz
ored fields where hits are
fetched from.
Le mer. 23 mai 2018 à 08:36, Chellasamy G <chellasam...@zohocorp.com> a
écrit :
>
>
> Hi,
>
>
>
> I can't find any way to perform case insensitive search on StringField.
> Please help me out.
&
Hi,
I can't find any way to perform case insensitive search on StringField. Please
help me out.
i.e If the field value is "Flying Robots", then the phrases "flying robots",
"fLying RObots" etc should match the value.
I also need the original case of the field value to be preserved
-
Uwe Schindler
Achterdiek 19, D-28357 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Chellasamy G <chellasam...@zohocorp.com>
> Sent: Friday, May 18, 2018 8:00 PM
> To: java-user <java-user@lucene.apache
Hi,
I have written a customized collector and usually search the index using this
collector.
i.e using the below method,
IndexSearcher.search(Query query, Collector results)
But, I cant find any searchAfter() methods in IndexSearcher which accepts a
Collector input.
Please let me
Hi,
Could anyone please explain the difference between SortedDocValues and
SortedSetDocValues.
Is any one among them efficient than the other? Any use-case where each class
can be used would be much helpful.
Thanks in advance.
-Satyan
Hi,
I am trying to reuse Field and Document classes in lucene for fast indexing. I
have used faceting in my application.
So when trying to reuse FacetField by calling setStringValue() function, it is
throwing NullPointerException.
Please let me know how to reuse FacetField.
Thanks