Re: new facet parameter: facet.exists=true

2010-03-30 Thread Erik Hatcher
My aim is to keep the memory footprint low while still beeing able to facet >10^7 of documents. A problem i am dealing with right now. Original-Nachricht Datum: Tue, 30 Mar 2010 08:46:23 -0400 Von: Erik Hatcher An: java-dev@lucene.apache.org Betreff: Re: new facet paramet

Re: new facet parameter: facet.exists=true

2010-03-30 Thread Erik Hatcher
One trick to doing this is to index a field that lists the facet field names that each document possesses. Then you can facet on the field of field names (sounds confusing, sorry) and you'll know if there are any documents in a result set that have values in, say, a "category" field. The

[jira] Commented: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-14 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833552#action_12833552 ] Erik Hatcher commented on LUCENE-1941: -- Uwe - patch looks good. Go fo

[jira] Commented: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2010-02-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832932#action_12832932 ] Erik Hatcher commented on LUCENE-1941: -- Feel free to adjust this issue to which

[jira] Commented: (LUCENE-2238) deprecate ChineseAnalyzer

2010-01-28 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806239#action_12806239 ] Erik Hatcher commented on LUCENE-2238: -- +1 > deprecate ChineseA

[jira] Resolved: (LUCENE-2231) my lucene project is able to search single time how can make it as long as i can

2010-01-22 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved LUCENE-2231. -- Resolution: Not A Problem Please ask support questions on the java-user list. Also (bias

Re: [Lucene-java Wiki] Update of "PoweredBy" by ChristianShirts

2010-01-20 Thread Erik Hatcher
Are we being spammed here? goldenpunter.com doesn't have a search box on the main page, nor do I even see a "search" link. Erik On Jan 19, 2010, at 10:40 PM, Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change no

[jira] Commented: (LUCENE-2198) support protected words in Stemming TokenFilters

2010-01-13 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799839#action_12799839 ] Erik Hatcher commented on LUCENE-2198: -- +1 on the StemAttribute approach. I

Lucene 2.4.1 src .zip issue

2009-12-09 Thread Erik Hatcher
I was doing some research on past releases of Lucene and downloaded the archived 2.4.1 src .zip and got this: ~/Downloads: unzip lucene-2.4.1-src.zip Archive: lucene-2.4.1-src.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk

Re: [VOTE] Release Apache Lucene 2.9.1, take 4

2009-11-03 Thread Erik Hatcher
+1 On Nov 3, 2009, at 2:05 AM, Michael McCandless wrote: OK, again! I've built new release artifacts from svn rev 832363 (on the 2.9 branch), here: http://people.apache.org/~mikemccand/staging-area/rc4_lucene2.9.1/ Changes are here: http://people.apache.org/~mikemccand/staging-area/rc4_luc

Re: [VOTE] Release Apache Lucene Java 2.9.1, take 3

2009-10-29 Thread Erik Hatcher
+1 On Oct 29, 2009, at 7:27 PM, Michael McCandless > wrote: OK, let's try this again! I've built new release artifacts from svn rev 831145 (on the 2.9 branch), here: http://people.apache.org/~mikemccand/staging-area/rc3_lucene2.9.1/ Changes are here: http://people.apache.org/~mikemccand/

Re: [VOTE] Release Apache Lucene Java 2.9.1, take 2

2009-10-26 Thread Erik Hatcher
+1 On Oct 26, 2009, at 3:48 PM, Grant Ingersoll wrote: +1 On Oct 26, 2009, at 2:43 PM, Michael McCandless wrote: OK, I've built new release artifacts (incorporating Uwes feedback) from svn rev 829889 (on the 2.9 branch), here: http://people.apache.org/~mikemccand/staging-area/rc2_lucene2.9

[jira] Created: (LUCENE-1941) MinPayloadFunction returns 0 when only one payload is present

2009-10-02 Thread Erik Hatcher (JIRA)
Components: Query/Scoring Affects Versions: 2.9 Reporter: Erik Hatcher In some experiments with payload scoring through PayloadTermQuery, I'm seeing 0 returned when using MinPayloadFunction. I believe there is a bug there. No time at the moment to flesh out a unit

[jira] Commented: (LUCENE-1938) Precedence query parser using the contrib/queryparser framework

2009-10-01 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761405#action_12761405 ] Erik Hatcher commented on LUCENE-1938: -- Yes, let's just remov

Re: [jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-09-30 Thread Erik Hatcher
On Sep 30, 2009, at 3:10 PM, Robert Muir wrote: uwe, somewhat related to attributes API... anyway I can trick you or Luis or someone more familiar with QueryParsing into looking at PrecedenceQueryParser under contrib/misc? PQP was my contribution, I think. But it was merely a proof-of- c

Re: [VOTE] Release Lucene 2.9.0

2009-09-24 Thread Erik Hatcher
+1 ship it! Erik On Sep 21, 2009, at 1:06 PM, Mark Miller wrote: Okay, lets give this a shot: The (proposed) release artifacts have been built and are up at: http://people.apache.org/~markrmiller/staging-area/lucene2.9/ The changes are here: http://people.apache.org/~markrmiller/

Re: ApacheCon US - Lucene Meetup?!

2009-08-25 Thread Erik Hatcher
You can rest assured that there will be plenty of Lucene folks and gatherings around ACUS09. Our company, Lucid Imagination, will certainly have some kind of sponsored event during the conference. I haven't heard any details yet though - seems so far away, yet I guess it's not really. Man

[jira] Created: (LUCENE-1850) Update overview example code

2009-08-24 Thread Erik Hatcher (JIRA)
Update overview example code Key: LUCENE-1850 URL: https://issues.apache.org/jira/browse/LUCENE-1850 Project: Lucene - Java Issue Type: Task Components: Examples, Javadocs Reporter: Erik

[jira] Resolved: (LUCENE-1806) Add args to test-macro

2009-08-14 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved LUCENE-1806. -- Resolution: Fixed Done, thanks Jason. > Add args to test-ma

[jira] Commented: (LUCENE-1800) QueryParser should use reusable token streams

2009-08-13 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742781#action_12742781 ] Erik Hatcher commented on LUCENE-1800: -- Does anyone use PrecedenceQueryParser?

Re: The new Contrib QueryParser should not be slated to replace the old one yet

2009-08-11 Thread Erik Hatcher
Agreed, don't deprecate our beloved QueryParser. Erik On Aug 11, 2009, at 1:54 PM, Mark Miller wrote: I don't think we should stick with the current path of replacing the current QueryParser with the new contrib QueryParser in Lucene 3.0. The new QueryParser has not been used much a

Re: The new Contrib QueryParser should not be slated to replace the old one yet

2009-08-11 Thread Erik Hatcher
+1 In other words: undeprecate our good friend QueryParser. Erik On Aug 11, 2009, at 1:54 PM, Mark Miller wrote: I don't think we should stick with the current path of replacing the current QueryParser with the new contrib QueryParser in Lucene 3.0. The new QueryParser has not been

[jira] Resolved: (LUCENE-1405) Support for new Resources model in ant 1.7 in Lucene ant task.

2009-06-19 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved LUCENE-1405. -- Resolution: Fixed Przemyslaw - apologies for the delay in addressing this valuable patch

[jira] Assigned: (LUCENE-1405) Support for new Resources model in ant 1.7 in Lucene ant task.

2009-06-12 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned LUCENE-1405: Assignee: Erik Hatcher > Support for new Resources model in ant 1.7 in Lucene ant t

[jira] Resolved: (LUCENE-1635) Handle Escape character

2009-05-14 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved LUCENE-1635. -- Resolution: Invalid This isn't a bug. If you're using SimpleAnalyzer, it makes sen

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-13 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708912#action_12708912 ] Erik Hatcher commented on LUCENE-1629: -- My initial thought is to move the exclu

[jira] Issue Comment Edited: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-13 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708912#action_12708912 ] Erik Hatcher edited comment on LUCENE-1629 at 5/13/09 5:5

Re: Question related to improving search results

2009-05-02 Thread Erik Hatcher
I suppose you're talking about content that is indexed from web crawling. It's a messy problem. Extraneous junk needs to be filtered out and not indexed, so some form of header/footer/sidebar detection and exclusion definitely makes searching crawled pages much better. When possible, inde

Re: I am unable to create index of an object having composite key

2009-04-24 Thread Erik Hatcher
You'll do best to direct this question to the Hibernate group. java- dev is for Lucene development so not an appropriate Lucene place to ask. java-user would be better, but your question is more Hibernate specific. Erik On Apr 24, 2009, at 3:49 AM, gopalbisht wrote: Hi all, I

Re: [VOTE] Release Lucene 2.4.1

2009-03-04 Thread Erik Hatcher
On Mar 4, 2009, at 2:20 PM, Michael Busch wrote: On 3/4/09 5:28 AM, Michael McCandless wrote: Grant Ingersoll wrote: On Mar 4, 2009, at 8:05 AM, Michael McCandless wrote: lucene-2.4.1-src.tar.gz --> ant test I'm not sure how this could ever pass. The lib directory is not present, so n

Re: Getting tokens from search results. Simple concept

2009-02-27 Thread Erik Hatcher
Have you looked at the contrib Highlighter? Or using an Analyzer directly to give you the offsets? Erik On Feb 26, 2009, at 9:32 AM, HPDrifter wrote: When I get a search result based on my index, I need the exact tokens which were identified in the index as part of the result.

Re: LIA2 on l.a.o/java OK?

2009-02-20 Thread Erik Hatcher
On Feb 20, 2009, at 6:56 AM, Grant Ingersoll wrote: Isn't that what http://wiki.apache.org/lucene-java/Resources is for? I like LIA as much as the next person, but if we do it for LIA2 then it opens the door for others (http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Daps&field-keywor

Registration for ApacheCon Europe 2009 is now open!

2009-01-29 Thread Erik Hatcher
Cross-posting this announcement. There are several relevant Lucene/ Solr talks including: Trainings - Lucene Boot Camp (Grant Ingersoll) - Solr Boot Camp (Erik Hatcher) Sessions - Introducing Apache Mahout (Grant) - Lucene Case Studies (Erik) - Advanced Indexing Techniques with

Fwd: [Travel Assistance] Applications for ApacheCon EU 2009 - Now Open

2009-01-23 Thread Erik Hatcher
Begin forwarded message: From: Tony Stevenson Date: January 23, 2009 8:28:19 AM EST To: travel-assista...@apache.org Subject: [Travel Assistance] Applications for ApacheCon EU 2009 - Now Open The Travel Assistance Committee is now accepting applications for those wanting to attend Apa

[jira] Commented: (LUCENE-1314) IndexReader.clone

2009-01-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662475#action_12662475 ] Erik Hatcher commented on LUCENE-1314: -- {quote} Is there a way with ant to only

[jira] Commented: (LUCENE-1387) Add LocalLucene

2008-12-19 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658062#action_12658062 ] Erik Hatcher commented on LUCENE-1387: -- I've taken some quick peeks into

Re: solr NumberUtils to lucene?

2008-12-16 Thread Erik Hatcher
My thoughts... bring over any simple functions like these are that are generally useful.At a quick glance, the functions in Solr's NumberUtils are generally useful and fit well in Lucene's NumberTools. What's the harm? Erik On Dec 16, 2008, at 9:14 PM, Ryan McKinley wrote: I

Re: [jira] Commented: (LUCENE-1473) Implement standard Serialization across Lucene versions

2008-12-08 Thread Erik Hatcher
Well, there's the pretty sophisticated and extensible XML query parser in contrib. I've still only scratched the surface of it, but it meets the specs you mentioned. Erik On Dec 8, 2008, at 4:51 PM, robert engels wrote: I think an important piece to make this work is the query par

Re: Adding dependency to servlet-api

2008-11-07 Thread Erik Hatcher
ns with advanced query criteria struggle with the constraints of standard Lucene QueryParser syntax or passing "flat" parameters in Solr urls. Not sure I can commit any time to extending Solr myself but happy to support you with any guidance you may need on this. Cheers, Mark

Re: Adding dependency to servlet-api

2008-11-05 Thread Erik Hatcher
Mark, How about simply adding a query parser plugin to Solr using the XML query parser? It'd be pretty short, sweet, easy, and a real value- add to Solr too! I'd be happy to help or to even go the full distance and implement it myself. I've considered it often, as it would be great to

Re: [VOTE] Release Lucene 2.4.0

2008-10-08 Thread Erik Hatcher
All tests pass (via "ant test") for me with the 2.4.0 download. I have junit-4.4.jar in my ANT_HOME/lib directory. Specifically: [junit] Testsuite: org.apache.lucene.store.TestHugeRamFile [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.585 sec Maybe an intermittent a

Re: [VOTE] Release Lucene 2.4.0

2008-10-07 Thread Erik Hatcher
+1 Erik On Oct 7, 2008, at 9:55 AM, Michael McCandless wrote: Reminder: this is a new vote (started 2 days ago) to release 2.4.0. We still need 2 more binding (PMC) votes to release. Mike Michael McCandless wrote: OK maybe 4th time's a charm ;) Let's start a new VOTE to releas

Re: Can I filter the results returned by IndexReader.terms(field) using a field?

2008-10-06 Thread Erik Hatcher
Code in an end to the numeration when the first term from a different field arrives. Different fields will not be interleaved. Erik On Oct 6, 2008, at 9:36 PM, Luis Fco. Ramirez Daza Gonzalez wrote: Hi I use IndexReader.Terms() to get all the terms in the index and then I iterate

[jira] Commented: (LUCENE-1061) Adding a factory to QueryParser to instantiate query instances

2008-08-28 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626499#action_12626499 ] Erik Hatcher commented on LUCENE-1061: -- Michael - you are a machine! +1 to

[jira] Commented: (LUCENE-1061) Adding a factory to QueryParser to instantiate query instances

2008-08-27 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626055#action_12626055 ] Erik Hatcher commented on LUCENE-1061: -- What's wrong with just su

[jira] Commented: (LUCENE-1343) A replacement for ISOLatin1AccentFilter that does a more thorough job of removing diacritical marks or non-spacing modifiers.

2008-08-14 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622476#action_12622476 ] Erik Hatcher commented on LUCENE-1343: -- {quote} Unit tests are the best wa

Re: [VOTE] Break Back Compatibility "Contract" on Fieldable

2008-07-30 Thread Erik Hatcher
+1 to all three from me. Darn you, Java, for making object- orientation kludgey. Erik On Jul 30, 2008, at 8:44 AM, Grant Ingersoll wrote: As they say, rules are meant to be broken... For a variety of reasons, some outlined below, I (and others) would like us to break our back comp

Re: test

2008-07-10 Thread Erik Hatcher
I've sent remove requests for both of those addresses. Erik On Jul 10, 2008, at 11:18 AM, Yonik Seeley wrote: Thanks guys, I guess I checked nabble too quickly. It's still happening too. Should a moderator perhaps try removing [EMAIL PROTECTED] or [EMAIL PROTECTED] from the list and

Re: Contributing towards the development of Lucene

2008-07-08 Thread Erik Hatcher
On Jul 8, 2008, at 4:20 AM, Ajay Lakhani wrote: I am interested in contributing towards the development of Lucene. Could anyone suggest a proper way to start or how can I assign a bug to my name to work on. AJ - welcome! We have a wiki page set up to answer this question:

Re: Is there a reason MemoryIndex does not implement Serializable?

2008-06-25 Thread Erik Hatcher
No reason done! Erik On Jun 25, 2008, at 11:05 AM, Jason Rutherglen wrote: It seems like it could, it even has serialVersionUID defined. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: formatable changes log

2008-01-27 Thread Erik Hatcher
I switched to maintaining the CHANGES file in YAML format for the solr-ruby library: There is even a unit test to make sure it at least parses properly:

[jira] Commented: (LUCENE-1095) StopFilter should have option to incr positionIncrement after stop word

2007-12-18 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552905 ] Erik Hatcher commented on LUCENE-1095: -- I believe QueryParser has been fixed since that first change I made

Re: svn commit: r603856 - in /lucene/java/trunk/contrib/benchmark: ./ src/java/org/apache/lucene/benchmark/byTask/feeds/

2007-12-14 Thread Erik Hatcher
On Dec 13, 2007, at 12:58 AM, [EMAIL PROTECTED] wrote: +12/13/07 + LUCENE-1086: DocMakers setup for the "docs.dir" property + fixed to properly handle absolute paths. (Shai Erera via Doron Cohen) + I haven't looked at the details of this beyond the commit messages that went by, but if t

[jira] Commented: (LUCENE-167) [PATCH] QueryParser not handling queries containing AND and OR

2007-12-06 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549046 ] Erik Hatcher commented on LUCENE-167: - the PrecedenceQueryParser is in the contrib/miscellaneous codebase (in

Re: Web-based Luke

2007-11-12 Thread Erik Hatcher
On Nov 12, 2007, at 1:21 PM, mark harwood wrote: I'm putting together a Google Web Toolkit-based version of Luke: http://www.inperspective.com/lucene/Luke.war ( Just add your version of lucene core jar to WEB-INF/lib subdirectory and you should have the basis of a web-enabled Luke.) Mark:

[jira] Commented: (LUCENE-1049) Simple toString() for BooleanFilter

2007-11-09 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541497 ] Erik Hatcher commented on LUCENE-1049: -- Jason - the patch looks like it is generated backwards (minus signs

Fwd: lucene indexing and merge process

2007-10-18 Thread Erik Hatcher
Forwarding this to java-dev per request. Seems like the best place to discuss this topic. Erik Begin forwarded message: From: "John Wang" <[EMAIL PROTECTED]> Date: October 17, 2007 5:43:29 PM EDT To: [EMAIL PROTECTED] Subject: lucene indexing and merge process Hi Erik: We are

Re: contrib build.xml and java 1.5 in tests

2007-10-15 Thread Erik Hatcher
Set the properties *before* importing contrib-build.xml. Ant properties are first come first serve, so you have to be sure to set the value you want before to "override" them, interestingly. Erik On Oct 15, 2007, at 11:31 AM, Karl Wettin wrote: I have problems getting this build.xm

Re: Exceptions in TestConcurrentMergeScheduler

2007-10-04 Thread Erik Hatcher
Mike, Would it work to have a common LuceneTestCase base class that could do that check and fail() in tearDown? Erik On Oct 4, 2007, at 5:31 AM, Michael McCandless wrote: OK, I think I found one possibility here. With ant's junit task, you can define a custom formatter implement

Re: whoops ... i may have screwed up the site.

2007-10-03 Thread Erik Hatcher
Hoss - that could be my fault. I had updated both the Lucene and Solr sites in svn yesterday, and while logged in to svn up the Solr site I also did that for Lucene (even though I knew Grant's nightly script was to update it also). Looks like all is well now. Is Hudson publishing the site

Re: Questions Lucene

2007-09-10 Thread Erik Hatcher
On Sep 10, 2007, at 7:56 PM, [EMAIL PROTECTED] wrote: 1) What are the various languages supported by Lucene.? Looks like its able to handle only English . We are trying to see if it works with Japanese / Chinese and other characters Can some one answer Lucene internally

Re: [Lucene-java Wiki] Update of "HowToContribute" by GrantIngersoll

2007-08-08 Thread Erik Hatcher
Uh, nevermind! I see that is in the "Please do not:" section :) Erik On Aug 8, 2007, at 8:07 AM, Erik Hatcher wrote: Don't we discourage @author tags? I can't recall where the Lucene project sits on this issue, but it certainly has been debated and acte

Re: [Lucene-java Wiki] Update of "HowToContribute" by GrantIngersoll

2007-08-08 Thread Erik Hatcher
Don't we discourage @author tags? I can't recall where the Lucene project sits on this issue, but it certainly has been debated and acted upon in many other ASF projects. Erik On Aug 7, 2007, at 6:27 PM, Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page o

[jira] Assigned: (LUCENE-961) RegexCapabilities is not Serializable

2007-07-18 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned LUCENE-961: --- Assignee: Erik Hatcher > RegexCapabilities is not Serializa

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 Ecl

[jira] Commented: (LUCENE-898) contrib/javascript is not packaged into releases

2007-06-01 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500715 ] Erik Hatcher commented on LUCENE-898: - It may still work ok, but my hunch is that changes to the QueryParser

[jira] Commented: (LUCENE-898) contrib/javascript is not packaged into releases

2007-05-31 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500453 ] Erik Hatcher commented on LUCENE-898: - My vote is to remove the javascript contrib area entirely. It doesn&#

Re: svn commit: r543076 - in /lucene/java/trunk: ./ src/java/org/apache/lucene/index/ src/site/src/documentation/content/xdocs/ src/test/org/apache/lucene/index/

2007-05-31 Thread Erik Hatcher
On May 31, 2007, at 3:48 AM, [EMAIL PROTECTED] wrote: + 7. LUCENE-866: Adds multi-level skip lists to the posting lists. This speeds +up most queries that use skipTo(), especially on big indexes with large posting +lists. For average AND queries the speedup is about 20%, for queries

Re: Documentation Brainstorming

2007-05-30 Thread Erik Hatcher
On May 30, 2007, at 9:33 PM, Grant Ingersoll wrote: I'd rather see each jar get its own javadoc, or at the very least, indicate which jar each class is defined in for the ones that aren't part of the core. Yeah, I don't like that all the contribs are built in together. What do others think

[jira] Commented: (LUCENE-885) clean up build files so contrib tests are run more easily

2007-05-29 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499740 ] Erik Hatcher commented on LUCENE-885: - PQP was a hack I made long ago to mainly show how QP could be possibly

Re: DO NOT REPLY [Bug 4568] - new IndexReader.terms(myterm) skips over first term

2007-05-25 Thread Erik Hatcher
Please use JIRA, not Bugzilla. I thought our Bugzilla was disabled? If not, shouldn't it be? Erik On May 25, 2007, at 7:28 AM, [EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT

[jira] Commented: (LUCENE-889) Standard tokenizer with punctuation output

2007-05-25 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499085 ] Erik Hatcher commented on LUCENE-889: - This patch concerns me. This changes default behavior in a very basic

[jira] Commented: (LUCENE-874) Automatic reopen of IndexSearcher/IndexReader

2007-05-03 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493570 ] Erik Hatcher commented on LUCENE-874: - Do note that Solr can be embedded: http://wiki.apache.org/solr

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 ann

Re: Caching in QueryFilter - why?

2007-04-04 Thread Erik Hatcher
CachingWrapperFilter came along after QueryFilter. I think I added CachingWrapperFilter when I realized that every Filter should have the capability to be cached without having to implement it. So, the only reason is "legacy". I'm perfectly fine with removing the caching from QueryFilter

Re: publish to maven-repository

2007-04-04 Thread Erik Hatcher
On Apr 4, 2007, at 4:33 PM, Otis Gospodnetic wrote: Eh, missing Jars in the Maven repo again. Why does this always get dropped? Because none of us Lucene committers care much about Maven? :) Perhaps it's time to keep a lucene-core.pom in our repo, rename it at release time (e.g. cp lucen

Re: [jira] Updated: (LUCENE-843) improve how IndexWriter uses RAM to buffer added documents

2007-03-23 Thread Erik Hatcher
On Mar 22, 2007, at 8:13 PM, Marvin Humphrey wrote: On Mar 22, 2007, at 3:18 PM, Michael McCandless wrote: Actually is #2 a hard requirement? A lot of Lucene users depend on having document number correspond to age, I think. ISTR Hatcher at least recommending techniques that require it.

[jira] Assigned: (LUCENE-707) Lucene Java Site docs

2007-03-20 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned LUCENE-707: --- Assignee: Erik Hatcher (was: Grant Ingersoll) > Lucene Java Site d

[jira] Closed: (LUCENE-707) Lucene Java Site docs

2007-03-20 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher closed LUCENE-707. --- Applied, thanks George! > Lucene Java Site docs > - > >

[jira] Commented: (LUCENE-446) FunctionQuery - score based on field value

2007-03-18 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481944 ] Erik Hatcher commented on LUCENE-446: - +1 to FunctionQuery being brought into Lucene proper. > FunctionQu

Re: Using FindBugs, JLint, or PMD?

2007-03-16 Thread Erik Hatcher
However, Fortify runs automated analysis of Lucene and many other codebases: nabble/google up more details from Brian Chess on this forum regarding the details if you're curious. Erik On Mar 16, 2007, at 11:09 AM, Otis

Re: [jira] Commented: (LUCENE-794) SpanScorer and SimpleSpanFragmenter for Contrib Highlighter

2007-03-14 Thread Erik Hatcher
On Mar 14, 2007, at 2:17 PM, Mark Miller (JIRA) wrote: Just for thought, what about a SpanOr query with two sub Span queries that target different fields? Too obscure to care about? You later mentioned that this works. Really?! Are you sure? public SpanOrQuery(SpanQuery[] clauses) {

Re: Visibility of RegexCapabilities interface?

2007-03-06 Thread Erik Hatcher
On Mar 6, 2007, at 2:27 PM, Chris Hostetter wrote: :PFRegexCapabilities.java:3: : org.apache.lucene.search.regex.RegexCapabilities is not public in : org.apache.lucene.search.regex; cannot be accessed from outside package It looks like this *may* have been a mistake, the commit message s

Re: simple query

2007-03-02 Thread Erik Hatcher
On Mar 1, 2007, at 11:58 PM, Gaurav Srivastava wrote: When i parse a string containing numbers in lucene it removs the number while parsing in query.toString() method.. please suggest some hint to problem analyze your analyzer:

Re: commited docs vs wiki -- was: Re: [jira] Commented: (LUCENE-805) New Lucene Demo

2007-02-24 Thread Erik Hatcher
On Feb 24, 2007, at 1:24 AM, Chris Hostetter wrote: : think we could move more to the Wiki. One solution, would be to have : a simple script that calls wget (or some crawler) and downloads all : of the wiki. It would, however, be better if the wiki supported yeah .. that's a fairly crude

Re: [jira] Commented: (LUCENE-805) New Lucene Demo

2007-02-15 Thread Erik Hatcher
vant and useful. Or writing some stuff from scratch on the examples. Erik On Feb 15, 2007, at 2:25 PM, Erik Hatcher (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-805? page=com.atlassian.jira.plugin.system.issuetabpanels:comment- tabpanel#action_12473480 ] Er

Re: [VOTE] release Lucene 2.1

2007-02-15 Thread Erik Hatcher
On Feb 15, 2007, at 12:10 PM, karl wettin wrote: I would not mind introducing Maven builds in Lucene. It would solve /at least/ this problem. And it would merge so great with my other projects. :) I'd be happy to help out , but there are some wicked anting going on in a lot of build.xml:s s

[jira] Commented: (LUCENE-805) New Lucene Demo

2007-02-15 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473480 ] Erik Hatcher commented on LUCENE-805: - That was my concern as well, Grant. At least the LIA code is fairly well

[jira] Commented: (LUCENE-805) New Lucene Demo

2007-02-15 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473419 ] Erik Hatcher commented on LUCENE-805: - The examples from Lucene in Action are freely available and Otis and I

Re: [VOTE] release Lucene 2.1

2007-02-15 Thread Erik Hatcher
I vote for release of 2.1 as-is... no one really uses that demo stuff anyway. I'll tackle the binary custom demo build.xml file as soon as I can and commit that. When folks complain, we can point them to the new build.xml file and they'll just plop that into a 2.1 binary release and it'll

Re: [VOTE] release Lucene 2.1

2007-02-15 Thread Erik Hatcher
On Feb 15, 2007, at 8:10 AM, DM Smith wrote: I don't think that one should ever expect to build from a binary package. Even if one could. Here's the hitch... the demo code that comes with Lucene, as sad as it is :(, gets shipped as source code in the binary distribution. This makes sense

Re: [VOTE] release Lucene 2.1

2007-02-15 Thread Erik Hatcher
On Feb 15, 2007, at 6:50 AM, Grant Ingersoll wrote: On Feb 15, 2007, at 2:55 AM, Chris Hostetter wrote: : > I'm not exactly sure if this is show stopper, but when I get the : > binary, the build.xml that is included is not usable b/c it is : > missing common-build.xml. : Oops... I think we

Re: [VOTE] release Lucene 2.1

2007-02-14 Thread Erik Hatcher
On Feb 14, 2007, at 2:18 PM, Grant Ingersoll wrote: I'm not exactly sure if this is show stopper, but when I get the binary, the build.xml that is included is not usable b/c it is missing common-build.xml. It may not be a big deal, b/c you don't necessarily need to build anything since it

Re: [VOTE] release Lucene 2.1

2007-02-14 Thread Erik Hatcher
+1 On Feb 14, 2007, at 12:20 PM, Yonik Seeley wrote: Release artifacts for review are at http://people.apache.org/~yonik/staging_area/lucene/ Please vote to officially release these packages as Lucene 2.1. -Yonik - To unsubs

[jira] Resolved: (LUCENE-797) Query for searching document whose title starts with ...

2007-02-07 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved LUCENE-797. - Resolution: Invalid The java-user e-mail list is the appropriate forum to ask questions. The

Re: Welcome Michael Busch

2007-02-01 Thread Erik Hatcher
On Feb 1, 2007, at 12:24 PM, Yonik Seeley wrote: Welcome aboard, Michael! So how about keeping the new-committer-introduction tradition alive :-) Here's a new tradition we can start... "Hi, my name is Erik, I write shitty code."

Re: Welcome Michael Busch

2007-02-01 Thread Erik Hatcher
Welcome Michael! You're a tremendous asset to the Lucene community, and you've just made lives of the other hardcore committers (myself most definitely excluded) a lot easier. You knocked my socks off in person. You and your team are amazing. I'm so thankful of the amazing community we

Re: Lius into apache incubator

2007-01-31 Thread Erik Hatcher
I'll echo what both Otis and Mark have said. Lius does look useful, but there are many non-ASL'd dependencies (on a quick glance in your lib directory) that would be very difficult to resolve with the codebase here at the ASF. Erik On Jan 31, 2007, at 5:19 AM, markharw00d wrote:

"xml" query parser, except with JSON

2007-01-29 Thread Erik Hatcher
I'm curious, Mark, what you think about the XMLQueryParser being morphed into a JSON query parser. Is it possible to introduce a new serialization format without rewriting the whole parser? Or is it intimately tied to XML throughout? Solr could really benefit from allowing queries to be p

Re: jruby anyone?

2007-01-21 Thread Erik Hatcher
On Jan 21, 2007, at 9:08 PM, Steven Parkes wrote: You know, I hate naming things. Anybody have any violent problems with rubric? already taken: http://rubric.rubyforge.org/ sorry, i don't have any suggestions at the moment. dreaming up solr "flare" tapped me out :) --

  1   2   3   4   5   >