: I want to index some data untokenized (e.g. url), but I can't
: find a way to do it.
: 
: I know there is a way to do it in solr configuration but I want
: to specify this options directly in my solr xml.
: 
: This is a fragment of the xml that i post in slr and I want to know if is
: possible to add to some field (e.g. modsCollection.name.xlink:href) an extra
: attribute in some other way the information about how to index it.//

No, that's not how Solr works -- the client specifies a list of of 
field=>value pairs for each document, and the schema.xml file tells Solr 
how those field=>value pairs should be dealt with.

If the client could override this behavior, then you could end up with a 
non-sensical index if some clients said a certain field name should be 
tokenized, and other clients mistakenly said that same field shouldn't be 
tokenized.


-Hoss

Reply via email to