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:
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo