Re: Meaning of the colors in the solrcloud view

2012-11-18 Thread Stefan Matheis
Hi Markus There is an open issue for integrating a color legend: https://issues.apache.org/jira/browse/SOLR-3915 Stefan On Sunday, November 18, 2012 at 6:30 AM, Markus.Mirsberger wrote: Hi, can someone give me a hint about the meaning of the different colors inside the cloud admin view

Re: admin query showing unstored fields

2012-11-18 Thread Reik Schatz
Hi, yes all good thanks. It would be nice on this page: http://wiki.apache.org/solr/SchemaXml#Fields under Common field options and also Data Types - common options to specify what Solr will use as default is if an attribute is not specified (i.e. field will be stored if the stored attribute is

Re: Execute an independent query from the main query

2012-11-18 Thread Erick Erickson
Depending on your use-case, you might be able to use the join functionality. Be aware that this doesn't return the values of the from field, so it may not be suitable. _why_ do you want to do this? I'm wondering if this is an _XY_ problem. Best, Erick On Sun, Nov 18, 2012 at 9:14 AM, Indika

Re: Execute an independent query from the main query

2012-11-18 Thread Luis Cappa Banda
Hello! When queries become more and more complex and you need to apply one second query with the resultant docs from the first one, or re-sort results, or maybe add some promotional or special docs to the response, I recommend to develop a Web App module that implements that complex business

SolrCloud - Zookeeper Questions

2012-11-18 Thread deniz
Hi All, I have been digging web for answers to some of my questions in my mind but till now I am still not clear on them.. first (and main)question is about zookeeper itself.. are there any tutorials in detail how we can use it with solr other than wikies? SolrCloud wiki page is useful for sure,

Re: Date math query syntax

2012-11-18 Thread Jack Krupansky
You can do numeric math in function queries, but not string operations, and there is no provision for doing string operations in a query using the result of an embedded function query. You haven't shown us a full query. Sounds like we have another candidate for XY Problem. First you need to

Re: SolrCloud - Zookeeper Questions

2012-11-18 Thread Mark Miller
On Nov 18, 2012, at 10:02 PM, deniz denizdurmu...@gmail.com wrote: removing a shard/replica temporarily and then adding back again I'd unload them with http cmds (without using the options that delete things on disk) and then create them again when I wanted them back. - Mark

Per user document exclusions

2012-11-18 Thread Christian Jensen
Hi, We have a need to allow each user to 'exclude' individual documents in the results. We can easily do this now within the RDBMS using a FTS index and a query with 'OUTER LEFT JOIN WHERE NULL' type of thing. Can Solr do this somehow? Heavy customization is not a problem - I would bet this has

Re: SolrCloud - Zookeeper Questions

2012-11-18 Thread deniz
Mark Miller-3 wrote On Nov 18, 2012, at 10:02 PM, deniz lt; denizdurmus87@ gt; wrote: removing a shard/replica temporarily and then adding back again I'd unload them with http cmds (without using the options that delete things on disk) and then create them again when I wanted them

Re: Date math query syntax

2012-11-18 Thread Indika Tantrigoda
Hi Jack, Thanks for the response. Let me explain my question better. I have a filter query to limit the query results, start_time:[* TO 1970-01-01T10:55:002Z] AND end_time:[1970-01-01T10:55:002Z TO *] AND session_time_range_available:true and I also use the same query as a function query in fl

SolrCloud Error after leader restarts

2012-11-18 Thread deniz
Hello, for test purposes, I am running two zookeepers on ports 2181 and 2182. and i have two solr instances running on different machines... For the one which is running on my local and acts as leader: java -Dbootstrap_conf=true -DzkHost=localhost:2181 -jar start.jar and for the one which acts

Re: document clustering or tagging

2012-11-18 Thread Stanislaw Osinski
Stanislaw Osinski, stanislaw.osin...@carrotsearch.com http://carrotsearch.com I have very huge solr index. I want to tag all documents with terms that better represent that document like this

Re: error opening index solr 4.0 with lukeall-4.0.0-ALPHA.jar

2012-11-18 Thread Bernd Fehling
I think there is already a BETA available: http://luke.googlecode.com/svn/trunk/ Changes in unreleased version: * Update to 4.0.0_BETA. * Issue 22: term vectors could not be accessed if a field was not stored. Fixed also several other wrong assumptions about field flags. You might try that

Re: error opening index solr 4.0 with lukeall-4.0.0-ALPHA.jar

2012-11-18 Thread Toke Eskildsen
On Mon, 2012-11-19 at 08:10 +0100, Bernd Fehling wrote: I think there is already a BETA available: http://luke.googlecode.com/svn/trunk/ You might try that one. That doesn't work either for Lucene 4.0.0 indexes, same for source trunk. I did have some luck with downloading the source and