Re: Querying Fields

2006-08-14 Thread Lukas Vlcek
: Querying Fields I am unable to query fields in my index in the method that has been suggested. I used Luke to examine my index and the following field types exist: anchor, boost, content, contentLength, date, digest, host, lastModified

Re: Querying Fields

2006-08-14 Thread Lourival Júnior
. -Original Message- From: Matthew Holt [mailto:[EMAIL PROTECTED] Sent: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index in the method that has been suggested. I used

Re: Querying Fields

2006-08-11 Thread Lukas Vlcek
: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index in the method that has been suggested. I used Luke to examine my index and the following field types exist: anchor, boost, content

Re: Querying Fields

2006-08-11 Thread Lourival Júnior
, Jake. -Original Message- From: Matthew Holt [mailto:[EMAIL PROTECTED] Sent: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index in the method that has

Re: Querying Fields

2006-08-09 Thread Lourival Júnior
in the date field which is why it doesn't return any results. Hope that helps, Jake. -Original Message- From: Matthew Holt [mailto:[EMAIL PROTECTED] Sent: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my

Re: Querying Fields

2006-08-09 Thread Lukas Vlcek
:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index in the method that has been suggested. I used Luke to examine my index and the following field types exist: anchor, boost, content, contentLength, date, digest, host

Re: Querying Fields

2006-08-09 Thread Matthew Holt
results. Hope that helps, Jake. -Original Message- From: Matthew Holt [mailto:[EMAIL PROTECTED] Sent: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index in the method that has been suggested

Re: Querying Fields

2006-08-09 Thread Lourival Júnior
is why it doesn't return any results. Hope that helps, Jake. -Original Message- From: Matthew Holt [mailto:[EMAIL PROTECTED] Sent: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index

Re: Querying Fields

2006-08-09 Thread Lukas Vlcek
Message- From: Matthew Holt [mailto:[EMAIL PROTECTED] Sent: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index in the method that has been suggested. I used Luke to examine my index

Re: Querying Fields

2006-08-09 Thread Matthew Holt
:[EMAIL PROTECTED] Sent: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index in the method that has been suggested. I used Luke to examine my index and the following field types exist: anchor, boost, content

Re: Querying Fields

2006-08-08 Thread Lukas Vlcek
be asking for nothing in the default fields and 2006080 in the date field which is why it doesn't return any results. Hope that helps, Jake. -Original Message- From: Matthew Holt [mailto:[EMAIL PROTECTED] Sent: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields

Re: Querying Fields

2006-08-08 Thread Benjamin Higgins
I had to edit DateQueryFilter.java (in src/plugin/query-more/src/java/org/apache/nutch/searcher/more/DateQueryFilter.java) in order to have queries that just had date by itself. The relevant line is: rangeQuery.setBoost(0.0f); // trigger filterization I changed 0.0f to 1.0f

Re: Querying Fields

2006-08-08 Thread Howie Wang
/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index in the method that has been suggested. I used Luke to examine my index and the following field types exist: anchor, boost, content, contentLength, date, digest, host, lastModified

Re: Querying Fields

2006-08-04 Thread Matthew Holt
. Hope that helps, Jake. -Original Message- From: Matthew Holt [mailto:[EMAIL PROTECTED] Sent: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index in the method that has been suggested. I used Luke to examine my index

Re: Querying Fields

2006-08-04 Thread Matthew Holt
:[EMAIL PROTECTED] Sent: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index in the method that has been suggested. I used Luke to examine my index and the following field types exist: anchor, boost, content, contentLength, date

Re: Querying Fields

2006-08-04 Thread Howie Wang
return any results. Hope that helps, Jake. -Original Message- From: Matthew Holt [mailto:[EMAIL PROTECTED] Sent: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index in the method that has been suggested. I used Luke

Querying Fields

2006-08-02 Thread Matthew Holt
I am unable to query fields in my index in the method that has been suggested. I used Luke to examine my index and the following field types exist: anchor, boost, content, contentLength, date, digest, host, lastModified, primaryType, segment, site, subType, title, type, url However, when I do

RE: Querying Fields

2006-08-02 Thread Vanderdray, Jacob
that helps, Jake. -Original Message- From: Matthew Holt [mailto:[EMAIL PROTECTED] Sent: Wed 8/2/2006 4:58 PM To: nutch-user@lucene.apache.org Subject: Querying Fields I am unable to query fields in my index in the method that has been suggested. I used Luke to examine my index