FW: Complex boost statement

2014-10-17 Thread Corey Gerhardt
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:

Complex boost statement

2014-10-16 Thread Corey Gerhardt
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

RE: Combine boosts

2014-10-15 Thread Corey Gerhardt
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:

Combine boosts

2014-10-15 Thread Corey Gerhardt
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

Business Name spell check

2014-08-27 Thread Corey Gerhardt
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

RE: Spell field type suggestion for business names

2014-08-21 Thread Corey Gerhardt
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

RE: Spell field type suggestion for business names

2014-08-21 Thread Corey Gerhardt
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

Spell field type suggestion for business names

2014-08-21 Thread Corey Gerhardt
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

RE: Business Name Collation

2014-08-20 Thread Corey Gerhardt
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

RE: Spellchecking suggestions won't collate

2014-08-20 Thread Corey Gerhardt
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

Business Name Collation

2014-08-20 Thread Corey Gerhardt
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

Spellchecking suggestions won't collate

2014-08-15 Thread Corey Gerhardt
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

Spell check collation

2014-08-14 Thread Corey Gerhardt
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

FW: solr Analysis page matching question

2014-08-13 Thread Corey Gerhardt
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

solr Analysis page matching question

2014-08-08 Thread Corey Gerhardt
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

Change order of spell checker suggestions issue

2014-08-07 Thread Corey Gerhardt
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:

Suggestion for term searches

2014-08-06 Thread Corey Gerhardt
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

Debug DirectSolrSpellChecker Suggestion Sort Order

2014-08-01 Thread Corey Gerhardt
Everything that I read says that the default sort order is by Score, yet this appears to me to be sorted by frequency: 10