Re: Does Solr fit my needs?

2012-05-01 Thread Mikhail Khludnev
no problem - you are welcome. Nothing out-of-the-box yet. Only approach is ready http://blog.mikemccandless.com/2012/01/searching-relational-content-with.html https://issues.apache.org/jira/browse/SOLR-3076 Regards On Mon, Apr 30, 2012 at 12:06 PM, G.Long wrote: > Hi :) > > Thank you all for y

Re: Does Solr fit my needs?

2012-04-30 Thread G.Long
Hi :) Thank you all for your answers. I'll try these solutions :) Kind regards, Gary Le 27/04/2012 16:31, G.Long a écrit : Hi there :) I'm looking for a way to save xml files into some sort of database and i'm wondering if Solr would fit my needs. The xml files I want to save have a lot of

Re: Does Solr fit my needs?

2012-04-27 Thread Bill Bell
You could use SQL Server and External Fields in Solr to get what you need from the database on result of the query. Bill Bell Sent from mobile On Apr 27, 2012, at 8:31 AM, "G.Long" wrote: > Hi there :) > > I'm looking for a way to save xml files into some sort of database and i'm > wonderin

Re: Does Solr fit my needs?

2012-04-27 Thread Walter Underwood
Solr will not keep the structure of your XML data. Solr and Lucene have a flat data model. You can map hierarchy into that, but it can be a lot of work. I recommend starting with a dedicated XML database. MarkLogic is commercial, but they have added a free developer license that can be used for

Re: Does Solr fit my needs?

2012-04-27 Thread Shashi Kant
We have used both Solr and graph databases for our XML file indexing. Both are equivalent in terms of performance, but a graph db (such as Neo4j) offers a lot more flexibility in joining across the nodes and traversing. If your data is strictly hierarchical Solr might do it, alternately suggest loo

RE: Does Solr fit my needs?

2012-04-27 Thread Bob Sandiford
ion: Like us on Facebook! Follow us on Twitter! -Original Message- From: G.Long [mailto:jde...@gmail.com] Sent: Friday, April 27, 2012 10:32 AM To: solr-user@lucene.apache.org Subject: Does Solr fit my needs? Hi there :) I'm looking for a way to save xml files into some sort of databas

Does Solr fit my needs?

2012-04-27 Thread G.Long
Hi there :) I'm looking for a way to save xml files into some sort of database and i'm wondering if Solr would fit my needs. The xml files I want to save have a lot of child nodes which also contain child nodes with multiple values. The depth level can be more than 10. After having indexed t