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

2023-10-23 Thread Michael Wechner
Hi Greg Thank you very much for your additional information, really very much appreciated! Yes, generally speaking I think Lucene has many great features, which unfortunately are not so obvious for various reasons. Documentation could of course always be better, but I guess it is also

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 is. Your >

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

2023-10-23 Thread Greg Miller
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 you do faceting over arbitrary "string-like" doc value fields (SORTED and SORTED_SET). So if you already have a field of this

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 than < 6.00 > >

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