Re : AW: How to select all docs of 'today' ?

2011-11-22 Thread Danicela nutch
;fetch-time:[NOW/DAY TO NOW]" should do it. Best Sebastian -Ursprüngliche Nachricht- Von: Danicela nutch [mailto:danicela-nu...@mail.com] Gesendet: Dienstag, 22. November 2011 16:08 An: solr-user@lucene.apache.org Betreff: How to select all docs of 'today' ? Hi, I have a f

How to select all docs of 'today' ?

2011-11-22 Thread Danicela nutch
Hi, I have a fetch-time (date) field to know when the documents were fetched. I want to make a query to get all documents fetched today. I tried : fetch-time:NOW/DAY but it returns always 0. fetch-time:[NOW/DAY TO NOW/DAY] (it returns 0) fetch-time:[NOW/DAY-1DAY TO NOW/DAY] but it ret

Re: Spellcheck

2011-09-08 Thread Danicela nutch
I already tried with field type = "textSpell" but it didn't work, I replaced it though. I found this code : default false false 1 spellcheck I put this in solrconfig.xml and used the query you gave me, there is the build line (like before) but I don't have any

Re: Spellcheck

2011-09-08 Thread Danicela nutch
I already tried with field type = "textSpell" but it didn't work, I replaced it though. I found this code : default false false 1 spellcheck I put this in solrconfig.xml and used the query you gave me, there is the build line (like before) but I don't have any

Re: Spellcheck

2011-09-07 Thread Danicela nutch
: Spellcheck On Wed, Sep 7, 2011 at 1:52 PM, Danicela nutch wrote: > Hi, > > I'm trying to get search suggestions like Google 'Did you mean ?' with > indexed data with Solr from Nutch. > > I added this to my schema.xml : > > positionIncrementGap="100&q

Spellcheck

2011-09-07 Thread Danicela nutch
Hi, I'm trying to get search suggestions like Google 'Did you mean ?' with indexed data with Solr from Nutch. I added this to my schema.xml : --- I added this to my solrconfig.xml : textSpell solr.IndexBasedSpellChecker textSpell textSpell ./spellcheckerDef