Re: Error java.net.SocketException: Connection reset with longer Solr Query

2009-05-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
I don't think it is true that Slr 1.3 uses only GET. The SolrJ API lets you choose which http method you wish to use On Sat, May 2, 2009 at 3:40 AM, ANKITBHATNAGAR wrote: > > Hi Guys > Solr 1.3 only uses GET never uses POST. > > So I started using Sol4 1.4 nightly build for now. > > Ankit > -- >

Re: Multiple Facet Dates

2009-05-01 Thread Yonik Seeley
On Fri, May 1, 2009 at 8:06 PM, Chris Hostetter wrote: >        facet.date.gap = +1MONTH >        facet.date = {!key=begin_month}begin_df >        f.begin_month.date.start = NOW/MONTH-1YEAR >        f.begin_month.date.end = NOW/MONTH+1MONTH Another syntax alternative is to allow start/end as loca

Re: Multiple Facet Dates

2009-05-01 Thread Chris Hostetter
: I needed to have a multiple date facet functionality. Like say for example : to show the latests results in the last day, last week and last month. I : wanted to do it with just one query. : The date facet part of solrconfig.xml would look like: : : date_field : NOW/DAY-1DAY :

RE: OutofMemory on Highlightling

2009-05-01 Thread Chris Hostetter
1) please don't cross post ... this is a user question, not development discussion .. the user list is the appropriate place to have the discussion. 2) ... : Is it possible to read only maxAnalyzedChars from the stored field : instead of reading the complete field in the memory? For instance,

Solr failed to write/read index files

2009-05-01 Thread Chris Harris
About a week and a half into simultaneously growing and querying a new Solr index, the index has gotten corrupted, as reflected by the following IOExceptions: * java.io.IOException: Cannot overwrite: E:\solr-10009\solr\filingcore\data\index\_1kir.tis * java.io.FileNotFoundException: E:\solr-1000

Re: Error java.net.SocketException: Connection reset with longer Solr Query

2009-05-01 Thread ANKITBHATNAGAR
Hi Guys Solr 1.3 only uses GET never uses POST. So I started using Sol4 1.4 nightly build for now. Ankit -- View this message in context: http://www.nabble.com/Error--java.net.SocketException%3A-Connection-reset-with-longer-Solr-Query-tp23322549p23340562.html Sent from the Solr - User mailing

Re: Data Import Handler Scheduling

2009-05-01 Thread Fergus McMenemie
>Hi, > >Can any one help me to identify whether schduling is possible with >DataImportHandler (DIH). I have configured my DIH to pull the data through >http. Currently I am reloading the data using the following request > >http://localhost:8983/solr/core0/dataimport?command=full-import > >If schedu

RE: understanding facets and tokens

2009-05-01 Thread Simon Stanlake
OK I will try that. I am pretty sure my concatenate filter is working, I have tested using the AnalysisRequestHandler. I've included the code below. package com.tradebytes.solr.analysis; import java.io.IOException; import org.apache.lucene.analysis.Token; import org.apache.lucene.analysis.Toke

Re: Data Import Handler Scheduling

2009-05-01 Thread Senthil Kumar
Thanks Shalin. On Fri, May 1, 2009 at 11:33 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Fri, May 1, 2009 at 8:41 PM, Senthil Kumar > wrote: > > > Hi, > > > > Can any one help me to identify whether schduling is possible with > > DataImportHandler (DIH). I have configured my

Re: Data Import Handler Scheduling

2009-05-01 Thread Shalin Shekhar Mangar
On Fri, May 1, 2009 at 8:41 PM, Senthil Kumar wrote: > Hi, > > Can any one help me to identify whether schduling is possible with > DataImportHandler (DIH). I have configured my DIH to pull the data through > http. Currently I am reloading the data using the following request > > http://localhost

RE: BooleanQuery

2009-05-01 Thread Ankush Goyal
Hi Otis, I was asking about all the reviews for matched hotels. Thanks for your input on that... -Ankush -Original Message- From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Sent: Thursday, April 30, 2009 9:50 PM To: solr-user@lucene.apache.org Subject: Re: BooleanQuery All t

RE: BooleanQuery

2009-05-01 Thread Ankush Goyal
Thanks Avlesh! -Original Message- From: Avlesh Singh [mailto:avl...@gmail.com] Sent: Thursday, April 30, 2009 7:46 PM To: solr-user@lucene.apache.org Subject: Re: BooleanQuery > > (+(rev.headline:beach^2.0) | rev.comments:beach^2.0)~0.01 ()) (+ > hot.id:5823 +hot.id:5847) > Your hot.id'

Re: Best way to gather span/token positions from query? (mis-posted to dev list...)

2009-05-01 Thread Grant Ingersoll
I responded on dev: http://www.lucidimagination.com/search/document/1a050d81afda938/best_way_to_gather_span_token_positions_from_query because I thought it was a fair dev question. I'd really love to see both span query support and payload support in Solr. On Apr 30, 2009, at 6:56 AM, Sean O

Data Import Handler Scheduling

2009-05-01 Thread Senthil Kumar
Hi, Can any one help me to identify whether schduling is possible with DataImportHandler (DIH). I have configured my DIH to pull the data through http. Currently I am reloading the data using the following request http://localhost:8983/solr/core0/dataimport?command=full-import If scheduling poss

Re: Term highlighting with MoreLikeThisHandler?

2009-05-01 Thread Eric Sabourin
OK - I understand your point. However - I believe that it can be both effective and useful, depending on the nature of the application and the users. If the usual hl parameters to enable snippet highlighting for MLT interesting terms were available, you would have the choice to enable, disable and

Re: Index corruption due to permissions and autocommit

2009-05-01 Thread Michael McCandless
Can you post the full logs leading up to the corruption (including full stack traces)? Ie, after reboot when the permissions problem started. I'm very surprised this led to index corruption. If Lucene is unable to write any of the files for a new commit, that commit aborts and those partially wr

Re: custome query parser.

2009-05-01 Thread Umar Shah
On Thu, Apr 30, 2009 at 11:34 PM, Raju444us wrote: > > How to write a custom query parser?When i get a query from client I have to > parse it and append that field with a charecter for searching on that > field.Can anyone tried this. It's not exactly clear what you want to achieve. You can use a