Found 82,082 results in 0.142 seconds. Displaying page 8 of 8,209, sorted by
Sent 2010-09-01 by Sumit Arora <sumit1234@...>
Hi All,
I have provided identifications ,While submitting document to Solr e.g; jp_
for job posting , cp_ for career profile , and it stores id in a form of :
jp_1, or jp_2 etc or cp_1 or cp_2 etc.
So when I perform standard query with fq=cp_ , then its provide me the
results belong to cp_ on...
Sent 2010-09-01 by Shawn Heisey <solr@...>
On 8/26/2010 5:04 PM, Chris Hostetter wrote:
> doubtful.
>
> I suspect it has more to do with the amount of data in your keywords
> field and the underlying request to hte LukeRequestHandler timing out.
>
> have you tried using it with a test index where the "keywords"
> field has only a few w...
Sent 2010-09-01 by Jazz Globe <jazzglobe@...>
Hallo
How would one implement a multiple term auto-suggest feature in Solr that is filter sensitive?
For example, a user enters :
"mp3"
and solr might suggest:
-> "mp3 player"
-> "mp3 nano"
-> "mp3 sony"
and then the user starts the second word :
"mp3 n"
and that narrows it down to...
Sent 2010-09-01 by Markus Jelsma <markus.jelsma@...>
If your use-case is limited to this, why don't you encapsulate all queries in
double quotes?
On Wednesday 01 September 2010 14:21:47 Jeff Rose wrote:
> Hi,
> We are using SOLR to match query strings with a keyword database, where
> some of the keywords are actually more than one word. For e...
Sent 2010-09-01 by Robert Muir <rcmuir@...>
On Wed, Sep 1, 2010 at 8:21 AM, Jeff Rose wrote:
> Hi,
> We are using SOLR to match query strings with a keyword database, where
> some of the keywords are actually more than one word. For example a
> keyword
> might be "apple pie" and we only want it to match for a quer...
Sent 2010-09-01 by Thomas Joiner <thomas.b.joiner@...>
While you have already solved your problem, my guess as to why it didn't
work originally is that you probably didn't have a
What subFieldType does is it registers a dynamicField for you.
subFieldSuffix requires that you have already ...
Sent 2010-09-01 by Jeff Rose <jeff@...>
Hi,
We are using SOLR to match query strings with a keyword database, where
some of the keywords are actually more than one word. For example a keyword
might be "apple pie" and we only want it to match for a query containing
that word pair, but not one only containing "apple". Here is the rel...
Sent 2010-09-01 by Xavier Schepler <xavier.schepler@...>
On 01/09/2010 13:54, Xavier Schepler wrote:
> On 01/09/2010 12:38, Markus Jelsma wrote:
>> I think you need to enable usePhraseHighlighter in order to use the
>> highlightMultiTerm parameter.
>>
>> On Wednesday 01 September 2010 12:12:11 Xavier Schepler wrote:
>>> Hi,
>>>
>>> can the highlighti...
Sent 2010-09-01 by Xavier Schepler <xavier.schepler@...>
On 01/09/2010 12:38, Markus Jelsma wrote:
> I think you need to enable usePhraseHighlighter in order to use the
> highlightMultiTerm parameter.
>
> On Wednesday 01 September 2010 12:12:11 Xavier Schepler wrote:
>
>> Hi,
>>
>> can the highlighting component highlight terms only if the distan...
Sent 2010-09-01 by Stefan Moises <moises@...>
Hi there,
I am using Solr from SVN,
https://svn.apache.org/repos/asf/lucene/dev/trunk (my last update/build
on my dev server was in July I think)...
I've encountered a strange problem when using the Spellcheck component
in combination with the SynonymFilter...
My "text" field is pretty stand...