Re: Indexing XML files

2006-12-06 Thread Graham O'Regan
couldn't you use a cdata section? Chris Hostetter wrote: Since XML is the transport for sending data to Solr, you need to make sure all field values are XML escaped. If you wanted to index a plain text title and that tile contained an ampersand character Sense Sensability ...you

Re: Indexing XML files

2006-12-06 Thread Yonik Seeley
On 12/6/06, Graham O'Regan [EMAIL PROTECTED] wrote: couldn't you use a cdata section? That's just another form of escaping. Mirko actually want's the XML field value to be part of the XML of Solr's response, not encapsulated by it. -Yonik

Re: Multi-Valued Faceting

2006-12-06 Thread Yonik Seeley
On 12/6/06, J.J. Larrea [EMAIL PROTECTED] wrote: My thought was that the simplest approach would be to subclass FieldCacheImpl to introduce a getMultiStringIndex method derived from getStringIndex, defining and returning a MultiStringIndex class which stores order as int[][] rather than int[];

Changing the schema.xml

2006-12-06 Thread Andrew Nagy
What is necessary for the effects of changing the schema.xml to take effect for all of my records? I restarted tomcat, but it does not seem that my changes have taken effect. I wanted to change a full-text field from type:string to type:text to allow for better searching, but do no see any

Re: Performance issue.

2006-12-06 Thread Yonik Seeley
Your snippet shows it as text not string Try faceting on manu_exact and you may get better results. -Yonil On 12/6/06, Gmail Account [EMAIL PROTECTED] wrote: It is currently a string type. Here is everything that has to do with manu in my schema... Should it have been multi-valued? Do you see