Found 82,472 results in 0.143 seconds. Displaying page 12 of 8,248, sorted by
Sent 2010-09-07 by Markus Jelsma <markus.jelsma@...>
I know =)
I was just polling votes for a feature request - there is no such issue filed for this component. Perhaps there should be?
-----Original message-----
From: Chris Hostetter
Sent: Wed 08-09-2010 00:13
To: solr-user@lucene.apache.org;
Subject: RE: Re: Mo...
Sent 2010-09-07 by Chris Hostetter <hossman_lucene@...>
: I can think of two useful cases for a feature that limits MLT results
: depending with an optional mlt.fq parameter that limits the MLT results
: for each document, based on that fq:
i don't disagree with you -- i was just commenting that it doesn't work
that way at the moment, because it w...
Sent 2010-09-07 by Chris Hostetter <hossman_lucene@...>
: Subject: Is semicolon a character that needs escaping?
...
: >From this I conclude that there is a bug either in the docs or in the
: query parser or I missed something. What is wrong here?
Back in Solr 1.1, the standard query parser treated ";" as a special
character and looked for sort ins...
Sent 2010-09-07 by Markus Jelsma <markus.jelsma@...>
I can think of two useful cases for a feature that limits MLT results depending with an optional mlt.fq parameter that limits the MLT results for each document, based on that fq:
1. prevent irrelevant docs when in a deep faceted navigation
2. general search results with MLT where you need t...
Sent 2010-09-07 by Chris Hostetter <hossman_lucene@...>
: Subject: Solr, c/s type ?
:
: i'm wondering c/s type is possible (not http web type).
: if possible, could i get the material about it?
You're going t oneed to provide more info exaplining what it is you are
asking baout -- i don't know about anyone else, but i honestly have
absolutely no i...
Sent 2010-09-07 by Chris Hostetter <hossman_lucene@...>
: 1-extract the solr.war
: 2-edit the web.xml for setting solr/home param
: 3-create the solr.war
: 4-setup solr home directory
: 5-copy the solr.war to JBossAs 6 deploy directory
: 7-start the jboss server
I don't know a lot about JBoss, but from what i understand there really
shouldn't be any...
Sent 2010-09-07 by Chris Hostetter <hossman_lucene@...>
: But when I enable mlt inside the query it returns the results for jp_ as
: well, because job_title also exist in job posting ( though jp_ or cp_
: already differentiating to both of this ?)
I don't believe the MLT Component has anyway of filtering like this. In
your case you want the "fq" p...
Sent 2010-09-07 by Chris Hostetter <hossman_lucene@...>
: Subject: Download document from solr
: References:
: In-Reply-To:
http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new...
Sent 2010-09-07 by Geert-Jan Brits <gbrits@...>
>Please let me know if there are any other ideas / suggestions to implement
this.
You're indexing program should really take care of this IMHO. Each time your
indexer inserts a document to Solr, flag the corresponding entity in your
RDBMS, each time you delete, remove the flag. You should implem...
Sent 2010-09-07 by Chris Hostetter <hossman_lucene@...>
: I need to load a FieldCache for a field wich is a solr "integer" type and has
: as maximum 3 digits. Let's say my index has 10M docs.
: I am wandering what is more optimal and less memory consumig, to load a
: FieldCache.DEFAUL.getInts or a FieldCache.DEFAULT.getStringIndex.
by itself, getInts...