[jira] Created: (SOLR-427) Allow IndexSchema to load from an InputStream, not just a file system file

2007-12-06 Thread Erik Hatcher (JIRA)
: Improvement Components: search Affects Versions: 1.3 Reporter: Erik Hatcher Assignee: Erik Hatcher Priority: Minor Fix For: 1.3 IndexSchema is currently tied to reading a file system schema.xml file. In order to more dynamically

[jira] Commented: (SOLR-427) Allow IndexSchema to load from an InputStream, not just a file system file

2007-12-06 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549029 ] Erik Hatcher commented on SOLR-427: --- Ultimately what I want to do is affect an in-memory schema and then load a new

[jira] Resolved: (SOLR-411) Solr JAR Packaging Names

2007-11-14 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-411. --- Resolution: Fixed Fix Version/s: 1.3 Thanks Grant! Solr JAR Packaging Names

remote solrj using xml versus json

2007-11-09 Thread Erik Hatcher
anybody compared/contrasted the two? seems like yonik's noggit parser might have a performance edge on xml parsing ?! Erik

[jira] Created: (SOLR-394) Ruby response writer emits invalid integers for numbers stored with leading zeros

2007-10-25 Thread Erik Hatcher (JIRA)
Issue Type: Bug Components: clients - ruby - flare Reporter: Erik Hatcher Assignee: Erik Hatcher There is an issue with the ruby response (and others too, perhaps json and python) when an integer field is sent with leading zeros. For example (from

[jira] Updated: (SOLR-394) Ruby response writer emits invalid integers for numbers stored with leading zeros

2007-10-25 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-394: -- Description: There is an issue with the ruby response (and others too, perhaps json and python) when

Re: heading.jsp not used. Can/Should it be removed?

2007-10-25 Thread Erik Hatcher
Done. That one had just bitten me with compilation issues while setting up a new IDE project with IntelliJ 7. Erik On Oct 25, 2007, at 11:04 AM, Ryan McKinley wrote: Bill Au wrote: Subject says it all. +1

[jira] Commented: (SOLR-380) There's no way to convert search results into page-level hits of a structured document.

2007-10-17 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535489 ] Erik Hatcher commented on SOLR-380: --- The idea was to use dynamic fields (e.g. page_1, page_2, page_3... page_N

[jira] Created: (SOLR-381) delete-by-query does not support purely negative queries

2007-10-16 Thread Erik Hatcher (JIRA)
Reporter: Erik Hatcher Priority: Minor Reported by Rob Casson: indexing the example docs from 1.2, these steps work: curl http://localhost:8983/solr/update --data-binary 'deletequerysolr/query/delete' -H 'Content-type:text/xml; charset=utf-8' curl http://localhost:8983

[jira] Updated: (SOLR-127) Make Solr more friendly to external HTTP caches

2007-10-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-127: -- Fix Version/s: 1.3 targeting this for the 1.3 release. Make Solr more friendly to external HTTP caches

[jira] Resolved: (SOLR-359) LukeResponse.FieldInfo should expose the selected flags info and the indexInfo

2007-09-27 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-359. --- Resolution: Fixed Patch applied, thanks! Luke keeps getting handier and handier. I also agree

[jira] Resolved: (SOLR-154) Added package tasks for creating Rails plugin and namespaced both the rails and gem packaging

2007-09-24 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-154. --- Resolution: Fixed I've been using the Rails gem packaging feature in solr-ruby's trunk for a while

[jira] Resolved: (SOLR-362) bundle junit with solr

2007-09-21 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-362. --- Resolution: Fixed Fix Version/s: 1.3 Assignee: Erik Hatcher Thanks Thorsten! bundle

Re: svn commit: r577427 - in /lucene/solr/trunk/client/java/solrj/test/org/apache/solr/client/solrj: LargeVolumeTestBase.java embedded/LargeVolumeEmbeddedTest.java embedded/LargeVolumeJettyTest.java

2007-09-20 Thread Erik Hatcher
On Sep 19, 2007, at 5:52 PM, Chris Hostetter wrote: Everybody i've ever talked to who i felt confident knew more about ant then me (with Erik at teh top of the list) has said the same thing: Put junit and ant-junit in your ANT_LIB ... don't even try to do anything else, it will just burn

Re: svn commit: r577427 - in /lucene/solr/trunk/client/java/solrj/test/org/apache/solr/client/solrj: LargeVolumeTestBase.java embedded/LargeVolumeEmbeddedTest.java embedded/LargeVolumeJettyTest.java

2007-09-20 Thread Erik Hatcher
On Sep 20, 2007, at 12:13 PM, Thorsten Scherler wrote: On Wed, 2007-09-19 at 16:33 -0400, Ryan McKinley wrote: Yonik Seeley wrote: ant test from the command line is currently failing. compileTests: [mkdir] Created dir: F:\code\solr\build\tests [javac] Compiling 66 source files to

Re: svn commit: r577427 - in /lucene/solr/trunk/client/java/solrj/test/org/apache/solr/client/solrj: LargeVolumeTestBase.java embedded/LargeVolumeEmbeddedTest.java embedded/LargeVolumeJettyTest.java

2007-09-20 Thread Erik Hatcher
On Sep 20, 2007, at 1:51 PM, Erik Hatcher wrote: IMHO ivy rocks and would perfectly overcome this problem without cluttering the build files with jar versions. I'm happy to see contributions both for Ivy and Maven2 based builds of Solr. I'm sure we can do it in a non-intrusive way

[jira] Created: (SOLR-358) Implement solr-ruby-specific response capability

2007-09-17 Thread Erik Hatcher (JIRA)
- flare Reporter: Erik Hatcher Assignee: Erik Hatcher Fix For: 1.3 Implement solr-ruby-specific Ruby output, such that dates get created as real DateTime objects (wrap with DateTime.parse(...) is one option), and so that named lists maintain name and order

Re: svn commit: r575369 - /lucene/solr/trunk/client/java/solrj/src/org/apache/solr/client/solrj/util/ClientUtils.java

2007-09-13 Thread Erik Hatcher
Ryan, Since the QueryParser can handle any character being escaped, I just escaped every non-alphanumeric character on the solr-ruby side of things. http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solr- ruby/lib/solr/util.rb?view=markup Playing keep up with any changes to

[jira] Commented: (SOLR-127) Make Solr more friendly to external HTTP caches

2007-09-13 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527337 ] Erik Hatcher commented on SOLR-127: --- What about etags? http://intertwingly.net/blog/2006/06/05/Elevator-Pitch

Re: Using ivy for dependency management?

2007-09-07 Thread Erik Hatcher
I'm open to letting other build systems flourish if folks want them. As long as I can svn co and build Solr without too much hassle (other than installing a build tool and a JDK) I'm happy :) There is a contingent of Maven freaks in the Lucene world these days, and Lucene is getting

Re: svn commit: r573296 - /lucene/solr/trunk/client/ruby/solr-ruby/CHANGES.yml

2007-09-06 Thread Erik Hatcher
On Sep 6, 2007, at 10:25 PM, Chris Hostetter wrote: : Kinda cute, but not worth starting a revolution about. Structure is : overrated. you mean you aren't going to make the build fail if the CHANGES.yml file can't be parsed? :) Now there's an idea! Committed a unit test for this. Need

[jira] Updated: (SOLR-139) Support updateable/modifiable documents

2007-08-31 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-139: -- Attachment: Eriks-ModifiableDocument.patch For posterity, here's the patch I'm running in Collex

[jira] Issue Comment Edited: (SOLR-139) Support updateable/modifiable documents

2007-08-23 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522310 ] ehatcher edited comment on SOLR-139 at 8/23/07 4:59 PM: There is a bug in the last patch

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-08-22 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521900 ] Erik Hatcher commented on SOLR-139: --- One thing to note about overwrite and copyFields is that to keep a purely

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-08-22 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521906 ] Erik Hatcher commented on SOLR-139: --- I agree in the gut feel to how copyFields and overwrite should work, but what

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-08-22 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521928 ] Erik Hatcher commented on SOLR-139: --- A mistake I had was my copyField target (tag) was stored. Setting

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-08-17 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520554 ] Erik Hatcher commented on SOLR-139: --- I'm experimenting with this patch with tagging. I'm modeling the fields

SOLR-139 - updateable documents

2007-08-14 Thread Erik Hatcher
I have a need for updateable documents and starting to tinker with SOLR-139, but having issues with the latest patches applying: $ curl https://issues.apache.org/jira/secure/attachment/12362787/ getStoredFields.patch | patch -p0 --dry-run % Total% Received % Xferd Average Speed Time

Re: [jira] Updated: (SOLR-139) Support updateable/modifiable documents

2007-08-14 Thread Erik Hatcher
that was quick! thanks ryan! On Aug 14, 2007, at 2:15 PM, Ryan McKinley (JIRA) wrote: [ https://issues.apache.org/jira/browse/SOLR-139? page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-139: ---

[jira] Resolved: (SOLR-329) Solr should attempt to create the data directory if it doesn't exist

2007-08-08 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-329. --- Resolution: Invalid Solr most definitely recreates the data directory if it is not there during

[jira] Resolved: (SOLR-323) duplicate lucene-analyzer jar files

2007-08-06 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-323. --- Resolution: Fixed duplicate lucene-analyzer jar files

[jira] Commented: (SOLR-308) Add a field that generates an unique id when you have none in your data to index

2007-07-18 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513508 ] Erik Hatcher commented on SOLR-308: --- Can the client get the generated id back when adding a document? Add a field

Re: Rich Docs Indexing

2007-07-13 Thread Erik Hatcher
On Jul 13, 2007, at 10:31 AM, Eric Pugh wrote: I wanted to see if I could get some momentum going on seeing if this is something that the committers want in Solr 1.3... I'd like to write up a wiki page similar to http://wiki.apache.org/solr/ UpdateCSV page that would give folks a chance

[jira] Closed: (SOLR-163) libxml/rexml-related test case failure

2007-07-02 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher closed SOLR-163. - Resolution: Fixed libxml/rexml-related test case failure

Fwd: Call for Papers Opens for OS Summit Asia 2007

2007-06-15 Thread Erik Hatcher
Begin forwarded message: From: J Aaron Farr [EMAIL PROTECTED] Call for Papers Opens for OS Summit Asia 2007 The call for papers is now open for OS Summit Asia, to be held November 26-30 at the Cyberport in Hong Kong. This joint conference between the Apache Software Foundation and the

Re: svn commit: r544356 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml

2007-06-12 Thread Erik Hatcher
On Jun 12, 2007, at 1:34 AM, Ryan McKinley wrote: - !-- - dataDir./solr/data/dataDir - -- + dataDir${solr.data.dir:./solr/data}/dataDir + I just ran into something weird with this... If you set the solr home with JNDI or solr.solr.home, the dataDir still defaults to ./solr/data -- not

Re: svn commit: r544356 - /lucene/solr/trunk/example/solr/conf/solrconfig.xml

2007-06-12 Thread Erik Hatcher
On Jun 12, 2007, at 12:37 PM, Ryan McKinley wrote: Erik Hatcher wrote: On Jun 12, 2007, at 1:34 AM, Ryan McKinley wrote: - !-- - dataDir./solr/data/dataDir - -- + dataDir${solr.data.dir:./solr/data}/dataDir + I just ran into something weird with this... If you set the solr home

Re: [VOTE] release rc4 as Solr 1.2

2007-06-04 Thread Erik Hatcher
+1 On Jun 2, 2007, at 6:19 PM, Yonik Seeley wrote: OK, this one is it! Please vote to release the artifacts at http://people.apache.org/~yonik/staging_area/solr/1.2rc4/ as Apache Solr 1.2 +1 -Yonik

Re: [VOTE] release rc3 as Solr 1.2

2007-05-31 Thread Erik Hatcher
+1 again! :) On May 31, 2007, at 7:02 PM, Yonik Seeley wrote: Sorry folks... one more time. This release candidate fixes SOLR-250 (scripts need to tell curl the content-type), as well as the minor README typo. Please vote to release the artifacts at

[jira] Commented: (SOLR-84) New Solr logo?

2007-05-30 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500083 ] Erik Hatcher commented on SOLR-84: -- Those are great Steve! Thanks for submitting them. New Solr logo

Re: Commented: (SOLR-216) Improvements to solr.py

2007-05-30 Thread Erik Hatcher
On May 29, 2007, at 4:38 PM, Mike Klaas wrote: I agree. I was not aware of field boosts at the time. I'll code this change. Unfortunately, it is still somewhat awkward. In my python client I end up passing (name, value, field boost or None) everywhere, but that clutters up the api

Re: [VOTE] release rc2 as Solr 1.2

2007-05-30 Thread Erik Hatcher
+1 On May 30, 2007, at 9:23 PM, Yonik Seeley wrote: Following a bug found and fixed by Ryan, I rebuilt the release artifacts from branch-1.2 and placed them at http://people.apache.org/~yonik/staging_area/solr/1.2rc2/ Please vote to release these artifacts as Apache Solr 1.2 Here's my +1

Re: ready for release 1.2

2007-05-29 Thread Erik Hatcher
+1, thanks Yonik! Yeah, the clients directory is still a work in progress. Eventually Flare will be worth distributing with a release, but even then most folks would want it to be installed from a plugin repository (or svn directly). Same with the solr-ruby code, which is already

[jira] Commented: (SOLR-246) Be able to turn off TopTerm collecting in LukeRequestHandler

2007-05-24 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498767 ] Erik Hatcher commented on SOLR-246: --- Yes, that resolves the issue very nicely! INFO: /admin/luke numTerms=0wt

Re: Luke request handler issue

2007-05-23 Thread Erik Hatcher
On May 22, 2007, at 10:42 PM, Ryan McKinley wrote: If thats the case, I think the .diff you posted is fine... Not really, because I commented out a bit to get past things. It was more than just setting the default to zero. The only thing I would change is I think the default should be

[jira] Commented: (SOLR-247) Allow facet.field=* to facet on all fields (without knowing what they are)

2007-05-23 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498311 ] Erik Hatcher commented on SOLR-247: --- I can see value in supporting the dynamicField wildcard syntax, so *_facet

Re: Luke request handler issue

2007-05-22 Thread Erik Hatcher
On May 21, 2007, at 11:00 PM, Ryan McKinley wrote: If Ryan is date-less again tonight, I'm sure he'll have it all fixed up by the time I wake up :) Otherwise, I'll dig in and roll up my sleeves sometime this week and make some adjustments to allow turning off the top terms feature. Just

Re: Luke request handler issue

2007-05-22 Thread Erik Hatcher
Ryan - just so you know where my current need with this is, it's only in getting field names and types, as well as total documents back. The top terms aren't a need for my projects. So I don't really have any preference on the specifics, other than needing to be able to turn that feature

[jira] Assigned: (SOLR-241) explicitly loggin an error message for missing system property for string substitution in solrconfig.xml

2007-05-16 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned SOLR-241: - Assignee: Erik Hatcher explicitly loggin an error message for missing system property for string

[jira] Work started: (SOLR-241) explicitly loggin an error message for missing system property for string substitution in solrconfig.xml

2007-05-16 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-241 started by Erik Hatcher. explicitly loggin an error message for missing system property for string substitution in solrconfig.xml

[jira] Resolved: (SOLR-241) explicitly loggin an error message for missing system property for string substitution in solrconfig.xml

2007-05-16 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-241. --- Resolution: Fixed Fix Version/s: 1.2 Thanks Koji! explicitly loggin an error message

Luke request handler issue

2007-05-15 Thread Erik Hatcher
I've switched Flare to use the Luke request handler simply to retrieve the fields in the index. In the case of a 3.7M document index, it takes a LONG time to execute because of the top terms its generating. I tried setting numTerms=0 and got an array index out of bounds exception. Is

Re: out of town...

2007-05-13 Thread Erik Hatcher
Speaking of which, I'll be at RailsConf later this week and presenting Solr on Rails there (covering solr-ruby, acts_as_solr, and Solr Flare). Erik On May 13, 2007, at 9:17 PM, Ryan McKinley wrote: Hello- I'll be out of town for the next week... If i don't speak up, its not

Re: feature question

2007-05-09 Thread Erik Hatcher
Besides the other replies on this thread, there is another really nice way to tie a database dynamically to Solr. Use acts_as_solr. The prerequisites are that you be using Ruby and ActiveRecord to model your database tables. But its as easy as this: class Book

[jira] Resolved: (SOLR-210) Hpricot Mapper for Solr-Ruby

2007-05-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-210. --- Resolution: Fixed Committed, thanks Jamie! Next up: how to get solr-ruby to work without Hpricot

Re: svn commit: r536732 - /lucene/solr/trunk/src/test/test-files/solr/conf/solrconfig.xml

2007-05-09 Thread Erik Hatcher
oops, thanks Ryan! I ran the tests before my change to make sure all was well, and ran the solr-ruby tests (which rely on their own config files afterwards. Erik On May 9, 2007, at 10:17 PM, [EMAIL PROTECTED] wrote: Author: ryan Date: Wed May 9 19:17:10 2007 New Revision:

Re: [jira] Commented: (SOLR-85) [PATCH] Add update form to the admin screen

2007-05-07 Thread Erik Hatcher
On May 7, 2007, at 11:45 AM, Ryan McKinley (JIRA) wrote: Ryan McKinley commented on SOLR-85: --- This patch and SOLR-142 need to figure out how to deal with arbitrary path mapping. Since the update command is not fixed to / update and we also want to support

Re: svn commit: r535548 - in /lucene/solr/trunk: build.xml lib/easymock.jar src/test/org/apache/solr/servlet/SolrRequestParserTest.java src/webapp/src/org/apache/solr/servlet/SolrRequestParsers.java

2007-05-06 Thread Erik Hatcher
On May 6, 2007, at 2:13 AM, Ryan McKinley wrote: As for the do we want it questions, i'm not really familiar with easymock or jMock, so i don't have an opinion ... I think we need something... without some mock framework, testing HttpServlets is difficult. +1 Testing through Java

POST parameter handling change?

2007-05-05 Thread Erik Hatcher
This works fine on an older (trunk at some point a month or two ago) version of Solr (in Ruby code): Net::HTTP.new('localhost',).post(/solr/select, wt=rubyq=rossetti, { Content-Type = application/x-www-form- urlencoded; charset=utf-8 }).body But on trunk I get an error that the q

Re: POST parameter handling change?

2007-05-05 Thread Erik Hatcher
On May 5, 2007, at 6:14 AM, Erik Hatcher wrote: This works fine on an older (trunk at some point a month or two ago) version of Solr (in Ruby code): Net::HTTP.new('localhost',).post(/solr/select, wt=rubyq=rossetti, { Content-Type = application/x-www-form- urlencoded; charset=utf-8

Re: POST parameter handling change?

2007-05-05 Thread Erik Hatcher
On May 5, 2007, at 12:36 PM, Ryan McKinley wrote: Erik Hatcher wrote: On May 5, 2007, at 6:14 AM, Erik Hatcher wrote: This works fine on an older (trunk at some point a month or two ago) version of Solr (in Ruby code): Net::HTTP.new('localhost',).post(/solr/select, wt=rubyq

Re: dynamic copyFields

2007-05-02 Thread Erik Hatcher
On May 2, 2007, at 7:10 PM, Ryan McKinley wrote: and want: copyField source=tag_(.*) dest=text_\1 / Why even bother with regexs at all? copyField source=tag_* dest=text_* / simply replace the * match in the source in the * position in the dest. Granted it doesn't have the power

[jira] Assigned: (SOLR-210) Hpricot Mapper for Solr-Ruby

2007-04-27 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned SOLR-210: - Assignee: Erik Hatcher Hpricot Mapper for Solr-Ruby

[jira] Commented: (SOLR-217) schema option to ignore unused fields

2007-04-27 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492332 ] Erik Hatcher commented on SOLR-217: --- I like Yonik's suggestion of allowing unstored+unindexed fields to be no-op

Re: Call for Papers Opens for ApacheCon US 2007

2007-04-23 Thread Erik Hatcher
Sorry to be late to this game, but I already submitted two talks, one a longer tutorial on Flare, and one a regular session on Flare. I'd be happy to pair up with Eric Pugh as long as I get airfare and hotel covered I'm happy to go. Erik On Apr 23, 2007, at 2:41 PM, Yonik

[jira] Commented: (SOLR-209) Multifields and multivalued facets

2007-04-17 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489395 ] Erik Hatcher commented on SOLR-209: --- Rida - I'm curious about your approach why not normalize the (obviously

[jira] Commented: (SOLR-193) General SolrDocument interface to manage field values.

2007-04-16 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489092 ] Erik Hatcher commented on SOLR-193: --- The latest patch has a typo: public Document bulid should be build

Fwd: Call for Papers Opens for ApacheCon US 2007

2007-04-16 Thread Erik Hatcher
The one valid use of cross-posting... Begin forwarded message: From: Rich Bowen [EMAIL PROTECTED] Date: April 16, 2007 10:50:54 AM EDT To: [EMAIL PROTECTED] Subject: Call for Papers Opens for ApacheCon US 2007 Reply-To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] PMCs, please send this

Re: [Solr Wiki] Update of EmbeddedSolr by ErikHatcher

2007-04-15 Thread Erik Hatcher
Ryan et al - I've been experimenting with Solr running embedded as shown in the wiki post below. I know there are better ways to do some of these things and I'd love feedback on where this can use improvement. For example, creating a document is a little clunky with DocumentBuilder, but

[jira] Created: (SOLR-206) Return number of documents deleted when deleting by query

2007-04-09 Thread Erik Hatcher (JIRA)
: update Reporter: Erik Hatcher Priority: Trivial It would be nice if the response from a delete by query returned the number of documents deleted. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (SOLR-184) add echoHandler=true to responseHeader, support echoParams=all

2007-04-08 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-184. --- Resolution: Fixed committed, and added unit test too. add echoHandler=true to responseHeader

[jira] Assigned: (SOLR-184) add echoHandler=true to responseHeader, support echoParams=all

2007-04-04 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned SOLR-184: - Assignee: Erik Hatcher add echoHandler=true to responseHeader, support echoParams=all

Re: Changing Logging in Solr to Apache Commons Logging

2007-04-02 Thread Erik Hatcher
And likewise for my work with Solr as well. Erik On Apr 2, 2007, at 11:03 AM, Yonik Seeley wrote: On 4/2/07, Maximilian Hütter [EMAIL PROTECTED] wrote: I believe that Solr is never run completely independent of other applications, as it would be rather pointless to have a search

Re: Changing Logging in Solr to Apache Commons Logging

2007-04-02 Thread Erik Hatcher
For those of you that feel very strongly about swapping out logging frameworks, give AOP (such as AspectJ) a try to hook the logging. I suspect it'd be possible to write a few AOP rules that would swap it out nicely. Erik On Apr 2, 2007, at 5:43 PM, Chris Hostetter wrote: :

Re: [Solr Wiki] Update of UpdateCSV by YonikSeeley

2007-03-31 Thread Erik Hatcher
On Mar 31, 2007, at 11:48 AM, Yonik Seeley wrote: On 3/31/07, Erik Hatcher [EMAIL PROTECTED] wrote: On a tab-delimited file I just got from a client, I got this error: SEVERE: java.io.IOException: (line 119986) invalid char between encapsualted token end delimiter

Re: Changing Logging in Solr to Apache Commons Logging

2007-03-30 Thread Erik Hatcher
On Mar 30, 2007, at 4:49 AM, Maximilian Hütter wrote: The added dependency is just one jar (apache project too), which is not a to high price to pay for the benefits pointed out before. I can say with first hand experience that Commons Logging has caused more pain than it was worth in

Re: solr.test.sys.prop1/2

2007-03-29 Thread Erik Hatcher
No objections at all. I'm curious to see how you configured your IDE to run Solr tests, if you can share the config. Erik On Mar 29, 2007, at 5:30 PM, Yonik Seeley wrote: Anyone have an objection if the test that references these is moved to use a different solrconfig.xml file?

Re: Changing Logging in Solr to Apache Commons Logging

2007-03-29 Thread Erik Hatcher
I'm -1 on Commons Logging based on many JARmegaddon experiences with other libraries that used it and getting all the dependencies straightened out. JDK logging suits me fine in Solr. Erik On Mar 29, 2007, at 6:59 PM, Chris Hostetter wrote: : yes it would be nice if there

Re: svn commit: r519107 - in /lucene/solr/trunk: CHANGES.txt example/exampledocs/spellchecher.xml example/solr/conf/solrconfig.xml lib/lucene-spellchecker-2.2-dev.jar src/java/org/apache/solr/request/

2007-03-16 Thread Erik Hatcher
On Mar 16, 2007, at 3:28 PM, [EMAIL PROTECTED] wrote: Author: otis lucene/solr/trunk/example/exampledocs/spellchecher.xml that should be spellchecker, not spellchecher.

Re: svn commit: r519107 - in /lucene/solr/trunk: CHANGES.txt example/exampledocs/spellchecher.xml example/solr/conf/solrconfig.xml lib/lucene-spellchecker-2.2-dev.jar src/java/org/apache/solr/request/

2007-03-16 Thread Erik Hatcher
On Mar 16, 2007, at 3:28 PM, [EMAIL PROTECTED] wrote: + str name=spellcheckerIndexDir/home/otis/dev/repos/lucene/ solr/trunk/example/solr/data/index/str And this needs to be changed to something globally relevant. What triggers the creation of this index? With this part of the

[jira] Created: (SOLR-189) bad query messes up flare

2007-03-10 Thread Erik Hatcher (JIRA)
bad query messes up flare - Key: SOLR-189 URL: https://issues.apache.org/jira/browse/SOLR-189 Project: Solr Issue Type: Bug Components: clients - ruby - flare Reporter: Erik Hatcher

[jira] Resolved: (SOLR-171) Add per-doc and per-field boosts

2007-03-06 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-171. --- Resolution: Fixed Assignee: Erik Hatcher Applied, thanks again Coda! Add per-doc and per-field

Re: Solr Flare for non-Ruby users.

2007-02-24 Thread Erik Hatcher
On Feb 24, 2007, at 11:43 AM, Gmail Account wrote: I guess I was more interested in the tagging part more than anything. I was thinking that Collex was using tagging from Flare and I wanted to see how it was being done or use it. I'm about to try implementing tagging with my non-Ruby

Re: [jira] Commented: (SOLR-172) add doc without uniqueKey field causes NPE

2007-02-24 Thread Erik Hatcher
I have a hard envisioning a case where a document would be indexed without a unique identifier. While it *can* be done with just Lucene, I've never seen a case where a unique key wasn't just a great idea but a real necessity. Erik On Feb 24, 2007, at 6:10 PM, Ryan McKinley

Re: [jira] Commented: (SOLR-172) add doc without uniqueKey field causes NPE

2007-02-24 Thread Erik Hatcher
On Feb 25, 2007, at 1:19 AM, Erik Hatcher wrote: I have a hard envisioning a case where a document would be indexed without a unique identifier. While it ^ time *can* be done with just Lucene, I've never seen a case where a unique key wasn't just a great idea but a real

Re: svn commit: r510334 - in /lucene/solr/trunk/src/java/org/apache/solr/search: QueryParsing.java SolrQueryParser.java

2007-02-22 Thread Erik Hatcher
On Feb 22, 2007, at 1:54 AM, Chris Hostetter wrote: : I believe now having SolrQueryParser set the operator based on the : schema configuration is much more sensible. I haven't looked at this in depth, but i *think* this breaks the DisMaxQueryParser (i'm guessing AND isn't the default in our

Re: svn commit: r510334 - in /lucene/solr/trunk/src/java/org/apache/solr/search: QueryParsing.java SolrQueryParser.java

2007-02-22 Thread Erik Hatcher
On Feb 22, 2007, at 1:58 PM, Chris Hostetter wrote: : Does DisjunctionMaxQueryParser require the operator to be AND? Does : it always need to be set one way or the other? If so, we could just : override that setting in the constructor, eh? DisjunctionMaxQueryParser assumes that calling

Re: svn commit: r510334 - in /lucene/solr/trunk/src/java/org/apache/solr/search: QueryParsing.java SolrQueryParser.java

2007-02-22 Thread Erik Hatcher
On Feb 22, 2007, at 4:50 PM, Chris Hostetter wrote: i agree overplaning is bad ... i just want to ensure any current users of new SolrQueryParser aren't suprised to find the behavior changing out from under them -- any future changes for more pluggable query parsers will probably affect

[jira] Commented: (SOLR-20) A simple Java client for updating and searching

2007-02-18 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474012 ] Erik Hatcher commented on SOLR-20: -- I want this on trunk also. I'll be reviewing it and testing it out

[jira] Resolved: (SOLR-86) [PATCH] standalone updater cli based on httpClient

2007-02-18 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-86. -- Resolution: Fixed Assignee: Erik Hatcher (was: Hoss Man) Apologies to Hoss since this was assigned

[jira] Commented: (SOLR-20) A simple Java client for updating and searching

2007-02-18 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474032 ] Erik Hatcher commented on SOLR-20: -- My bad... it was SOLR-86 that interested me, and I've just committed it.I

Re: svn commit: r509013 - /lucene/solr/trunk/example/exampledocs/post.jar

2007-02-18 Thread Erik Hatcher
On Feb 18, 2007, at 8:19 PM, Chris Hostetter wrote: : Log: : Check in binary post.jar to make life easier for curl unfriendly environments : : Added: : lucene/solr/trunk/example/exampledocs/post.jar (with props) whoa ... do we really want to commit the post.jar? .. it's built as

[jira] Commented: (SOLR-162) lucene index browser / admin helpers (Luke)

2007-02-17 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473920 ] Erik Hatcher commented on SOLR-162: --- Ryan - I would like to see the Maps used instead of NamedLists for things

[jira] Work started: (SOLR-79) [PATCH] Using system properties in Solr configuration

2007-02-16 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-79 started by Erik Hatcher. [PATCH] Using system properties in Solr configuration - Key

[jira] Resolved: (SOLR-79) [PATCH] Using system properties in Solr configuration

2007-02-16 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-79. -- Resolution: Fixed This feature has been added, complete with the requested exception handling when

Re: RequestHandler - XML/JSON/etc. response?

2007-02-16 Thread Erik Hatcher
On Feb 16, 2007, at 3:26 PM, Otis Gospodnetic wrote: I'm still torturing SOLR-81 - the spellchecker fronted with a Solr RequestHandler. Being a RequestHandler virgin, I'm not sure how to go from getting the alternative spelling suggestion(s) in the RequestHandler, to the output that

Re: RequestHandler - XML/JSON/etc. response?

2007-02-16 Thread Erik Hatcher
On Feb 16, 2007, at 4:28 PM, Ryan McKinley wrote: On 2/16/07, Erik Hatcher [EMAIL PROTECTED] wrote: from SolrDispatchFilter, we have this: QueryResponseWriter responseWriter = core.getQueryResponseWriter(solrReq); response.setContentType(responseWriter.getContentType

Re: [jira] Commented: (SOLR-162) lucene index browser / admin helpers (Luke)

2007-02-16 Thread Erik Hatcher
Wow indeed! Go Ryan. On Feb 16, 2007, at 6:07 PM, Yonik Seeley (JIRA) wrote: [ https://issues.apache.org/jira/browse/SOLR-162? page=com.atlassian.jira.plugin.system.issuetabpanels:comment- tabpanel#action_12473849 ] Yonik Seeley commented on SOLR-162:

[jira] Commented: (SOLR-162) lucene index browser / admin helpers (Luke)

2007-02-16 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473865 ] Erik Hatcher commented on SOLR-162: --- This is truly great stuff, Ryan! *whew* I can't keep up. I did however become

Re: [jira] Created: (SOLR-160) [Patch] Get Test Solr Server working in Windows environment

2007-02-16 Thread Erik Hatcher
Mel, I think I might have fixed the test_bad_connection issue you encountered. Errno exceptions are platform specific and I simply loosed the test to look for ::Exception (Solr::Exception gets in the way, requiring :: prefix, I believe). As for test_ping - I dunno. If you cd solr; java

<    1   2   3   4   5   6   7   >