Request to review PR: Streaming Expression: PageStreaming Decorator

2022-11-24 Thread Maulin Rathod
Hi, For our requirement, we have implemented PageStreaming Decorator to allow results to be displayed with pagination. We want to commit it to the Solr main branch. I have created solr Jira ticket ( https://issues.apache.org/jira/browse/SOLR-16556) and implemented changes in fork (https://github.

Request to review PR: https://github.com/apache/solr/pull/1190 : Streaming Expression: PageStreaming Decorator

2022-11-24 Thread Maulin Rathod
Hi, For our requirement, we have implemented PageStreaming Decorator to allow results to be displayed with pagination. We want to commit it to the Solr main branch. I have created solr Jira ticket ( https://issues.apache.org/jira/browse/SOLR-16556) and implemented changes in fork (https://github.

Re: Commit Process

2022-11-21 Thread Maulin Rathod
ier committers with your contributions the faster the > end to end process. > > After some time of valuable contributions, support and work in the > community, the Apache Solr PMC will invite you as committer :) > > > > > On Sun, 20 Nov 2022, 14:31 Maulin Rathod, wrote: > &g

Commit Process

2022-11-20 Thread Maulin Rathod
Hi, For our requirement, we have implemented PageStreaming Decorator to allow results to be displayed with pagination. We want to commit it to the Solr main branch. Do I need any permission for commiting? I understand we need to perform the following steps to commit it in solr.. 1) Create solr

Re: Problem in importing project in Eclipse

2022-11-11 Thread Maulin Rathod
rator-reference ) any decorator that can help to implement paging. so I am planning to implement a skip/limit decorator to support paging. On Fri, Nov 11, 2022 at 7:46 PM Shawn Heisey wrote: > On 11/11/22 00:32, Maulin Rathod wrote: > > On Windows, I have installed python3 and no

Re: Problem in importing project in Eclipse

2022-11-10 Thread Maulin Rathod
e Run box or start menu, will open the python page on the > Microsoft Store and it's easy to install from there. Perl is also > required. > > I need to look into why building no longer works in Git Bash, which is > part of Git for Windows. It used to work. > > Thanks,

Re: Problem in importing project in Eclipse

2022-11-10 Thread Maulin Rathod
> > What is your goal with building Solr from source? If you're trying to > build something you can run, then you want ".\gradlew clean dev" and if > you're trying to make a package like what you can download, you want > ".\gradlew clean distTar" or &q

Re: Problem in importing project in Eclipse

2022-11-10 Thread Maulin Rathod
e project, click on file menu > then open projects from file system. > > On Wed, Nov 9, 2022 at 6:45 PM Maulin Rathod wrote: > > > Thanks Joshua. Can you please help with more details (with some steps) > > about how to import in eclipse? Or point to some link where s

Re: Problem in importing project in Eclipse

2022-11-09 Thread Maulin Rathod
rade task. Don't import as an existing gradle project > but from folder(not sure of the exact wording) > > On Wed, 9 Nov 2022, 18:02 Maulin Rathod, wrote: > > > Hi, > > > > I am a developer with 15 year experience and using Solr for the last 7-8 > > years. Now

Problem in importing project in Eclipse

2022-11-09 Thread Maulin Rathod
Hi, I am a developer with 15 year experience and using Solr for the last 7-8 years. Now I want to contribute to solr... I followed the instructions provided on this link to import the project in Eclipse. https://cwiki.apache.org/confluence/display/solr/HowToContribute After checking the main br