Issue with Atomic update on boolean fields

2022-08-29 Thread Rahul Goswami
open source community, I would like to know if the JIRA needs to be assigned to me or if I can just go ahead and submit a PR against it? Thanks, Rahul

Re: Lucene (unexpected ) fsync on existing segments

2021-03-27 Thread Rahul Goswami
Hello, Opened the below JIRA for this issue. I will work on this and try to submit a patch. [LUCENE-9889] Lucene (unexpected ) fsync on existing segments - ASF JIRA (apache.org) <https://issues.apache.org/jira/browse/LUCENE-9889> Thanks, Rahul On Fri, Mar 26, 2021 at 9:56 AM Rahul Goswami

Re: Lucene (unexpected ) fsync on existing segments

2021-03-26 Thread Rahul Goswami
ystem-freezing-up-on-Windows point in response to Uwe's explanation earlier. I know I had taken it upon myself to open up a Jira for the fsync issue, but it got delayed from my side as I got occupied with other things in my day job. Will open up one later today. Thanks, Rahul On Wed, Mar 24

Re: Lucene (unexpected ) fsync on existing segments

2021-03-15 Thread Rahul Goswami
x27;t sound right to you. Thanks, Rahul On Mon, Mar 15, 2021 at 3:54 PM Uwe Schindler wrote: > This is not true. Memory mapping does not need to load the index into ram, > so you don't need so much physical memory. Paging is done only between > index files and ram, that's what m

Re: Lucene (unexpected ) fsync on existing segments

2021-03-15 Thread Rahul Goswami
e had to switch to SimpleFSDirectory. As for the fsync behavior, you are right. I tried with NRTCachingDirectoryFactory as well which defaults to using mmap underneath and still makes fsync calls for already existing index files. Thanks, Rahul On Mon, Mar 15, 2021 at 3:15 PM Michael McCandless < luc.

Re: Lucene (unexpected ) fsync on existing segments

2021-03-12 Thread Rahul Goswami
. Will take a shot at the fix. Thanks, Rahul On Fri, Mar 12, 2021 at 10:00 AM Michael McCandless < luc...@mikemccandless.com> wrote: > I think long ago we used to track which files were actually dirty (we had > written bytes to) and only fsync those ones. But something went wrong

Re: Lucene (unexpected ) fsync on existing segments

2021-03-11 Thread Rahul Goswami
x the index size on the machine at all times, which might not be feasible. So we directly back the index up from the Solr node to a remote repository. Thanks, Rahul On Thu, Mar 11, 2021 at 4:09 PM Michael Sokolov wrote: > Well, it certainly doesn't seem necessary to fsync files that are &g

Re: Lucene (unexpected ) fsync on existing segments

2021-03-11 Thread Rahul Goswami
, in case there are scenarios where this might happen which I might be unaware of. Thanks, Rahul On Thu, Mar 11, 2021 at 2:38 PM Michael Sokolov wrote: > This isn't a support forum; solr-users@ might be more appropriate. On > that list someone might have a better idea about how the

Re: Lucene (unexpected ) fsync on existing segments

2021-03-11 Thread Rahul Goswami
Hello, Just wanted to follow up one more time to see if this is the right form for my question? Or is this suitable for some other mailing list? Best, Rahul On Sat, Mar 6, 2021 at 3:57 PM Rahul Goswami wrote: > Hello everyone, > Following up on my question in case anyone has any idea. Wh

Re: Lucene (unexpected ) fsync on existing segments

2021-03-06 Thread Rahul Goswami
sting segment files in a saved commit point DOES have an effect, it might render the backed up index in a corrupt state. Thanks, Rahul On Fri, Mar 5, 2021 at 3:04 PM Rahul Goswami wrote: > Hello, > We have a process which backs up the index (Solr 7.7.2) on a schedule. The > way we do it is

Lucene (unexpected ) fsync on existing segments

2021-03-05 Thread Rahul Goswami
oSync, boolean isDir) of the class file lucene\core\src\java\org\apache\lucene\util\IOUtils.java Thanks, Rahul

Re: SOLR: Why do we have a CHANGES.txt/md to maintain?

2020-12-02 Thread Rahul Goswami
changes in subsequent versions. Thanks, Rahul On Mon, Nov 30, 2020 at 9:04 AM David Smiley wrote: > I get your point on different audiences... sometimes I peer-review us on > dubiously written CHANGES.txt entries to be more user friendly. However, > this attention could and should be

Re: Happy Thanksgiving

2019-11-28 Thread Rahul Yadav
Happy Thanksgiving , David Regards Rahul On Thu 28 Nov 2019 at 16:46, David Smiley wrote: > To those that celebrate Thanksgiving -- I hope yours is a good one sharing > good food with family and feeling appreciative. To those that don't; > nevertheless may you find time to a

Re: New Dev

2019-11-23 Thread Rahul Yadav
Thanks Erick . Will start with the docs as you suggested. Regards Rahul On Sat 23 Nov 2019 at 22:19, Erick Erickson wrote: > Here’s the Solr JIRA project: > https://issues.apache.org/jira/projects/SOLR/issues?filter=allopenissues > > That will be _totally_ overwhelming. There’s som

New Dev

2019-11-23 Thread Rahul Yadav
Hi All , I have just joined(new dev) here. I have had some experience in Information Retrieval and Search and would like to contribute to the community. as i am just setting up , it would be helpful if there is any task/bug/(Starter Level) that i can work on. Regards Rahul https

Re: Welcome Bruno Roustant as Lucene/Solr committer

2019-11-23 Thread Rahul Yadav
Apologies , Sure will do. Regards Rahul On Sat, Nov 23, 2019 at 8:46 PM David Smiley wrote: > Please start a new thread instead of replying to this thread. > > On Sat, Nov 23, 2019 at 3:14 PM Rahul Yadav wrote: > >> Hi All , >> >> I have just joined(new

Re: Welcome Bruno Roustant as Lucene/Solr committer

2019-11-23 Thread Rahul Yadav
Hi All , I have just joined(new dev) here. I have had some experience in Information Retrieval and Search and would like to contribute to the community. as i am just setting up , it would be helpful if there is any task/bug/(Starter Level) that i can work on. Regards Rahul https

[jira] [Commented] (SOLR-12550) ConcurrentUpdateSolrClient doesn't respect timeouts for commits and optimize

2019-06-23 Thread Rahul Goswami (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-12550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16870859#comment-16870859 ] Rahul Goswami commented on SOLR-12550: -- As discussed on the Solr user list, I f

[jira] [Updated] (SOLR-13217) collapse parser with /export request handler throws NPE

2019-02-04 Thread Rahul Goswami (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Goswami updated SOLR-13217: - Description: A NullPointerException is thrown when trying to use the /export handler with a

[jira] [Updated] (SOLR-13217) collapse parser with /export request handler throws NPE

2019-02-04 Thread Rahul Goswami (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-13217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Goswami updated SOLR-13217: - Description: A NullPointerException is thrown when trying to use the /export handler with a

[jira] [Created] (SOLR-13217) collapse parser with /export request handler throws NPE

2019-02-04 Thread Rahul Goswami (JIRA)
Rahul Goswami created SOLR-13217: Summary: collapse parser with /export request handler throws NPE Key: SOLR-13217 URL: https://issues.apache.org/jira/browse/SOLR-13217 Project: Solr Issue

[jira] [Comment Edited] (SOLR-8291) NPE calling export handler when useFilterForSortedQuery=true

2019-01-17 Thread Rahul Goswami (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16744483#comment-16744483 ] Rahul Goswami edited comment on SOLR-8291 at 1/17/19 9:4

[jira] [Comment Edited] (SOLR-8291) NPE calling export handler when useFilterForSortedQuery=true

2019-01-17 Thread Rahul Goswami (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16744483#comment-16744483 ] Rahul Goswami edited comment on SOLR-8291 at 1/17/19 9:4

[jira] [Comment Edited] (SOLR-8291) NPE calling export handler when useFilterForSortedQuery=true

2019-01-17 Thread Rahul Goswami (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16744483#comment-16744483 ] Rahul Goswami edited comment on SOLR-8291 at 1/17/19 9:3

[jira] [Commented] (SOLR-8291) NPE calling export handler when useFilterForSortedQuery=true

2019-01-16 Thread Rahul Goswami (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16744483#comment-16744483 ] Rahul Goswami commented on SOLR-8291: - Facing the same issue on 7.2.1 while u

Using lucene to post-process Solr query results

2018-01-23 Thread Rahul Chhiber
on the data at a certain fine granularity but don't want to index the data at such high granularity for indexing performance reasons i.e. we need to keep the total number of documents small. Appreciate any help. Regards, Rahul Chhiber

[jira] [Created] (SOLR-11310) QueryElevation doesn't work with Solr LTR

2017-09-01 Thread Rahul Babulal (JIRA)
Rahul Babulal created SOLR-11310: Summary: QueryElevation doesn't work with Solr LTR Key: SOLR-11310 URL: https://issues.apache.org/jira/browse/SOLR-11310 Project: Solr Issue Type

[jira] [Updated] (SOLR-10183) A real scaling normalizer in solr-ltr

2017-02-21 Thread Rahul Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Babulal updated SOLR-10183: - Description: The current solr-ltr plugin provider two different normalizer implementations

[jira] [Updated] (SOLR-10183) A real scaling normalizer in solr-ltr

2017-02-21 Thread Rahul Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Babulal updated SOLR-10183: - Description: The current solr-ltr plugin provider two different normalizer implementations

[jira] [Updated] (SOLR-10183) A real scaling normalizer in solr-ltr

2017-02-21 Thread Rahul Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Babulal updated SOLR-10183: - Description: The current solr-ltr plugin provider two different normalizer implementations

[jira] [Created] (SOLR-10183) A real scaling normalizer in solr-ltr

2017-02-21 Thread Rahul Babulal (JIRA)
Rahul Babulal created SOLR-10183: Summary: A real scaling normalizer in solr-ltr Key: SOLR-10183 URL: https://issues.apache.org/jira/browse/SOLR-10183 Project: Solr Issue Type: New Feature

[jira] [Created] (SOLR-8636) Incorrect distance returned for indexed polygon shapes

2016-02-03 Thread Rahul Jain (JIRA)
Rahul Jain created SOLR-8636: Summary: Incorrect distance returned for indexed polygon shapes Key: SOLR-8636 URL: https://issues.apache.org/jira/browse/SOLR-8636 Project: Solr Issue Type: Bug

Creating a single segment reader

2015-08-05 Thread rahul challapalli
, IOContext.READ)); } Any help is greatly appreciated - Rahul

Fwd: De-Serializing a query string into BooleanQuery without analyzing

2015-08-04 Thread rahul challapalli
++ lucene-dev -- Forwarded message -- From: rahul challapalli Date: Tue, Aug 4, 2015 at 12:25 AM Subject: Re: De-Serializing a query string into BooleanQuery without analyzing To: java-u...@lucene.apache.org Not sure if it is even possible but having the ability to serialize a

[jira] [Commented] (SOLR-5541) Allow QueryElevationComponent to accept elevateIds and excludeIds as http parameters

2014-04-03 Thread Rahul Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959339#comment-13959339 ] Rahul Babulal commented on SOLR-5541: - FYI..., There is a typo in the URL in the

[jira] [Created] (LUCENE-4637) Using StringField for while storing becomes a regular Field when the document is retrieved - Due to this the next search cannot find the document because the value of th

2012-12-19 Thread Rahul Parekh (JIRA)
Rahul Parekh created LUCENE-4637: Summary: Using StringField for while storing becomes a regular Field when the document is retrieved - Due to this the next search cannot find the document because the value of the Field got tokenized which was

[jira] [Commented] (SOLR-3390) Highlighting issue with multi-word synonyms causes to highlight the wrong terms

2012-04-23 Thread Rahul Babulal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13259896#comment-13259896 ] Rahul Babulal commented on SOLR-3390: - Thank you for the details. For now,

[jira] [Commented] (LUCENE-3668) offsets issues with multiword synonyms

2012-04-20 Thread Rahul Babulal (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258775#comment-13258775 ] Rahul Babulal commented on LUCENE-3668: --- I'm using solr 3.6,

[jira] [Created] (SOLR-3390) Highlighting issue with multi-word synonyms causes to highlight the wrong terms

2012-04-20 Thread Rahul Babulal (JIRA)
Rahul Babulal created SOLR-3390: --- Summary: Highlighting issue with multi-word synonyms causes to highlight the wrong terms Key: SOLR-3390 URL: https://issues.apache.org/jira/browse/SOLR-3390 Project

[jira] [Issue Comment Edited] (SOLR-2703) Add support for the Lucene Surround Parser

2011-11-23 Thread Rahul Mehta (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155816#comment-13155816 ] Rahul Mehta edited comment on SOLR-2703 at 11/23/11 11:3

[jira] [Issue Comment Edited] (SOLR-2703) Add support for the Lucene Surround Parser

2011-11-23 Thread Rahul Mehta (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155816#comment-13155816 ] Rahul Mehta edited comment on SOLR-2703 at 11/23/11 11:3

[jira] [Commented] (SOLR-2703) Add support for the Lucene Surround Parser

2011-11-23 Thread Rahul Mehta (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155816#comment-13155816 ] Rahul Mehta commented on SOLR-2703: --- Please document steps needed to install this p

RE: Solr Exception

2011-04-10 Thread rahul
hi, Try adding the 'pdfbox and fontbox' jars in to your solr lib folder and try restart Tomcat once. I hope it will solve the issue. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Exception-tp2654719p2798609.html Sent from the Solr - Dev mailing list archive

RE: Solr Exception

2011-04-09 Thread rahul
hi, Try adding the 'pdfbox and fontbox' jars in to your solr lib folder and try restart Tomcat once. I hope it will solve the issue. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Exception-tp2654719p2798619.html Sent from the Solr - Dev mailing list archive

[jira] Created: (LUCENENET-393) Lucene - Search Engine for .net Issue

2011-02-10 Thread Rahul Panwar (JIRA)
with sp1,AMD processor 2 GHz 4GB RAM Reporter: Rahul Panwar Priority: Blocker We have implemented the Lucene.net for site search. We have implemented this in following steps: 1. Processing index from Database (around 4 million records are in DB) to file system. 2