Re: date slider

2010-05-17 Thread Király Péter
Maybe you would like something like this: lowest value: http://localhost:8983/solr/select?q=*:*&rows=1&fl=date&sort=date%20asc highest value: http://localhost:8983/solr/select?q=*:*&rows=1&fl=date&sort=date%20desc Hope this helps, Péter - Original Message - From: "gwk" To: Sent:

Re: date facets without intersections

2010-04-28 Thread Király Péter
unting-td502014.html Regards, gwk On 4/27/2010 10:02 PM, Király Péter wrote: Dear Solr users, I am interesting, whether it is possible to get date facets without intersecting ranges. Now the documents which stands on boundaries of ranges are covered by both ranges. An example: facet result

Re: date facets without intersections

2010-04-28 Thread Király Péter
Grant Ingersoll said: You should be able to do inclusive/exclusive ranges using the query parser by mixing matching brackets [] and braces {}. See http://lucene.apache.org/java/2_9_1/queryparsersyntax.html#Range%20Searches Hi Grant, Thanks for your answer, but my problem is not that how to q

date facets without intersections

2010-04-27 Thread Király Péter
Dear Solr users, I am interesting, whether it is possible to get date facets without intersecting ranges. Now the documents which stands on boundaries of ranges are covered by both ranges. An example: facet result (from Solr): 3 3 12 If we translate into queries, it means that the number of d

feature request for ivalid data formats

2010-03-23 Thread Király Péter
Hi, I don't know whether this is the good place to ask it, or there is a special tool for issue requests. If I set a field to int, but the input contains a string, the Solr reports an error like this: 2010.03.23. 13:27:23 org.apache.solr.common.SolrException log SEVERE: java.lang.NumberForma

Re: place of log4j.properties file

2010-03-19 Thread Király Péter
uthor: http://www.packtpub.com/solr-1-4-enterprise-search-server/ On Mar 19, 2010, at 12:27 PM, Király Péter wrote: Hi, on page 205 of the Solr 1.4 Enterprise Search Server book there is an example, of how to reference log4j.properties file from Jetty. I tried that and several other methods (like

place of log4j.properties file

2010-03-19 Thread Király Péter
Hi, on page 205 of the Solr 1.4 Enterprise Search Server book there is an example, of how to reference log4j.properties file from Jetty. I tried that and several other methods (like -Dlog4j.properties=), but the only working way was to put create a WEB-INF/classes directory inside the solr.war

Re: New Certified Distribution for Solr with free Solr Reference Guide

2010-01-08 Thread Király Péter
Hi Erik, the first link on page 33 on the Solr Reference Guide is a wrong one. The text of the link http://localhost:8983/solr/select?q=video, but the link itself points to http://localhost:8080/solr/select?q=video (the difference is port 8983 vs. 8080). Péter - Original Message - Fr

Re: ERROR:SCHEMA-INDEX-MISMATCH

2009-10-28 Thread Király Péter
From: "Yonik Seeley" To: Sent: Wednesday, October 28, 2009 2:11 PM Subject: Re: ERROR:SCHEMA-INDEX-MISMATCH I imagine that your field impl was SortableIntField, not IntField, but checking your old schema will tell you for sure. Yes, you are right, I double checked it. Thanks! Peter

ERROR:SCHEMA-INDEX-MISMATCH

2009-10-28 Thread Király Péter
Hi all, I just try to migrate from solr-2009-09-09.zip to today's nightly build. I found that the *_i dynamic field's type remained int but its definition became the older Solr schema lacks the definition of int, so I suppose, that its class is solr.IntField. I modified the schema in two p