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 ...y

Re: Does Solr support integration with the Compass framework?

2007-01-11 Thread Graham O'Regan
doesn't compass use multiple indexes? have a read of the "direct lucene" box on http://www.opensymphony.com/compass/versions/1.1M3/html/introduction.html#i-use-lucene would that prevent the two being used together? i'd be interested in getting the two working together as well, it'd be great to

Re: Does Solr support integration with the Compass framework?

2007-01-12 Thread Graham O'Regan
doesn't compass use multiple indexes? have a read of the "direct lucene" box on http://www.opensymphony.com/compass/versions/1.1M3/html/introduction.html#i-use-lucene would that prevent the two being used together? i'd be interested in getting the two working together as well, it'd be great

Re: Does Solr support integration with the Compass framework?

2007-01-15 Thread Graham O'Regan
compass provides a transaction manager for lucene indexes so you can incorporate an index update and database update in a single transaction or roll-back if either fails. thats why it would be interesting to see the two working together. Marios Skounakis wrote: Hi all, > >I am working on a

Re: Does Solr support integration with the Compass framework?

2007-01-15 Thread Graham O'Regan
level overview? TIA Marios On 1/15/07, Graham O'Regan <[EMAIL PROTECTED]> wrote: compass provides a transaction manager for lucene indexes so you can incorporate an index update and database update in a single transaction or roll-back if either fails. thats why it would be interesting to see