Re: Single multilingual field analyzed based on other field values

2013-12-19 Thread Trey Grainger
e message boards and JIRA (e.g., SOLR-1536 / > SOLR-1327 not being fixed), it seems like there isn't a clean way to run > analyzers dynamically based on data in other field(s). If I end up trying > the caching idea, I'll report my findings here. > > Thanks, > Dave > &

Re: Single multilingual field analyzed based on other field values

2013-10-29 Thread davetroiano
ield(s). If I end up trying the caching idea, I'll report my findings here. Thanks, Dave -- View this message in context: http://lucene.472066.n3.nabble.com/Single-multilingual-field-analyzed-based-on-other-field-values-tp4098141p4098242.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Single multilingual field analyzed based on other field values

2013-10-28 Thread Trey Grainger
. Then process the results and place in the > desired field. And finally remove any temporary fields. > > -- Jack Krupansky > -Original Message- From: David Anthony Troiano > Sent: Monday, October 28, 2013 4:47 PM > To: solr-user@lucene.apache.org > Subject: Single mul

Re: Single multilingual field analyzed based on other field values

2013-10-28 Thread Jack Krupansky
place in the desired field. And finally remove any temporary fields. -- Jack Krupansky -Original Message- From: David Anthony Troiano Sent: Monday, October 28, 2013 4:47 PM To: solr-user@lucene.apache.org Subject: Single multilingual field analyzed based on other field values Hello

Single multilingual field analyzed based on other field values

2013-10-28 Thread David Anthony Troiano
Hello, First some background... I am indexing a multilingual document set where documents themselves can contain multiple languages. The language(s) within my documents are known ahead of time. I have tried separate fields per language, and due to the poor query performance I'm seeing with that