RE: Solr 1.1 HTTP server stops responding

2007-07-27 Thread David Whalen
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 From: David Whalen [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Friday

RE: Solr 1.1 HTTP server stops responding

2007-07-27 Thread David Whalen
? Otis -- Lucene Consulting - http://lucene-consulting.com/ - Original Message From: David Whalen [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Friday, July 27, 2007 4:21:18 PM Subject: RE: Solr 1.1 HTTP server stops responding Hi Otis. I'm filling

RE: Solr 1.1 HTTP server stops responding

2007-07-30 Thread David Whalen
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. To my knowledge, Solr is the only thing running inside

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 27, 2007 10

RE: Please help! Solr 1.1 HTTP server stops responding

2007-07-30 Thread David Whalen
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 at my company and heads are going to roll. I need to figure out why solr just suddenly stops responding without any

RE: Please help! Solr 1.1 HTTP server stops responding

2007-07-30 Thread David Whalen
Sent: Monday, July 30, 2007 2:55 PM To: solr-user@lucene.apache.org Subject: Re: Please help! Solr 1.1 HTTP server stops responding On 7/30/07, David Whalen [EMAIL PROTECTED] wrote: We increased the heap size to 1500M and that didn't seem to help. In fact, the crashes seem to occur more

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

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

2007-08-09 Thread David Whalen
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, August 09, 2007 11:43 AM

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 a

RE: Problem with stemming

2007-08-13 Thread David Whalen
] 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 problem with stemming that I can't figure out. For example, searching

RE: Problem with stemming

2007-08-13 Thread David Whalen
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, Lance -Original Message- From: David Whalen [mailto:[EMAIL PROTECTED] Sent: Monday

RE: Problem with stemming

2007-08-13 Thread David Whalen
with stemming Go here http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?hi ghlight=%28stemming%29 #head-88cc86e4432b359030cffdb32d095062b843d4f5 Look for this solr.PorterStemFilterFactory On 8/13/07 1:50 PM, David Whalen [EMAIL PROTECTED] wrote: Thanks, guys. I'm sure

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

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

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

RE: quirks with sorting

2007-09-10 Thread David Whalen
@lucene.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 and a date column. I search on the source and I sort by the date

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

RE: Selecting Distinct values?

2007-09-27 Thread David Whalen
grin 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 wrote: Hi

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

RE: Availability Issues

2007-10-08 Thread David Whalen
, David Whalen [EMAIL PROTECTED] wrote: 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

RE: Availability Issues

2007-10-08 Thread David Whalen
] 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 SOLR 1.2 with a 2.5G heap size. On any given day, the system becomes completely unresponsive. We can't even get /solr

RE: Availability Issues

2007-10-08 Thread David Whalen
: 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 unresponsive period and we don't see any errors. You don't see log entries for requests until after

RE: Availability Issues

2007-10-08 Thread David Whalen
@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 time to finish? The requests that take a long time to finish are just simple queries. And the same queries run at a later time come back

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
Thanks for letting me know that. Okay, here they are: BEGIN SCHEMA.XML === ?xml version=1.0 ? !-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with

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-09 Thread David Whalen
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] wrote: Do you see any requests that took a really long time

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

RE: Facets and running out of Heap Space

2007-10-09 Thread David Whalen
-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 PROTECTED] wrote: I run a faceted query against a very large

RE: Facets and running out of Heap Space

2007-10-09 Thread David Whalen
Make sure you have: requestHandler name=/admin/luke 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

RE: Facets and running out of Heap Space

2007-10-10 Thread David Whalen
[EMAIL PROTECTED] Sent: Tuesday, October 9, 2007 9:30pm To: solr-user@lucene.apache.org Subject: Re: Facets and running out of Heap Space On 9-Oct-07, at 12:36 PM, David Whalen wrote: (snip) I'm sure we could stop storing many of these columns, especially if someone told me that would

RE: Facets and running out of Heap Space

2007-10-10 Thread David Whalen
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 looks now like I can't use facets the way I was hoping to because

RE: Facets and running out of Heap Space

2007-10-10 Thread David Whalen
, 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 field. I'm thinking of changing it to a tokenized type so that I can

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

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.