Re: Lucene Index Writer in a distributed system

2023-10-19 Thread Cody Amen
Zookeeper, right? Look how Zookeeper is used in Solr, but Zookeeper does exactly what you want, I believe. Sent from my iPhone > On Oct 19, 2023, at 3:49 AM, Gopal Sharma wrote: > > Hello Team, > > I am new to Lucene and want to use Lucene in a distributed system to write > in a Amazon EFS

Re: When to use StringField and when to use FacetField for categorization?

2023-10-23 Thread Cody Amen
Yo, a facet can be booleon or coordinate or currency,,, so maybe all your facets are the currency and then your fields would be an integer. And then you could say... i just want yen, or pesos or whatever Sent from my iPhone > On Oct 20, 2023, at 7:05 AM, Michael Wechner > wrote: > > Hi

Re: When to use StringField and when to use FacetField for categorization?

2023-10-23 Thread Cody Amen
The Jesuit mind is always justifying itself and trying to seem like there is popularity and hype around there ultimate disgraceful mislead. Sent from my iPhone > On Oct 23, 2023, at 2:26 PM, Cody Amen wrote: > > Hey man dont advertise or opinion. Lucene is just fine the way it

Re: When to use StringField and when to use FacetField for categorization?

2023-10-23 Thread Cody Amen
As oppossed to like i want to find everything less than < 6.00 Sent from my iPhone > On Oct 20, 2023, at 7:05 AM, Michael Wechner > wrote: > > Hi Adrien > > Thank you very much for your feedback as well! > > I just replaced the StringField by KeywordField :-) > > Thanks > > Michael > >>

Re: When to use StringField and when to use FacetField for categorization?

2023-10-23 Thread Cody Amen
Hey man dont advertise or opinion. Lucene is just fine the way it is. Your just idolating some Jesuit opinion to try and hurt people and disinformation. Sent from my iPhone > On Oct 23, 2023, at 2:25 PM, Cody Amen wrote: > > As oppossed to like i want to find everything less th

Re: When to use StringField and when to use FacetField for categorization?

2023-10-23 Thread Cody Amen
Not all of your fields might be strings Sent from my iPhone > On Oct 23, 2023, at 1:10 PM, Greg Miller wrote: > > Hey Michael- > > You've gotten a lot of great information here already. I'll point you to > one more implementation as well: StringValueFacetCounts. This > implementation lets