Re: Facet on a Payload field type?

2017-08-31 Thread Chris Hostetter
d,es ... whatever language the user wants) https://lucene.apache.org/solr/guide/6_6/other-parsers.html ...then use those results to translate the final output. : Date: Thu, 31 Aug 2017 14:12:38 -0500 : From: Webster Homer : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.or

Re: Facet on a Payload field type?

2017-08-31 Thread Webster Homer
translations > for all instances of red -- not just that instance of red in that > singlular document. > > > > : Date: Mon, 28 Aug 2017 13:29:00 -0500 > : From: Webster Homer > : Reply-To: solr-user@lucene.apache.org > : To: solr-user@lucene.apache.org > : Subject: Re:

Re: Facet on a Payload field type?

2017-08-31 Thread Chris Hostetter
stance of red in that singlular document. : Date: Mon, 28 Aug 2017 13:29:00 -0500 : From: Webster Homer : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Re: Facet on a Payload field type? : : The issue is, that we lack translations for much of our attrib

Re: Facet on a Payload field type?

2017-08-28 Thread Webster Homer
The issue is, that we lack translations for much of our attribute data. We do have English versions. The idea is to use the English values for the faceted values and for the filters, but be able to retrieve different language versions of the term to the caller. If we have a facet on color if the va

Re: Facet on a Payload field type?

2017-08-23 Thread Chris Hostetter
: The payload idea was from my boss, it's similar to how they did this in : Endeca. ... : My alternate idea is to have sets of facet fields for different languages, : then let our service layer determine the correct one for the user's : language, but I'm curious as to how others have solve

RE: Facet on a Payload field type?

2017-08-23 Thread Markus Jelsma
to encode language features into our text! -Original message- > From:Webster Homer > Sent: Wednesday 23rd August 2017 22:21 > To: solr-user@lucene.apache.org > Subject: Re: Facet on a Payload field type? > > The payload idea was from my boss, it's similar to how

Re: Facet on a Payload field type?

2017-08-23 Thread Webster Homer
The payload idea was from my boss, it's similar to how they did this in Endeca. I'm not sure I follow your idea about "mapping internal value to translated value". Would you care to elaborate? My alternate idea is to have sets of facet fields for different languages, then let our service layer dete

Re: Facet on a Payload field type?

2017-08-23 Thread Webster Homer
Certainly more than a byte of information. The most common example is to have payloads encode floats.So if there is a limit, it's more likely to be 64bits On Wed, Aug 23, 2017 at 2:10 PM, Markus Jelsma wrote: > Technically they could, facetting is possible on TextField, but it would > be useless

RE: Facet on a Payload field type?

2017-08-23 Thread Markus Jelsma
Technically they could, facetting is possible on TextField, but it would be useless for facetting. Payloads are only used for scoring via a custom Similarity. Payloads also can only contain one byte of information (or was it 64 bits?) Payloads are not something you want to use when dealing wit