Date range problems

2007-10-26 Thread David Whalen
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

comment-out a filter?

2007-10-15 Thread David Whalen
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

RE: Facets and running out of Heap Space

2007-10-10 Thread David Whalen
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 > >

RE: Facets and running out of Heap Space

2007-10-10 Thread David Whalen
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

RE: Facets and running out of Heap Space

2007-10-10 Thread David Whalen
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

RE: Facets and running out of Heap Space

2007-10-09 Thread David Whalen
> 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

RE: Facets and running out of Heap Space

2007-10-09 Thread David Whalen
> 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

RE: Facets and running out of Heap Space

2007-10-09 Thread David Whalen
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

RE: Facets and running out of Heap Space

2007-10-09 Thread David Whalen
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

Facets and running out of Heap Space

2007-10-09 Thread David Whalen
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

RE: Availability Issues

2007-10-09 Thread David Whalen
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

RE: Availability Issues

2007-10-09 Thread David Whalen
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] >

RE: Availability Issues

2007-10-08 Thread David Whalen
Thanks for letting me know that. Okay, here they are: BEGIN SCHEMA.XML ===

RE: Availability Issues

2007-10-08 Thread David Whalen
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 > >

RE: Availability Issues

2007-10-08 Thread David Whalen
; 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

RE: Availability Issues

2007-10-08 Thread David Whalen
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

RE: Availability Issues

2007-10-08 Thread David Whalen
> -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

RE: Availability Issues

2007-10-08 Thread David Whalen
> 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

Availability Issues

2007-10-08 Thread David Whalen
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

RE: Selecting Distinct values?

2007-09-27 Thread David Whalen
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

Selecting Distinct values?

2007-09-27 Thread David Whalen
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

RE: quirks with sorting

2007-09-10 Thread David Whalen
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

quirks with sorting

2007-09-10 Thread David Whalen
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

searching where a value is not null?

2007-09-06 Thread David Whalen
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

Effects of changing schema?

2007-08-24 Thread David Whalen
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

RE: Problem with stemming

2007-08-13 Thread David Whalen
> Subject: Re: Problem with stemming > > Go here > > http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?hi ghlight=%28stemming%29> #head-88cc86e4432b359030cffdb32d095062b843d4f5 > > Look for this > > solr.PorterStemFilterFactory > > >

RE: Problem with stemming

2007-08-13 Thread David Whalen
-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

RE: Problem with stemming

2007-08-13 Thread David Whalen
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

Problem with stemming

2007-08-13 Thread David Whalen
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

RE: Any clever ideas to inject into solr? Without http?

2007-08-09 Thread David Whalen
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,

faceting on multiple columns

2007-07-30 Thread David Whalen
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

RE: Please help! Solr 1.1 HTTP server stops responding

2007-07-30 Thread David Whalen
; > 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

RE: Please help! Solr 1.1 HTTP server stops responding

2007-07-30 Thread David Whalen
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

Please help! Solr 1.1 HTTP server stops responding

2007-07-30 Thread David Whalen
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

RE: Solr 1.1 HTTP server stops responding

2007-07-30 Thread David Whalen
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.

RE: Solr 1.1 HTTP server stops responding

2007-07-27 Thread David Whalen
*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

RE: Solr 1.1 HTTP server stops responding

2007-07-27 Thread David Whalen
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

Solr 1.1 HTTP server stops responding

2007-07-27 Thread David Whalen
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