Re: Search Within

2009-04-04 Thread Vernon Chapman
. But you're really just doing a new search, one that contains both search values. Does that help? Or am I misunderstanding your question? Bess On 4-Apr-09, at 12:10 PM, Vernon Chapman wrote: I am not sure if this is a really easy or newbee-ish type question. I would like to implement a sear

Search Within

2009-04-04 Thread Vernon Chapman
I am not sure if this is a really easy or newbee-ish type question. I would like to implement a search within these results type feature. Has anyone done this and could you please share some tips, pointers and or documentation on how to implement this. Thanks Vern

Re: Problems with synonyms

2009-03-31 Thread Vernon Chapman
e them at index time. That does the right > matching and also gives the right idf for scoring. > > More details are here: > > http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#head-2c461ac74b4 > ddd82e453dc68fcfc92da77358d46 > > wunder > > On 3/31/09 1:04

Re: Problems with synonyms

2009-03-31 Thread Vernon Chapman
> Any other ideas? Is it likely to be a bug? > > Best, > > Leonardo > > Vernon Chapman escreveu: >> >> Leonardo, >> >> I am no expert but I would check to make sure that the >> DefaultOperator parameter in your schema.xml file is set to >

Re: Problems with synonyms

2009-03-31 Thread Vernon Chapman
Leonardo, I am no expert but I would check to make sure that the DefaultOperator parameter in your schema.xml file is set to OR rather thank AND. Vernon On 3/31/09 3:24 PM, "Leonardo Dias" wrote: > Hello there. How are you guys? > > We're having problems with synonyms here and I thought that

Re: DIH; Hardcode field value/replacement based on source column

2009-03-31 Thread Vernon Chapman
Wesley, I'm not sure but if what you want is to have Video in the field I would do something in the sql query. I use postgres and I needed all my calendar event items to have "event" in the field named content. So I used the following as my sql query: select *,'event' as content from events Tha

Sorry

2009-03-23 Thread Vernon Chapman
Wrong List Folks

Weirdness in 1052

2009-03-23 Thread Vernon Chapman
Hello All, I checked out a fresh version of 1052 I copied the database.example and solr.example to database.yml & solr.yml I have a multicore external solr instance and so I changed the urls in the solr.yml file to reflect that. I have changed all the url to http://localhost:8080/solr/content.

Re: Phrases in Synonyms.txt

2009-03-11 Thread Vernon Chapman
Hoss, Thanks I am the op on this question. I figured it out by just trying t out and what your saying seems to be correct. Thanks Chris Hostetter wrote: : The question is how would/could I add the final option "Sus scrofa domestica" : to the list of synonyms for swine would any of these work

Phrases in Synonyms.txt

2009-03-03 Thread Vernon Chapman
I have a thesaurus that I would like to dump into the synonyms.txt In my thesaurus I have a term swine that has a property called use_for which in my case is essentially a synonym. The json representation of the term swine from my solr based thesaurus is: { "term":"swine", "us

Re: Solr training at ApacheCon Europe

2009-02-18 Thread Vernon Chapman
sions/201 Thanks, Erik www.lucidimagination.com Erik , I was just wondering if you planned on doing something similar in the U.S.? I would love to attend apachecon but boss probably won't go for it. Thanks Vernon Chapman g8tor