Hello,

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 ?

<add>
  <doc>
    <field name="content" myattribute="...">.....</field>


Obviously, in Sorl shema.xml, the "content" field is associated to my custom
Analyser.

Thank you.

Dominique

-- 
View this message in context: 
http://old.nabble.com/More-contextual-information-in-anlyzers-tp27819298p27819298.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to