Index Solr Logs

2011-06-26 Thread Mr Havercamp
I'm interested to know if there is a way to have Solr index its own logs, in particular the logging of queries. One project that showed promise was Sogger but I believe the developer is working more closely with LogStash which uses ElasticSearch so my guess is that the Sogger project is no

Re: Advice wanted on approach/architecture

2011-06-26 Thread Jan Høydahl
When marking a line in your app, you could re-index that line with a field set to hide=true so that subsequent queries will not show that line. Regarding regex exclude: Will that be same for all users of system or is it per user? If it is system-wide I'd consider using a back-end job which

Using RAMDirectoryFactory in Master/Slave setup

2011-06-26 Thread nipunb
PS: Sorry if this is a repost, I was unable to see my message in the mailing list - this may have been due to my outgoing email different from the one I used to subscribe to the list with. Overview – Trying to evaluate if keeping the index in memory using RAMDirectoryFactory can help in query

Solr clustering configuration

2011-06-26 Thread katzshay
Hi, I'm looking for cluster configuration(multiple Solr servers) instructions for Solr. Can you please post a link for Solr cluster configuration if you familiar with such kind of document? Thanks, Shay -- View this message in context:

Using RAMDirectoryFactory in Master/Slave setup

2011-06-26 Thread Nipun Bhatia
Overview ­ Trying to evaluate if keeping the index in memory using RAMDirectoryFactory can help in query performance.I am trying to perform the indexing on the master using solr.StandardDirectoryFactory and on the slave using solr.RAMDirectoryFactory Details: We have set-up Solr in a master/slave

Re: Index Solr Logs

2011-06-26 Thread mike anderson
Check out Logg.ly. http://www.loggly.com/. They use SOLR to index all kinds of logs, SOLR included. This is a paid service, so maybe not what you're looking for. I've used it though, works great. -Mike On Sun, Jun 26, 2011 at 5:49 AM, Mr Havercamp mrhaverc...@gmail.com wrote: I'm interested to

Re: MultiValued facet behavior question

2011-06-26 Thread Chris Hostetter
: And I click on B, does it make sense for the user to display : B : C : E : : after the selection ? Just because items in B are C and E items as well? : As A user I chose B because I'm interested in B items. I do not care if they : are also C and E items. : Technically this is correct, but

SolrDocumentList in Distributed search

2011-06-26 Thread Jason, Kim
Hi All I have 5 shards. (sh01 ~ sh05) I was debugging using solrJ. When I quiried at each shard, results are right. But when I quiried at all shards, elementData of SolrDocumentList is null. But numFound of SolrDocumentList is right. How can I get the SolrDocumentList in shards? Thanks in Advance