I got stuck on a problem using NumericFields using with lucene 2.9.3
I add values to the document by
doc.add(new NumericField("minprice").setDoubleValue(net_price));
If I want to search with a sorter for this field, I get this error:
java.lang.NumberFormatException: Invalid shift val
Hi guys,
I am trying to get some information on what enterprise hardware folks
use out there. We are using Lucene extensively. Our total catalogs size
is roughly 50GB between roughly 8 various catalogs, 2 of which take up
60-70% of this size.
So my question is - if any of you guys have similar c
On Mon, Oct 25, 2010 at 7:00 PM, Dennis Kubes wrote:
> A curiosity. Some of the documentation for function queries says they match
> every document in the index. When running a query that has boolean required
> clauses and an optional ValueSourceQuery or function query is the function
> query st
A curiosity. Some of the documentation for function queries says they
match every document in the index. When running a query that has
boolean required clauses and an optional ValueSourceQuery or function
query is the function query still matched against every document in the
index or is it o
Alguien en México interesado en hacer reuniones similares?
Eduardo
-Original Message-
From: Bradford Stephens [mailto:bradfordsteph...@gmail.com]
Sent: lunes, 25 de octubre de 2010 04:30 a.m.
To: organize; common-u...@hadoop.apache.org; solr-u...@lucene.apache.org;
java-user@lucene.apach
Just a reminder that we're meeting this Thursday near St James Park/Westminster.
Details on the Meetup page:
http://www.meetup.com/london-search-social/
Rich
--
Richard Marr
-
To unsubscribe, e-mail: java-user-unsubscr...@luc
Hi All,
Just a couple of notes about ApacheCon next week for those who either are
attending or are thinking of attending.
1. There will be Lucene and Solr 2 day trainings done by Erik Hatcher (Solr)
and me (Lucene). It's not too late to sign up. See
http://na.apachecon.com/c/acna2010/schedul
Hi,
MultiFieldQueryParser($Revision: 965585) says that when you pass something
like (title=>5 body=>10) you can get
+(title:term1^5.0 body:term1^10.0) +(title:term2^5.0 body:term2^10.0),
whereas what I have received is the following (with Version.LUCENE_40):
+(title:term1 title:term2)^5.0 +(bo
Link/Details:
http://www.meetup.com/Seattle-Hadoop-HBase-NoSQL-Meetup/calendar/13704371/
This meetup focuses on Scalability and technologies to enable handling
large amounts of data: Hadoop, HBase, distributed NoSQL databases, and
more! There's not only a focus on technology, but also everything
s