multivalued field using DIH

2014-03-27 Thread scallawa
I am using solr 4.7 and am importing data directly from a mysql database table using the DIH. I have a column that looks like similar to this below in that it has multiple values in the database. material cotton polyester blend rayon I would like the data to look like the following

Solr Query UI

2013-04-04 Thread scallawa
I am trying to understand how to plug data into the solr query option from the UI. The query below works on our old solr version (1.3) but does not return results on 4.2. I pulled it from the catalina log file. I am trying to plug in the values one by one into the query UI to see which one it

Re: Solr Query UI

2013-04-04 Thread scallawa
We are still in the testing phase for 4.2. A new server was built and the latest tomcat, java and solr were installed. The schema file was copied over from the old and then customized as follows. Schema Changes We changed all float field types to tfloat. The solrqueryparser default operator is

Re: Solr Query UI

2013-04-04 Thread scallawa
I found the problem. The values that we have for cat-path include the special character /. This was not a special character in pre 4.0 releases. That explains why it worked in my previous version but not in 4.2. Pre 4.0 Lucene supports escaping special characters that are part of the query

Re: Solr sorting and relevance

2013-03-28 Thread scallawa
Thanks for the fast response. I am still just learning solr so please bear with me. This still sounds like the wrong products would appear at the top if they have more inventory unless I am misunderstanding. High boost low boost seems to make sense to me. That alone would return the more

Solr sorting and relevance

2013-03-27 Thread scallawa
We are using solr for search on our ecommerce site that primarily sells clothing. We index search terms based on a title field and description field. We want to be able to sort by most relevant and what we have more inventory (there is a field for that). We have done some coding outside of

Re: Solr splitting my words

2013-02-22 Thread scallawa
Thanks for all your help. I was able to get my test environment in and tested with just the document that I was searching. I was able to figure out the analyzer and found that the index_synonyms file was used improperly and it caused solr to generate the wrong terms for the data it was given.

Solr splitting my words

2013-02-21 Thread scallawa
Let me start out by saying that I am just learning Solr now. Solr is splitting a word and I am not sure why. The word is mcmurdo. If I do a search for McMurdo it picks it up. If I do a search for just murdo it will also pick it up. If I search for mcmurdo, I get nothing.

Re: Solr splitting my words

2013-02-21 Thread scallawa
I tried playing with the analyzer before posting and wasn't sure how to interpret it. Field type: text Field value index: womens-mcmurdo-ii-bootsthis is based on the info that is in the field Field value query: mcmurdo results I only got one match in the index analyzer