Re: More contextual information in anlyzers

2010-03-09 Thread dbejean
So, the way I made my analyzer is the good one. Thank you. hossman wrote: > > > : If I write a custom analyser that accept a specific attribut in the > : constructor > : > : public MyCustomAnalyzer(String myAttribute); > : > : Is there a way to dynamically send a value for this attribute fro

Re: More contextual information in anlyzers

2010-03-09 Thread Chris Hostetter
: If I write a custom analyser that accept a specific attribut in the : constructor : : public MyCustomAnalyzer(String myAttribute); : : Is there a way to dynamically send a value for this attribute from Solr at : index time in the XML Message ? : : : : . fundementally there are tw