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
> --
>
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
: 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
:
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,
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
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
>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
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
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
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
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
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'
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
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
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
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
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
17 matches
Mail list logo