Re: Problem in importing project in Eclipse

2022-11-11 Thread Maulin Rathod
Thanks Shawn for the detailed response. In my use case, I want to fetch data from multiple collections. so I want to use the stream expression (innerJoin decorator for joining collections). But I can't see (on this https://solr.apache.org/guide/8_7/stream-decorator-reference.html#stream-decorator-

Re: Problem in importing project in Eclipse

2022-11-11 Thread Shawn Heisey
On 11/11/22 00:32, Maulin Rathod wrote: On Windows, I have installed python3 and now I am able to execute '.\gradlew clean dev' successfully. I want to add/modify solr code (e.g. Adding new plugin/Stream Decorator) and debug it locally. Is there any documentation which describes how to create a

Re: Problem in importing project in Eclipse

2022-11-10 Thread Maulin Rathod
On Windows, I have installed python3 and now I am able to execute '.\gradlew clean dev' successfully. I want to add/modify solr code (e.g. Adding new plugin/Stream Decorator) and debug it locally. Is there any documentation which describes how to create a new plugin/Stream Decorator? On Fri, Nov

Re: Problem in importing project in Eclipse

2022-11-10 Thread Shawn Heisey
On 11/10/22 19:04, Shawn Heisey wrote: Now it gets past the error you are getting and I am seeing failed tests. I haven't yet gotten a good run on Windows.  The tests seem to fail a lot more there. One problem might be that my Windows machine has a 4-core 7th generation Intel desktop CPU an

Re: Problem in importing project in Eclipse

2022-11-10 Thread Maulin Rathod
Hi Shawn, I am able to build successfully using .\gradlew clean dev command. Thanks for your help. I want to add/modify solr code (e.g. Adding new plugin/Stream Decorator) and debug it locally. https://solr.apache.org/guide/8_4/solr-plugins.html - This link provides details about existing plugi

Re: Problem in importing project in Eclipse

2022-11-10 Thread Shawn Heisey
On 11/10/2022 2:39 PM, Shawn Heisey wrote: My tests above were done on Ubuntu Server 22.04.  I will try it on a Windows 10 pro machine and reply back if I have any problems with that. Installed Strawberry Perl, Git for Windows, and Temurin JDK 17. The build failed, with a different error than

Re: Problem in importing project in Eclipse

2022-11-10 Thread Shawn Heisey
On 11/10/22 09:17, Maulin Rathod wrote: Hi Joshua, Shawn Thanks for your help. Now I am able to import project in eclipse. Now when I execute below build command (for main branch) it fails with the below exception. PS D:\solr\SolrReadwrite\solr> ./gradlew build FAILURE: Build failed with an

Re: Problem in importing project in Eclipse

2022-11-10 Thread Maulin Rathod
Hi Joshua, Shawn Thanks for your help. Now I am able to import project in eclipse. Now when I execute below build command (for main branch) it fails with the below exception. PS D:\solr\SolrReadwrite\solr> ./gradlew build FAILURE: Build failed with an exception. Task :solr:documentation:chec

Re: Problem in importing project in Eclipse

2022-11-09 Thread Joshua Ouma
To add on Shawn comment after building the 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

Re: Problem in importing project in Eclipse

2022-11-09 Thread Shawn Heisey
On 11/9/22 08:02, Maulin Rathod wrote: 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/HowT

Re: Problem in importing project in Eclipse

2022-11-09 Thread Maulin Rathod
Thanks Joshua. Can you please help with more details (with some steps) about how to import in eclipse? Or point to some link where steps are mentioned for importing solr project in eclipse? On Wed, Nov 9, 2022 at 8:41 PM Joshua Ouma wrote: > Hi Mualin, > > After executing the grade task. Don'

Re: Problem in importing project in Eclipse

2022-11-09 Thread Joshua Ouma
Hi Mualin, After executing the grade 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 I want to contrib

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