Hi All.
We're seeing a really interesting problem when searching by
date range.
We have two fields of type "date" in our index (they are both
indexed and stored). They are:
content_date
and
created_date
We can run any date-range query we want against content_date
and we get expected results
Hi All.
I want to comment-out a filter in my schema.xml, specifically
the solr.EnglishPorterFilterFactory filter.
I want to know -- will this cause me to have to re-build my
index? Or will a restart of SOLR get the job done?
Thanks!
Dave W
Wednesday, October 10, 2007 6:20 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Facets and running out of Heap Space
>
> On 10-Oct-07, at 2:40 PM, David Whalen wrote:
>
> > Accoriding to Yonik I can't use minDf because I'm faceting
> on a string
> >
al Message-
> From: Mike Klaas [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 10, 2007 4:56 PM
> To: solr-user@lucene.apache.org
> Cc: stuhood
> Subject: Re: Facets and running out of Heap Space
>
> On 10-Oct-07, at 12:19 PM, David Whalen wrote:
>
> > It lo
che, queryResultCache and documentCache).
>
> Thanks,
> Stu
>
>
> -Original Message-
> From: Mike Klaas <[EMAIL PROTECTED]>
> Sent: Tuesday, October 9, 2007 9:30pm
> To: solr-user@lucene.apache.org
> Subject: Re: Facets and running out of Heap
> Make sure you have:
> class="org.apache.solr.handler.admin.LukeRequestHandler" />
> defined in solrconfig.xml
What's the consequence of me changing the solrconfig.xml file?
Doesn't that cause a restart of solr?
> for a large index, this can be very slow but the results are valuable.
In what
> is this the same 25,000,000 document index you mentioned before?
Yep.
> how big is your index on disk? are you faceting or sorting on
> other fields as well?
running 'du -h' on my index directory returns 86G. We facet
on almost all of our index fields (they were added to the index
solely for
ltiValued?
_____
david whalen
senior applications developer
eNR Services, Inc.
[EMAIL PROTECTED]
203-849-7240
> -Original Message-
> From: Yonik Seeley [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 09, 2007 2:14 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Facets
ed set for it
Dave
> -Original Message-
> From: Yonik Seeley [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 09, 2007 12:47 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Facets and running out of Heap Space
>
> On 10/9/07, David Whalen <[EMAIL PROTEC
Hi All.
I run a faceted query against a very large index on a
regular schedule. Every now and then the query throws
an out of heap space error, and we're sunk.
So, naturally we increased the heap size and things worked
well for a while and then the errors would happen again.
We've increased the
more confused.
TIA
Dave W
> -Original Message-
> From: Yonik Seeley [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 08, 2007 3:42 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Availability Issues
>
> On 10/8/07, David Whalen <[EMAIL PROTECTED]> wro
Chris:
We're using Jetty also, so I get the sense I'm looking at the
wrong log file.
On that note -- I've read that Jetty isn't the best servlet
container to use in these situations, is that your experience?
Dave
> -Original Message-
> From: Chris Hostetter [mailto:[EMAIL PROTECTED]
>
Thanks for letting me know that. Okay, here they are:
BEGIN SCHEMA.XML ===
Hi Chris.
My logs don't look anything like that. They look like HTTP
requests. Am I looking in the wrong place?
Dave
> -Original Message-
> From: Chris Hostetter [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 08, 2007 5:02 PM
> To: solr-user
> Subject: RE: Availability Issues
>
>
; From: Yonik Seeley [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 08, 2007 3:42 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Availability Issues
>
> On 10/8/07, David Whalen <[EMAIL PROTECTED]> wrote:
> > > Do you see any requests that took a really long
2007 3:01 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Availability Issues
>
> On 10/8/07, David Whalen <[EMAIL PROTECTED]> wrote:
> > The logs show nothing but regular activity. We do a "tail -f"
> > on the logfile and we can read it during the unre
> -Original Message-
> From: Yonik Seeley [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 08, 2007 2:23 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Availability Issues
>
> On 10/8/07, David Whalen <[EMAIL PROTECTED]> wrote:
> > We're running SOL
> What do your schema/solrconfig look like?
>
> Tom
>
>
> On 10/8/07, David Whalen <[EMAIL PROTECTED]> wrote:
> >
> > Hi All.
> >
> > I'm seeing all these threads about availability and I'm
> wondering why
> > my situation is so diff
Hi All.
I'm seeing all these threads about availability and I'm
wondering why my situation is so different than others'.
We're running SOLR 1.2 with a 2.5G heap size. On any
given day, the system becomes completely unresponsive.
We can't even get /solr/admin/ to come up, much less
any select que
Silly me. Thanks!
> -Original Message-
> From: Mike Klaas [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 27, 2007 4:46 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Selecting Distinct values?
>
> On 27-Sep-07, at 12:01 PM, David Whalen w
Hi there.
Is there a query I can use to select distinct values in an index?
I thought I could use a facet, but the facets don't seem to return
all the distinct values in the index, only the highest-count ones.
Is there another query I can try? Or, can I adjust the facets
somehow to make this wor
cene.apache.org
> Subject: Re: quirks with sorting
>
> On 9/10/07, David Whalen <[EMAIL PROTECTED]> wrote:
> > I'm seeing a weird problem with sorting that I can't figure out.
> >
> > I have a query that uses two fields -- a "source" column an
Hi All.
I'm seeing a weird problem with sorting that I can't figure out.
I have a query that uses two fields -- a "source" column and a
date column. I search on the source and I sort by the date
descending.
What I'm seeing is that depending on the value in the source,
the date sort works in rev
Hi all.
I'm trying to construct a query that in pseudo-code would read
like this:
field != ''
I'm finding it difficult to write this as a solr query, though.
Stuff like:
NOT field:()
doesn't seem to do the trick.
any ideas?
dw
Hi All.
I'm unclear on whether changing the schema.xml file
automatically causes a reindex or not. If I'm adding
a field to the schema (and removing some unused ones),
does solr do the reindex? Or, do I have to kick it
off myself.
Ideally, we'd like to avoid a reindex...
Thanks!
DW
> Subject: Re: Problem with stemming
>
> Go here
>
> http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?hi
ghlight=%28stemming%29> #head-88cc86e4432b359030cffdb32d095062b843d4f5
>
> Look for this
>
> solr.PorterStemFilterFactory
>
>
>
-7111056?ie=UTF8&s=books&qid=1187037246&sr=8-1
>
> Lucene in Action by Eric Hatcher and Otis Gospodnetic. It
> does not cover Solr really, but you will understand what
> Lucene does and how it works.
> Until then you will not really get anywhere.
>
> Cheers,
&g
L PROTECTED] On Behalf
> Of Yonik Seeley
> Sent: Monday, August 13, 2007 3:28 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Problem with stemming
>
> On 8/13/07, David Whalen <[EMAIL PROTECTED]> wrote:
> > Hi All.
> >
> > We're running into a p
Hi All.
We're running into a problem with stemming that I can't
figure out. For example, searching for the word "transit"
(whether in quotes or not) returns documents with the word
"transition" in them.
How do I disable this? We want our engine to be as literal
as possible. If a user mis-types
olr/lucene than using curl
_________
david whalen
senior applications developer
eNR Services, Inc.
[EMAIL PROTECTED]
203-849-7240
> -Original Message-
> From: Clay Webster [mailto:[EMAIL PROTECTED]
> Sent: Thursday,
Hi All.
I am using facets to help me build an ajax-driven tree for
search results. When the search is first run, all I need to
do is show the counts per facet, for example
search results for "fred"
+--A (102)
+--B (234)
+--C (721)
+--D (512)
sounds simple, but I also need to break-down the resu
; > Kevin Holmes
> > eNR Services, Inc.
> > 20 Glover Ave. 2nd Floor
> > Norwalk, CT. 06851
> > 203-849-7248
> > [EMAIL PROTECTED]
> >
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf O
seeing.
> severe errors like that should never be ignored.
> Do you see any other warning or severe errors in your logs?
>
> -Yonik
>
> On 7/30/07, David Whalen <[EMAIL PROTECTED]> wrote:
> > Guys:
> >
> > Can anyone help me? Things are getting serious
Guys:
Can anyone help me? Things are getting serious at my
company and heads are going to roll.
I need to figure out why solr just suddenly stops responding
without any warning.
DW
> -Original Message-
> From: David Whalen [mailto:[EMAIL PROTECTED]
> Sent: Friday, July
W
> -Original Message-----
> From: David Whalen [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 27, 2007 10:49 AM
> To: solr-user@lucene.apache.org
> Subject: RE: Solr 1.1 HTTP server stops responding
>
> We're using Jetty. I don't know what version though.
*any* of Solr's "pages" (e.g. admin page)? Anything in
> container or Solr logs?
>
> Otis
> --
> Lucene Consulting - http://lucene-consulting.com/
>
>
>
> - Original Message
> From: David Whalen <[EMAIL PROTECTED]>
> To: solr-user@lucene.ap
Friday, July 27, 2007 10:01 AM
> To: solr-user@lucene.apache.org
> Subject: Re: Solr 1.1 HTTP server stops responding
>
> Hi David,
>
> Have you ruled out your servlet container as the source of this bug?
>
> Otis
>
>
> - Original Message
Hi All.
We're running Solr 1.1 and we're seeing intermittent cases where
Solr stops responding to HTTP requests. It seems like the listener
on port 8983 just doesn't respond.
We stop and restart Solr and everything works fine for a few hours,
and then the problem returns. We can't seem to point
38 matches
Mail list logo