Re: Indexing an XML file in Apache Solr

2013-08-18 Thread Michael Sokolov
You might be interested in trying Lux, which is a Solr extension that indexes XML documents using the element and attribute names and the contents of those nodes in your document. It also allows you to define XPath indexes (like DIH, I think, but with the full XPath 2.0 syntax), and to query y

Re: Problems installing Solr4 in Jetty9

2013-08-18 Thread Mark Miller
On Aug 17, 2013, at 9:01 AM, Robert Muir wrote: > I think this is only a "test dependency" ? Right - it's only for the hdfs 'test' setup. I thought that when Steve moved it from the test module to the core, he handled it so that it would not go out in the dist. - mark

Re: More on topic of Meta-search/Federated Search with Solr

2013-08-18 Thread Erick Erickson
The lack of global TF/IDF has been answered in the past, in the sharded case, by "usually you have similar enough stats that it doesn't matter". This pre-supposes a fairly evenly distributed set of documents. But if you're talking about federated search across different types of documents, then wh

Re: Problems installing Solr4 in Jetty9

2013-08-18 Thread Steve Rowe
bq. I thought that when Steve moved it from the test module to the core, he handled it so that it would not go out in the dist. Mea culpa. @Chris Collins, I think you're talking about Maven dependencies, right? As a workaround, you can exclude dependencies you don't need, including hadoop-hdfs,

Giving OpenSearcher as false

2013-08-18 Thread Prasi S
Hi, 1. What is the impact , use of giving opensearcher as true ${solr.autoCommit.maxTime:15000} true 2. Giving the value as "false" , does this create index in the temp file and then commit? Regards, Prasi