Newbie question about Solr use in web applications

2007-12-13 Thread solruser2
I'm trying to wrap my head around the best practices way of correlating Solr documents with database items. Let's say I have a database containing people, groups, and projects (these all have different fields). I want to index these different kinds of objects with a view to eventually present sea

Re: Solr 1.3 expected release date

2007-12-13 Thread Norberto Meijome
On Wed, 12 Dec 2007 20:04:00 -0500 "Norskog, Lance" <[EMAIL PROTECTED]> wrote: > ... SOLR-303 (Distributed Search over HTTP)... > > Woo-hoo! hear hear!!! _ {Beto|Norberto|Numard} Meijome Your reasoning is excellent -- it's only your basic assumptions that are wrong. I s

Re: embeddedsolr and solrj index update request

2007-12-13 Thread Ryan Mckinley
What version solr are you running? Do you have an updateRequestJandler registered to /update? On Dec 13, 2007, at 8:36 AM, Sandeep Shetty <[EMAIL PROTECTED] > wrote: Hi all, i am using embeddedsolr and solrj to create and update a large index. however even after adding documents and commit

Re: Solr and Flex

2007-12-13 Thread jenix
Do you have any code to share? Did you try the json option? Any performance differences or tips you'll like to share? Thank you. Jenny -- View this message in context: http://www.nabble.com/Solr-and-Flex-tp14284703p14319008.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR X FAST

2007-12-13 Thread William Silva
:) Ok, ok. I don“t think that this kind of investment($$$) so incredibly hilarious :) Maybe I could ask "Why use Solr and not use FAST ?". It is a really big diference :) But I think you are correct. Sorry . William. On Dec 13, 2007 3:28 AM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : W

Re: Solr and Flex

2007-12-13 Thread Brian Whitman
On Dec 13, 2007, at 10:42 AM, jenix wrote: I'm using Flex for the frontend interface and Solr on backend for the search engine. I'm new to Flex and Flash and thought someone might have some code integrating the two. We've done light stuff querying solr w/ actionscript. It is pretty si

how do do most efficient: collapsing facets into top-N results

2007-12-13 Thread Britske
I've subclassed StandardRequestHandler to be able to show top-N results for some of the facet-values that I'm interested in. The functionality resembles the solr-236 field collapsing a bit, with the difference that I can arbitrarily specify which facet-query to collapse and to what extend. (possib

Re: Solr and Flex

2007-12-13 Thread jenix
I'm using Flex for the frontend interface and Solr on backend for the search engine. I'm new to Flex and Flash and thought someone might have some code integrating the two. -- View this message in context: http://www.nabble.com/Solr-and-Flex-tp14284703p14318528.html Sent from the Solr - User ma

embeddedsolr and solrj index update request

2007-12-13 Thread Sandeep Shetty
Hi all, i am using embeddedsolr and solrj to create and update a large index. however even after adding documents and commiting documents i.e. server.add(solrDocs); server.commit(); i am not able to see the new documents in search results. I have to restart the server and run the same search to

RE: Problems with SOLR Collection Distribution

2007-12-13 Thread Dilip.TS
Hi, When i changed the previous entries to the following, Strangely i got the error=3 this time... Anybody aware of what are these error codes 2,3 corresponds to? Is there any links for the same when one can get some info about these errors? scripts.conf user=jetty-6.1.6 solr_hostname=loc

RE: Problems with SOLR Collection Distribution

2007-12-13 Thread Dilip.TS
Hi, I am using the Jetty-6.1.6 server for the Embedded Solr. I made the following entries as follows: scripts.conf user=jetty-6.1.6 solr_hostname=localhost solr_port=5000 rsyncd_port=15000 data_dir=solr/data/data_tenantID_1 webapp_name=solr master_host=localhost master_data_dir=solr/data master_

Problems with SOLR Collection Distribution

2007-12-13 Thread Dilip.TS
Hi, Iam trying to establish the SOLR Collection Distribution for my application using Embedded Solr. I have made the following entries in the scripts.conf file and included the entries for the postCommit and postOptimize operation in the solrconfig.xml file as follows: scripts.conf user=123 solr