It is true I need also this metadata at query time. For the moment, I put
this extra information at the beginning of the data too be indexed and at
the beginning of the query. It works, but I really don't like this. In my
case, I need the language of the data to be index and the language of the
qu
Yes, payloads should do this.
On Mon, Mar 8, 2010 at 8:29 PM, Jon Baer wrote:
> Isn't this what Lucene/Solr payloads are theoretically for?
>
> ie:
> http://www.lucidimagination.com/blog/2009/08/05/getting-started-with-payloads/
>
> - Jon
>
> On Mar 8, 2010, at 11:15 PM, Lance Norskog wrote:
>
>
Isn't this what Lucene/Solr payloads are theoretically for?
ie:
http://www.lucidimagination.com/blog/2009/08/05/getting-started-with-payloads/
- Jon
On Mar 8, 2010, at 11:15 PM, Lance Norskog wrote:
> This is an interesting idea. There are other projects to make the
> analyzer/filter chain mor
This is an interesting idea. There are other projects to make the
analyzer/filter chain more "porous", or open to outside interaction.
A big problem is that queries are analyzed, too. If you want to give
the same metadata to the analyzer when doing a query against the
field, things get tough. You