At the risk of anwsering my own question... http://wiki.apache.org/solr/SchemaXml
pof wrote: > > Hi, I'm having a bit of confusion over where you can specify to Solr that > you want particular fields to be indexed and/or analysed and/or stored. > All the xml examples I have found are like this: > > <field name="id">F8V7067-APL-KIT</field> > > can you do something like this maybe? > > <field name="name" analyzed="no" stroed="yes">Belkin Mobile Power Cord for > iPod w/ Dock</field> > > Thanks, Brett. > > > -- View this message in context: http://www.nabble.com/XML-indexed-analysed-tp23954797p23955504.html Sent from the Solr - Dev mailing list archive at Nabble.com.
