Help on spelling.

2010-09-09 Thread Gregg Hoshovsky
I am trying to use the spellchecker but cannot get past the point of having the spelling possibilities returned. I have a text field define in the schema.xml file as: field name=text type=text_ws indexed=true stored=false multiValued=true/ I modified solrconfig.xml to point the analyzer to

Re: Help on spelling.

2010-09-09 Thread Gregg Hoshovsky
- From: Gregg Hoshovsky hosho...@ohsu.edu Sent: Thu 09-09-2010 22:40 To: solr-user@lucene.apache.org; Subject: Help on spelling. I am trying to use the spellchecker but cannot get past the point of having the spelling possibilities returned. I have a text field define in the schema.xml

Re: Solr and NLP

2010-07-02 Thread Gregg Hoshovsky
I saw mention earlier about a way to link in openNLP into solr ( http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Optimizing-Findability-Lucene-and-Solr) .I haven't followed up on that yet so I don't know much about it. However if you do figure anything out please share

Highlight question

2010-06-23 Thread Gregg Hoshovsky
I just started working with the highlighting. I am using the default configurations. I have a field that I can get a single highlight to occur marking the data. What I would like to do is this, Given a word say 'tumor', and the sentence the lower tumor grew 1.5 cm. blah blah blah we need

Re: DIH field options

2010-03-13 Thread Gregg Hoshovsky
You can use mysql , select *, “staticdata” as staticdata from table x. As long as your field name is staticdata, this should add it there. On 3/12/10 8:39 AM, Tommy Chheng tommy.chh...@gmail.com wrote: Haven't tried this myself but try adding a default value and don't specify it during the

Re: Getting solr response data in a JS query

2010-01-11 Thread Gregg Hoshovsky
You might be running into an Ajax restriction. See if an article like this helps. http://www.nathanm.com/ajax-bypassing-xmlhttprequest-cross-domain-restriction/ On 1/9/10 11:37 PM, Otis Gospodnetic otis_gospodne...@yahoo.com wrote: Dan, You didn't mention whether you tried wt=json . Does