Re: DataImportHandler: Deleteing from index and db; lastIndexed id feature

2008-12-03 Thread Marc Sturlese
That's what I am trying to do. Thanks for the advice. Once I have it done I will rise the issue and upload the patch. Noble Paul നോബിള്‍ नोब्ळ् wrote: OK . I guess I see it. I am thinking of exposing the writes to the properties file via an API. say Context#persist(key,value);

Re: Solr 1.3 - response time very long

2008-12-03 Thread sunnyfr
Hi again, In my test, I've maximum response time : 65 sec for an average at 3, So it might come some request which provide error, for exemple in my test for 50 000 requests I've around 30 requests which get back error, that's why the max time response is 65sec. I just don't get why I've this

Re: DataImportHandler: Deleteing from index and db; lastIndexed id feature

2008-12-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
Good. We need usecases like these and contributions from users . This is a win-win you will not have to manage the code yourself once it is checked in As we have more eyes on the DIH code it will also improve Thanks a lot, Noble On Wed, Dec 3, 2008 at 1:49 PM, Marc Sturlese [EMAIL PROTECTED]

Re: Solr 1.3 - response time very long

2008-12-03 Thread sunnyfr
this is my error : Caused by: java.net.SocketException: Unexpected end of file from server at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) It's like it doesn't find data but it takes time to look for it ??? sunnyfr wrote: Hi again, In my test, I've maximum

sql tables to XML(indexing SQL tables)

2008-12-03 Thread Neha Bhardwaj
I have just starting using solr and with the help of documentation available I can't figure out if Is there any way with which I can convert SQL data into XML so that I can index them in solr. Can anyone help me on that. DISCLAIMER == This e-mail may contain

Re: sql tables to XML(indexing SQL tables)

2008-12-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
Did you look at the DataImportHandler http://wiki.apache.org/solr/DataImportHandler On Wed, Dec 3, 2008 at 4:29 PM, Neha Bhardwaj [EMAIL PROTECTED] wrote: I have just starting using solr and with the help of documentation available I can't figure out if Is there any way with which I can

Re: Multi Language Search

2008-12-03 Thread Shalin Shekhar Mangar
Option 1 is correct. On Tue, Dec 2, 2008 at 3:22 PM, tushar kapoor [EMAIL PROTECTED] wrote: Hi, Before I start with Solr specific question, there is one thing I need to get information on. If I am a Russian user on a Russian Website I want to search for indexes having two Russian

Re: Query ID range? possible?

2008-12-03 Thread Shalin Shekhar Mangar
On Wed, Dec 3, 2008 at 6:16 AM, [EMAIL PROTECTED] wrote: We are using Solr and would like to know is there a query syntax to retrieve the newest x records? in decending order.? Not out of the box. You can keep a new field in the schema of date type with default value of NOW. Then you can ask

disappearing index

2008-12-03 Thread Justin
I built up two indexes using a multicore configuration one containing 52,000+ documents and the other over 10 million, the entire indexing process showed now errors. The server crashed over night, well after the indexing had completed, and now no documents are reported for either index. This

boost field which are not stored

2008-12-03 Thread sunnyfr
Hi, I would like to know if it's a problem, I've around 50 fields and I just need back the id. I would like to know if I need to store field which needs to be boost by qf or bf in dismax? I stored language titles .. and description and my data folder now is 8G, it takes sometimes long time to

Re: disappearing index

2008-12-03 Thread Toby Cole
Could be that all your documents have not yet been committed. Have you tried running a commit? On 3 Dec 2008, at 15:00, Justin wrote: I built up two indexes using a multicore configuration one containing 52,000+ documents and the other over 10 million, the entire indexing process showed

Re: Solr 1.3 - response time very long

2008-12-03 Thread Matthew Runo
Are you manipulating the query at all between the url like /test/ selector?cache=0backend=solrrequest=/relevance/search/D and what gets sent to Solr? To me, those don't look like solr requests (I could be missing something though). I'd be curious to see the actual requests to try and let

Re: Solr 1.3 - response time very long

2008-12-03 Thread sunnyfr
Sorry the request is more : /select?q=text:svr09\+tutorial+AND+status_published:1+AND+status_moderated:0+AND+status_personal:0+AND+status_explicit:0+AND+status_private:0+AND+status_deleted:0+AND+status_error:0+AND+status_read or even I tried :

Newbie question - using existing Lucene Index

2008-12-03 Thread Sudarsan, Sithu D.
Hi All, Using Lucene, index has been created. It has five different fields. How to just use those index from SOLR for searching? I tried changing the schema as in tutorial, and copied the index to the data directory, but all searches return empty and no error message! Is there a sample project

Query performance insight ...

2008-12-03 Thread souravm
Hi All, Though my testing I found that query performance, when it is not served from cache, is largely depending on number of hits and concurrent number of queries. And in both the cases the query is essentially CPU bound. Just wondering whether we can update this somewhere in Wiki as this

Re: Encoded search string qt=Dismax

2008-12-03 Thread tushar kapoor
Hoss, If the way I am doing it (Query 1) is a fluke, what is the correct way of doing it? Seems like there is something fundamental that I am missing. It would be great if you could list down the steps required to support multi language search. Please provide some context on how exactly

Ordering updates

2008-12-03 Thread Laurence Rowe
Hi, Our CMS is distributed over a cluster and I was wandering how I can ensure that index records of newer versions of documents are never overwritten by older ones. Amazon AWS uses a timestamp on requests to ensure 'eventual consistency' of operations. Is there a way to supply a transaction ID

Re: Solr 1.3 - response time very long

2008-12-03 Thread Yonik Seeley
On Wed, Dec 3, 2008 at 11:49 AM, sunnyfr [EMAIL PROTECTED] wrote: Sorry the request is more : /select?q=text:svr09\+tutorial+AND+status_published:1+AND+status_moderated:0+AND+status_personal:0+AND+status_explicit:0+AND+status_private:0+AND+status_deleted:0+AND+status_error:0+AND+status_read or

Re: Compiling Solr 1.3.0 + KStem

2008-12-03 Thread Rob Casson
i've experimented with the KStem stuff in the past, and just pulled a fresh copy of solr from trunk it looks like Hoss' suggestion #1 does the trick, by simply commenting out the super.init call...loaded the example data, tested some analysis, and it seems to work as before. just a confirmation,

Re: boost field which are not stored

2008-12-03 Thread Yonik Seeley
On Wed, Dec 3, 2008 at 10:25 AM, sunnyfr [EMAIL PROTECTED] wrote: I would like to know if it's a problem, I've around 50 fields and I just need back the id. I would like to know if I need to store field which needs to be boost by qf or bf in dismax? Nope. Searching/Querying is completely