Re: Question About Solr Cores

2009-07-11 Thread Shalin Shekhar Mangar
On Fri, Jul 10, 2009 at 11:22 PM, danben dan...@gmail.com wrote: What I have seen, however, is that the number of open FDs steadily increases with the number of cores opened and files indexed, until I hit whatever upper bound happens to be set (currently 100k). Raising machine-imposed

Re: Aggregating/Grouping Document Search Results on a Field

2009-07-11 Thread Shalin Shekhar Mangar
On Sat, Jul 11, 2009 at 12:01 AM, Bradford Stephens bradfordsteph...@gmail.com wrote: Does the facet aggregation take place on the Solr search server, or the Solr client? It's pretty slow for me -- on a machine with 8 cores/ 8 GB RAM, 50 million document index (about 36M unique values in

Re: solr jmx connection

2009-07-11 Thread Shalin Shekhar Mangar
On Sat, Jul 11, 2009 at 8:56 AM, J G skinny_joe...@hotmail.com wrote: I have a SOLR JMX connection issue. I am running my JMX MBeanServer through Tomcat, meaning I am using Tomcat's MBeanServer rather than any other MBeanServer implemenation. I am having a hard time trying to figure out the

Solr tika and extracting formatting info

2009-07-11 Thread S.Selvam
Hi all, I am using solr tika to index various file formats.I have used ExtractingRequestHandler to get the data and render it in GUI using VB.NET. Now my requirement is to render the file as it is(With all formatting,for eg.Table,) or almost a similar look of original file.So i need to receive

Re: Preparing the ground for a real multilang index

2009-07-11 Thread Jan Høydahl
Michael, you're of course right, copyfield would copy from source. The lack of built-in language awareness in Solr is unfortunate :( I have not tried Lucid's BasisTech lemmatizer implementation, but check with them whether they can support multi languages in the same field. -- Jan Høydahl On 8.

Re: Solr tika and extracting formatting info

2009-07-11 Thread Grant Ingersoll
On Jul 11, 2009, at 4:23 AM, S.Selvam wrote: Hi all, I am using solr tika to index various file formats.I have used ExtractingRequestHandler to get the data and render it in GUI using VB.NET. Now my requirement is to render the file as it is(With all formatting,for eg.Table,) or almost a

Boosting certain documents dynamically at query-time

2009-07-11 Thread Michael Lugassy
Hi guys -- Using solr 1.4 functions at query-time, can I dynamically boost certain documents which are: a) not on the same range, i.e. have very different document ids, b) have different boost values, c) part of a long list (can be around 1,000 different document ids with 50 different boost

Caching per segmentReader?

2009-07-11 Thread Jason Rutherglen
Are we planning on implementing caching (docsets, documents, results) per segment reader or is this something that's going to be in 1.4?

A question about SolrJ range query?

2009-07-11 Thread huenzhao
We can use solr range query like: http://localhost:8983/solr/select?q=queryStrfq=x:[10 TO 100] AND y:[20 TO 300] or : http://localhost:8983/solr/select?q=queryStrfq=x:[10 TO 100]fq=y:[20 TO 300] My Question: How to make this range query by using solrJ ? Anybody knows? enzhao...@gmail.com