Apparently I need to a long holiday so that I can interpret the documentation
correctly.
if(and(exists(query({!v="BUS_CITY:regina"})),not(BUS_IS_TOLL_FREE)),500,1)
-Original Message-----
From: Corey Gerhardt [mailto:corey.gerha...@directwest.com]
Sent: October-16-14 4:11 PM
To:
Edismax, solrnet
I'm thinking that solrnet is going to be my problem due to I can only sent one
"boost" parameter.
Is it possible to have a boost value:
if(exists(query({!v="BUS_CITY:regina"}))&&(BUS_IS_NEARBY),20,1)
Thanks,
Corey
I realized the problem is my code. A person can send multiple boost
parameters. I have a quirk in that I'm using solrnet but can probably find a
work around.
Corey
-Original Message-
From: Corey Gerhardt [mailto:corey.gerha...@directwest.com]
Sent: October-15-14 11:34 AM
To:
Using Edismax.
Is it possible to have multiple functions in a boost?
For example boost = (if(not(BUS_IS_TOLL_FREE),log(10),product(log(10),0.1))) &
if(exists(query({!v="BUS_CITY:saskatoon"})),20,1)
Thanks,
Corey
Sorry to keep beating this to death. I could be looking for perfection which
isn't possible.
I'm trying to spell check the user term "C Wishes" to collate to "B Wishes". If
I use a tokenizer on the spell check field which splits "c wishes" into 2
tokens then there are no suggestions for "c". O
It seems that my problem was the spell field type configuration.
I switched it to a keyword tokenizer and now things appear to be working so far.
-Original Message-
From: Corey Gerhardt [mailto:corey.gerha...@directwest.com]
Sent: August
I should also mention that I have500
just to see if it's possible to get a collation value.
-Original Message-
From: Corey Gerhardt [mailto:corey.gerha...@directwest.com]
Sent: August-21-14 11:54 AM
To: Solr User List
Subject: Spell field type suggestion for business names
Solr 4.8.1
I'm using the DirectSolrSpellChecker class with
spell.
1
1
The field type definition for the field "spell" is
I'm not sure if it's my field type definition used with the field named "spell"
or something else.
I'm trying/hoping it's
I'm going to reply to my own question. After recalling a previous email from
James Dyer, I know the answer.
-Original Message-
From: Corey Gerhardt [mailto:corey.gerha...@directwest.com]
Sent: August-20-14 9:54 AM
To: Solr User List
Subject: Business Name Collation
Solr
James Dyer
Ingram Content Group
(615) 213-4311
-Original Message-
From: Corey Gerhardt [mailto:corey.gerha...@directwest.com]
Sent: Friday, August 15, 2014 3:21 PM
To: Solr User List
Subject: Spellchecking suggestions won't collate
It must be Friday. I can't figure ou
Solr 4.8.1
Correct value: Wardell F E B Dr
Just wondering if anyone can see an issue with my spellchecker settings. There
is no collation value and I'm hoping that someone can explain why.
org.apache.solr.spelling.DirectSolrSpellChecker
default
spell
internal
0
It must be Friday. I can't figure out why there is no collation value:
{
"responseHeader":{
"status":0,
"QTime":31,
"params":{
"spellcheck":"on",
"spellcheck.collateParam.qf":"BUS_BUSINESS_NAME",
"spellcheck.maxResultsForSuggest":"5",
"spellcheck.maxCollations
Solr 4.6
Current settings for my handler:
edismax
5
3
30
BUS_BUSINESS_NAME_PHRASE
10
10
true
false
0.2
org.apache.solr.spelling.DirectSolrSpellChecker
default
spell
internal
0.5
2
1
5
0.01
0.0001
true
I'm querying:
h
Here's hopefully a better explanation of what I'm asking.
http://screencast.com/t/8blvgtJbY
Thanks,
Corey
-Original Message-----
From: Corey Gerhardt [mailto:corey.gerha...@directwest.com]
Sent: August-08-14 2:30 PM
To: Solr User List
Subject: solr Analysis page matchin
Edismax
Field Value (Index) = a & w Field Value (Query) = a & w restaurant
The last token filter for both the index and query is LengthFilter.
So the very bottom of the Analyse Value results look like:
LF | a&w|a&wLF |a&w|restaurant
The bolded a&w above indicate a match.
In an a
Solr Rev: 4.6 Lucidworks: 2.6.3
This is sort of a repeat question, sorry.
In the solrconfig.xml, will changing the value for the comparatorClass affect
the sort of suggestions returned?
This is my spellcheck component:
I have an interesting situation of searching Business Names where results
should be partially sorted by position.
Searching for "Kramer Tractors" will not result in any matches as there no
results that exactly match this. However there are business names that start
with Kramer and there are als
Everything that I read says that the default sort order is by Score, yet this
appears to me to be sorted by frequency:
10
18 matches
Mail list logo