Re: Spell Check Handler

2007-07-09 Thread Tristan Vittorio
ts of my schema.xml: 1 0.5 spell title I tried this url: http://localhost:8984/solr/select/?q=Accountent&qt=spellchecker&cmd=rebuildand receive this: 0 2 rebuild On 7/9/07, Tristan Vittorio <[EM

Re: Spell Check Handler

2007-07-09 Thread Tristan Vittorio
I tried your instructions but Solr returns nothing: http://localhost:8984/solr/select/?q=title_text:java&qt=spellchecker&cmd=rebuild Result: 0 3 rebuild Thanks. On 7/8/07, Tristan Vittorio <[EMAIL PROTECTED]> wrote: > > Hi Otis, > > I have written a

Re: Spell Check Handler

2007-07-07 Thread Tristan Vittorio
to the Solr Wiki? Thanks, Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ - Tag - Search - Share ----- Original Message From: Tristan Vittorio <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Saturday, July 7, 2007 1:51:15 A

Re: Spell Check Handler

2007-07-06 Thread Tristan Vittorio
I couldn't find any documention on the spell check handler either but found enough information from the solrconfig.xml file, simply search for "SpellCheckerRequestHandler" (online version here): http://svn.apache.org/repos/asf/lucene/solr/trunk/example/solr/conf/solrconfig.xml You can view the or

Re: Solr Server Configuration

2007-07-06 Thread Tristan Vittorio
If you are used to working with Lucene and want to interface Solr directly from within a java application, you can take a look at DirectSolrConnection from EmbeddedSolr, check the wiki page http://wiki.apache.org/solr/EmbeddedSolr for more info. cheers, Tristan On 7/6/07, Kijiji Xu, Ping <[EMAI

Re: i wanna change response type to PHP serialize

2007-06-26 Thread Tristan Vittorio
ur good news. > > > > > > > > 2007/6/26, Nick Jenkin <[EMAIL PROTECTED]>: > > > > > > > > > > I am also quite interested in getting a serialized PHP array response > > > > > writer, after some investigation it doesn'

Re: i wanna change response type to PHP serialize

2007-06-25 Thread Tristan Vittorio
I am also looking for a PHP response writer that outputs serialized PHP code, I've taken a look at SOLR-196but it's not quite what I need. Unless anyone else has started implementing one, I will see if I can modify Paul's patch to do the task. cheer

Re: I'm using PHP curl post xml command to Solr,Is it the only way to post data?

2007-06-25 Thread Tristan Vittorio
Rather than re-inventing the wheel with fsockopen, why don't you use an existing HTTP client implementation written in PHP: http://pear.php.net/package/HTTP_Client http://framework.zend.com/manual/en/zend.http.html http://scripts.incutio.com/httpclient/ http://www.phpclasses.org/browse/package/57