Re: Getting solr response data in a JS query

2010-01-09 Thread Otis Gospodnetic
Dan, You didn't mention whether you tried &wt=json . Does it work if you use that to tell Solr to return its response in JSON format? Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch - Original Message > From: Dan Yamins > To: solr-user@lucene.apache.org > Sent: S

Re: Synonyms from Database

2010-01-09 Thread Otis Gospodnetic
Ravi, I think if your synonyms were in a DB, it would be trivial to periodically dump them into a text file Solr expects. You wouldn't want to hit the DB to look up synonyms at query time... Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch - Original Message > Fro

[Job] Software Engineer at Polyvore

2010-01-09 Thread Guangwei Yuan
Polyvore (http://www.polyvore.com) is a well-funded startup company backed by Benchmark Capital and Matrix Partners. It is a fast-growing site with over 5 million unique visitors and 120 million pageviews per month. At Polyvore, we strive to build products that delight people. By design, we keep th

RE: ord on TrieDateField always returning max

2010-01-09 Thread David Smiley @MITRE.org
Thanks for helping out this user Hoss. I needed to highlight the ramifications of both the trie types and the impact of the ms() function on chapter 5 so I enhanced this addendum a bit more. I feel a little bad with "1.4" in the book title given the book came out before its release, but Packt ba

Synonyms from Database

2010-01-09 Thread Ravi Gidwani
Hi : Is there any work done in providing synonyms from a database instead of synonyms.txt file ? Idea is to have a dictionary in DB that can be enhanced on the fly in the application. This can then be used at query time to check for synonyms. I know I am not putting thoughts to the performanc

Getting solr response data in a JS query

2010-01-09 Thread Dan Yamins
Hi: I'm trying to use figure out how to get solr responses and use them in my website.I'm having some problems figure out how to 1) My initial thought is is to use ajax, and insert a line like this in my script: data = eval($.get("http://localhost:8983/solr/select/?q=*:* ").responseText

Re: How to Split Index file.

2010-01-09 Thread Lance Norskog
Make two copies of the index. In each copy, delete the records you do not want. Optimize. On Fri, Jan 8, 2010 at 4:08 AM, kalidoss wrote: > Thanks Koji, > > http://wiki.apache.org/solr/MergingSolrIndexes  -this will be useful for > merge 2 different indexes, am looking for a tool like to Split a

Re: Indexing content on Windows file shares?

2010-01-09 Thread Lance Norskog
Sharehound only indexes file names & dates. On Thu, Jan 7, 2010 at 1:58 PM, Otis Gospodnetic wrote: > Matt: > > http://sharehound.sourceforge.net/ > > Otis > -- > Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch > > > > - Original Message >> From: Matt Wilkie >> To: solr-user@l

Re: High Availability

2010-01-09 Thread Lance Norskog
Hmmm I'd never thought of this configuration. It actually does make sense if Solr is not the "System Of Record" (master copy). Please file a JIRA request for bidirectional (or rather peer-to-peer) replication. On Thu, Jan 7, 2010 at 12:49 PM, Otis Gospodnetic wrote: > Your setup with the mas