[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-05-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708541#action_12708541 ] Grant Ingersoll commented on SOLR-773: -- Also, how does the TrieRange stuff factor

[jira] Issue Comment Edited: (SOLR-773) Incorporate Local Lucene/Solr

2009-05-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708534#action_12708534 ] Grant Ingersoll edited comment on SOLR-773 at 5/12/09 11:0

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-05-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708534#action_12708534 ] Grant Ingersoll commented on SOLR-773: -- I think, and correct me if I'm wrong,

[jira] Commented: (SOLR-877) Access to Lucene's TermEnum capabilities

2009-05-09 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707723#action_12707723 ] Grant Ingersoll commented on SOLR-877: -- bq. Unless I'm missing something, i

[jira] Commented: (SOLR-1138) Query Elevation Component should gracefully handle empty queries

2009-05-04 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705559#action_12705559 ] Grant Ingersoll commented on SOLR-1138: --- Committed revision 771268. >

[jira] Updated: (SOLR-1138) Query Elevation Component should gracefully handle empty queries

2009-05-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1138: -- Attachment: SOLR-1138.patch Here's a patch that fixes this. I plan on committing

[jira] Created: (SOLR-1138) Query Elevation Component should gracefully handle empty queries

2009-04-30 Thread Grant Ingersoll (JIRA)
Reporter: Grant Ingersoll Assignee: Grant Ingersoll Priority: Minor >From http://www.lucidimagination.com/search/document/3b50cd3506952f7 : {quote} In the QueryElevComponent (QEC) it currently throws an exception if the input Query is null (line 329).Additiona

Re: Welcome new Solr committers Mark Miller and Noble Paul

2009-04-30 Thread Grant Ingersoll
On Apr 30, 2009, at 10:41 AM, Yonik Seeley wrote: I'm pleased to announce that Mark Miller and Noble Paul have accepted invitations to become Solr committers! Welcome Mark & Noble, and thanks for all your great work on Solr! +1

Re: Best way to gather span/token positions from query?

2009-04-30 Thread Grant Ingersoll
t the span positions in a more logical manner. I think the answer is in the highlighter, but I'm getting a little twisted around, and could use a pointer. I am using a recent Solr nightly snapshot, grails, Aduna Aperture, and Intellij (if any of that matters) Thanks, Sean -

QueryElevationComponent

2009-04-27 Thread Grant Ingersoll
In the QueryElevComponent (QEC) it currently throws an exception if the input Query is null (line 329).Additionally, I've seen cases where it's possible that the Query is not null (q is not set, but q.alt is *:*), but the rb.getQueryString() is null, which causes an NPE on line 300 or s

[jira] Resolved: (SOLR-1128) Solr Cell Extract Only should also return Metadata too

2009-04-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-1128. --- Resolution: Fixed Committed revision 768281. > Solr Cell Extract Only should also ret

[jira] Created: (SOLR-1128) Solr Cell Extract Only should also return Metadata too

2009-04-24 Thread Grant Ingersoll (JIRA)
: Grant Ingersoll Assignee: Grant Ingersoll Priority: Minor Fix For: 1.4 Just as the title says. When using extract.only, we should also include the Metadata in the response -- This message is automatically generated by JIRA. - You can reply to this email to

Re: Make ant example faster

2009-04-22 Thread Grant Ingersoll
Even better, is probably something like OSGI where we can make sure that we have some level of isolation between the class loaders so that we can have different versions of different JARs w/o breaking the application. Since it is clear that Solr is entering into a "contrib" phase, it is on

Re: Make ant example faster

2009-04-22 Thread Grant Ingersoll
On Apr 20, 2009, at 5:45 PM, Chris Hostetter wrote: : Fair enough. FWIW, I'd still like to be able to generate a Solr container : from an example (i.e. "minimal" or "DIH" or whatever) by "container" do you mean a Solr home with configs and neccessary libs ready to be tweaked to suite y

[jira] Commented: (SOLR-1099) FieldAnalysisRequestHandler

2009-04-20 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700782#action_12700782 ] Grant Ingersoll commented on SOLR-1099: --- So, why not just fold all of this into

Re: Make ant example faster

2009-04-20 Thread Grant Ingersoll
On Apr 16, 2009, at 7:37 PM, Chris Hostetter wrote: : It is similar, indeed, but I think it results in there only ever being one : active Solr example and the user need not worry about setting solr home. Hmmm... this seems like a bad idea. we want to make sure that *users* who have down

[jira] Updated: (SOLR-769) Support Document and Search Result clustering

2009-04-19 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-769: - Attachment: SOLR-769.tar SOLR-769.patch OK, I think this is ready to go, except I

[jira] Updated: (SOLR-769) Support Document and Search Result clustering

2009-04-19 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-769: - Comment: was deleted (was: Where can we download nni.jar from? Seems like if you only need two

[jira] Commented: (SOLR-769) Support Document and Search Result clustering

2009-04-19 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700628#action_12700628 ] Grant Ingersoll commented on SOLR-769: -- Where can we download nni.jar from? S

[jira] Commented: (SOLR-1099) FieldAnalysisRequestHandler

2009-04-19 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700622#action_12700622 ] Grant Ingersoll commented on SOLR-1099: --- Sorry for being a bit late...

[jira] Issue Comment Edited: (SOLR-1099) FieldAnalysisRequestHandler

2009-04-19 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700622#action_12700622 ] Grant Ingersoll edited comment on SOLR-1099 at 4/19/09 6:0

[jira] Commented: (SOLR-769) Support Document and Search Result clustering

2009-04-16 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699908#action_12699908 ] Grant Ingersoll commented on SOLR-769: -- Looks like we need to make the NNI JAR

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-04-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699403#action_12699403 ] Grant Ingersoll commented on SOLR-773: -- OK, I think I understand why it does this,

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-04-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699364#action_12699364 ] Grant Ingersoll commented on SOLR-773: -- OK, so color me a total geo newbie, but...

[jira] Updated: (SOLR-773) Incorporate Local Lucene/Solr

2009-04-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-773: - Attachment: lucene.tar.gz SOLR-773.patch Here's a patch that compiles an

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-04-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699329#action_12699329 ] Grant Ingersoll commented on SOLR-773: -- We should be able to incorporate the Geo

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-04-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699319#action_12699319 ] Grant Ingersoll commented on SOLR-773: -- I started documentation at:

[jira] Assigned: (SOLR-773) Incorporate Local Lucene/Solr

2009-04-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-773: Assignee: Grant Ingersoll > Incorporate Local Lucene/S

Re: Make ant example faster

2009-04-13 Thread Grant Ingersoll
On Apr 13, 2009, at 3:44 PM, Shalin Shekhar Mangar wrote: On Tue, Apr 14, 2009 at 12:33 AM, Grant Ingersoll wrote: Instead of a kitchen-sink example directory, we "revert" it back to being the tutorial example. It still can get built by ant example, but ultimately we &quo

[jira] Resolved: (SOLR-804) include lucene misc jar in solr distro

2009-04-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-804. -- Resolution: Fixed Committed revision 764580. Added lucene-misc-2.9-dev.jar from rev 764281

Re: Make ant example faster

2009-04-13 Thread Grant Ingersoll
Funny you should mention it, b/c I had an idea the other day of how to speed all this up, plus will satisfy one of my other annoyances with the example and make it easier for people to get started (I think). So, here goes: Instead of a kitchen-sink example directory, we "revert" it back to

[jira] Updated: (SOLR-804) include lucene misc jar in solr distro

2009-04-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-804: - Fix Version/s: (was: 1.5) 1.4 > include lucene misc jar in solr dis

Re: Contributing Translations

2009-04-13 Thread Grant Ingersoll
First off, let me say that I would love to see translations of Solr docs. My main concern is one of maintainability. If we agree to commit translations, then we as committers need to be able to maintain them as well. I am not sure which is worse, no translations or out of date translati

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-04-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698429#action_12698429 ] Grant Ingersoll commented on SOLR-773: -- This latest patch doesn't compile

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-04-10 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12697872#action_12697872 ] Grant Ingersoll commented on SOLR-773: -- Anyone know the status on this

LUCENE-1516 and near real time search

2009-04-09 Thread Grant Ingersoll
https://issues.apache.org/jira/browse/LUCENE-1516 Has anyone looked yet at how https://issues.apache.org/jira/browse/LUCENE-1516 might be used in Solr? Seems like it might allow us to speed up searcher turnaround. WDYT?

[jira] Commented: (SOLR-769) Support Document and Search Result clustering

2009-04-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695401#action_12695401 ] Grant Ingersoll commented on SOLR-769: -- Hi Stanislaw, I'm going to commit s

[jira] Resolved: (SOLR-1095) StopFilterFactory should not use HashSet

2009-04-01 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-1095. --- Resolution: Fixed Fix Version/s: 1.4 Committed revision 761036. > StopFilterFact

[jira] Commented: (SOLR-1095) StopFilterFactory should not use HashSet

2009-03-31 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694280#action_12694280 ] Grant Ingersoll commented on SOLR-1095: --- FYI: I intend to commit tomorrow or Thur

[jira] Updated: (SOLR-1095) StopFilterFactory should not use HashSet

2009-03-31 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1095: -- Attachment: SOLR-1095.patch Here's a patch to fix this issue. It: # Adds tests # Simpl

[jira] Commented: (SOLR-1071) spellcheck.extendedResults returns an invalid JSON response when count > 1

2009-03-31 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694246#action_12694246 ] Grant Ingersoll commented on SOLR-1071: --- Uri, does that solve your pro

[jira] Commented: (SOLR-1071) spellcheck.extendedResults returns an invalid JSON response when count > 1

2009-03-31 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694196#action_12694196 ] Grant Ingersoll commented on SOLR-1071: --- I don't know much about JSON, but

[jira] Assigned: (SOLR-1071) spellcheck.extendedResults returns an invalid JSON response when count > 1

2009-03-31 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-1071: - Assignee: Grant Ingersoll > spellcheck.extendedResults returns an invalid JSON respo

[jira] Commented: (SOLR-663) Allow multiple files for stopwords, protwords and synonyms

2009-03-30 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693882#action_12693882 ] Grant Ingersoll commented on SOLR-663: -- I have a fix for it along w/ the change

[jira] Commented: (SOLR-663) Allow multiple files for stopwords, protwords and synonyms

2009-03-30 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693871#action_12693871 ] Grant Ingersoll commented on SOLR-663: -- Shalin, I'm not sure I am following

[jira] Commented: (SOLR-1095) StopFilterFactory should not use HashSet

2009-03-30 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693832#action_12693832 ] Grant Ingersoll commented on SOLR-1095: --- I should also note this is probably

[jira] Created: (SOLR-1095) StopFilterFactory should not use HashSet

2009-03-30 Thread Grant Ingersoll (JIRA)
StopFilterFactory should not use HashSet Key: SOLR-1095 URL: https://issues.apache.org/jira/browse/SOLR-1095 Project: Solr Issue Type: Bug Reporter: Grant Ingersoll Assignee

[jira] Updated: (SOLR-769) Support Document and Search Result clustering

2009-03-22 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-769: - Attachment: SOLR-769.patch > Support Document and Search Result cluster

[jira] Commented: (SOLR-769) Support Document and Search Result clustering

2009-03-22 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688141#action_12688141 ] Grant Ingersoll commented on SOLR-769: -- Should the MockClusteringAlgorithm be under

[jira] Commented: (SOLR-769) Support Document and Search Result clustering

2009-03-22 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688132#action_12688132 ] Grant Ingersoll commented on SOLR-769: -- bq. Highlighting: Hmm, that's an in

[jira] Resolved: (SOLR-1075) Upgrade Solr Cell to Tika 0.3

2009-03-21 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-1075. --- Resolution: Fixed > Upgrade Solr Cell to Tika

Re: Release 1.4

2009-03-20 Thread Grant Ingersoll
I'd also like to get clustering in, SOLR-769. I will have a some time for it after ApacheCon (or, possibly, during) -Grant On Mar 18, 2009, at 3:29 PM, Shalin Shekhar Mangar wrote: A lot of people are interested in the 1.4 release (including me). The two things that were identified in the

[jira] Created: (SOLR-1075) Upgrade Solr Cell to Tika 0.3

2009-03-19 Thread Grant Ingersoll (JIRA)
Upgrade Solr Cell to Tika 0.3 - Key: SOLR-1075 URL: https://issues.apache.org/jira/browse/SOLR-1075 Project: Solr Issue Type: Improvement Reporter: Grant Ingersoll Assignee: Grant

[jira] Commented: (SOLR-1065) Add a ContenStreamDataSource to DIH to accept post data

2009-03-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682031#action_12682031 ] Grant Ingersoll commented on SOLR-1065: --- Huh? Why would I need to post to DIH?

Re: src.jar files

2009-03-13 Thread Grant Ingersoll
These are in the Maven repo in places like: http://repo2.maven.org/maven2/org/apache/solr/solr-core/1.3.0/ if that is what you are after. On Mar 13, 2009, at 12:25 PM, Ankush Goyal wrote: Ya, but I needed corresponding 'src.jar' files for jar files...any ideas? -Original Message-

[jira] Created: (SOLR-1069) CSV document and field boosting support

2009-03-12 Thread Grant Ingersoll (JIRA)
CSV document and field boosting support --- Key: SOLR-1069 URL: https://issues.apache.org/jira/browse/SOLR-1069 Project: Solr Issue Type: Improvement Reporter: Grant Ingersoll

Use of gene...@l.a.o for...

2009-03-10 Thread Grant Ingersoll
Apologies for cross posting, but I wanted to make sure committers for the various subs all saw it (if I missed one, my apologies up front). Please, if you are going to reply, reply to general@ and not to all the CC's Just wanted to make a couple of notes about the use of gene...@l.a.o: 1.

Re: Issue using SOLR-769 Patch for Clustering

2009-03-09 Thread Grant Ingersoll
Hi, Unfortunately, the latest patch on that issue doesn't work yet (it should compile) as I am updating it to use Carrot2 3.0. I am in the process of trying to get it working. If you are happy with using Carrot 2.x, then the previous patch on there should work. Once it does work, there

Re: faster example schema

2009-03-07 Thread Grant Ingersoll
+1. On Mar 7, 2009, at 10:12 AM, Yonik Seeley wrote: I've occasionally run across people going with another search engine because it was faster at indexing. The example schema that people may be using as a base to do their benchmarking (with perhaps minimal modifications) is slow. There are ma

[jira] Assigned: (SOLR-804) include lucene misc jar in solr distro

2009-03-06 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-804: Assignee: Grant Ingersoll > include lucene misc jar in solr dis

[jira] Created: (SOLR-1052) Deprecate/Remove in favor of in solrconfig.xml

2009-03-06 Thread Grant Ingersoll (JIRA)
Reporter: Grant Ingersoll Priority: Minor Given that we now handle multiple cores via the solr.xml and the discussion around and at http://www.lucidimagination.com/search/p:solr?q=mainIndex+vs.+indexDefaults We should deprecate/remove the use of indexDefaults and just rely on

lucene-misc jar?

2009-03-06 Thread Grant Ingersoll
Any reason not to include the lucene-misc jar going forward? It contains the SweetSpot Similarity, which some people might find useful (it would need to have a factory setup to actually use it, but I don't think that is too hard) Any objections to me opening a JIRA and doing so? -Grant

Re: SpellCheckComponent build from search

2009-02-22 Thread Grant Ingersoll
There is no need for a new component, just implement a new SolrSpellChecker. The component itself is not much more than a thin wrapper around an actual implementation. I'm not sure about the scanning though. The Main SC most people use is the Lucene one, and that searches an index that it

GSOC

2009-02-18 Thread Grant Ingersoll
Just to let everyone know, GSOC (Google Summer of Code) time is nearing again. Last year, both Mahout and Solr had students and I think they did a good job. I'm sending this out to the dev lists so as to see if other people are interested in getting students to help on the various Lucene

[jira] Updated: (SOLR-769) Support Document and Search Result clustering

2009-02-10 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-769: - Attachment: SOLR-769.patch Here's a patch for Carrot2 3.0 that COMPILES ONLY. You will ne

[jira] Resolved: (SOLR-284) Parsing Rich Document Types

2009-02-07 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-284. -- Resolution: Fixed I removed the auto key generation: Committed revision 741907. I think this

[jira] Updated: (SOLR-284) Parsing Rich Document Types

2009-02-07 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-284: - Attachment: SOLR-284-no-key-gen.patch Remove Key Generation. Will commit shortly > Parsing R

[jira] Updated: (SOLR-769) Support Document and Search Result clustering

2009-01-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-769: - Attachment: SOLR-769.patch Updated to trunk. See http://wiki.apache.org/solr/ClusteringComponent

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2009-01-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663186#action_12663186 ] Grant Ingersoll commented on SOLR-284: -- I guess I'm fine with it. So, should

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2009-01-11 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662793#action_12662793 ] Grant Ingersoll commented on SOLR-284: -- bq. Hmmm ... that means that if i ha

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2009-01-10 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662660#action_12662660 ] Grant Ingersoll commented on SOLR-284: -- bq. Should the schema designer just use

Re: Different results return for capital and small letters.

2009-01-03 Thread Grant Ingersoll
nabble.com/Different-results-return-for-capital-and-small-letters.-tp21228594p21228594.html Sent from the Solr - Dev mailing list archive at Nabble.com. ------ Grant Ingersoll Lucene Helpful Hints: http://wiki.apache.org/lucene-java/BasicsOfPerformance http://wiki.apache.org/lucene-java/LuceneFAQ

[jira] Commented: (SOLR-934) Enable importing of mails into a solr index through DIH.

2009-01-01 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660210#action_12660210 ] Grant Ingersoll commented on SOLR-934: -- Would it make more sense for DIH to farm

Re: Some "best practices" and questions

2008-12-29 Thread Grant Ingersoll
On Dec 29, 2008, at 9:50 AM, Aleksander M. Stensby wrote: I'm not sure if this is the place to ask, so please feel free to correct me if I'm completely wrong. I've been using Lucene for about three years or so now, and Solr for about 6 months or so. I really love what you guys are doing fo

Re: ant example, tika

2008-12-15 Thread Grant Ingersoll
how to use a DIH jar for people who upgrade ... we have to document how to use contribs in general. -Hoss ------ Grant Ingersoll Lucene Helpful Hints: http://wiki.apache.org/lucene-java/BasicsOfPerformance http://wiki.apache.org/lucene-java/LuceneFAQ

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2008-12-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656032#action_12656032 ] Grant Ingersoll commented on SOLR-284: -- OK, I just committed: 1. Upgraded to Tika

ant build-site

2008-12-12 Thread Grant Ingersoll
Anyone else seeing this when running ant build-site: [exec] [exec] -prepare-classpath: [exec] [exec] check-contentdir: [exec] [exec] examine-proj: [exec] [exec] validation-props: [exec] [exec] validate-xdocs: [exec] 8 file(s) have been succes

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2008-12-12 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656018#action_12656018 ] Grant Ingersoll commented on SOLR-284: -- Forgot a couple of things on this: 1. To

Re: ant example, tika

2008-12-12 Thread Grant Ingersoll
It occurred to me that we could also add a "core-example" target that only builds the core example for those impatient types w/ slow machines ;-) On Dec 12, 2008, at 8:03 AM, Grant Ingersoll wrote: On Dec 11, 2008, at 10:50 PM, Chris Hostetter wrote: : Ignoring the J

Re: ant example, tika

2008-12-12 Thread Grant Ingersoll
On Dec 11, 2008, at 10:50 PM, Chris Hostetter wrote: : Ignoring the JSP dilemma... DIH's JAR doesn't need to be in the WAR, but can : ship in a lib/ directory outside the WAR and come in as a plugin. And Solr : can ship with all of the contribs wired in to a kitchen-sink example : config

Re: 1.4 Planning

2008-12-11 Thread Grant Ingersoll
taking the initiative, Grant. On Thu, Dec 11, 2008 at 2:19 AM, Grant Ingersoll <[EMAIL PROTECTED]>wrote: I'd like to suggest we start thinking about 1.4 being released in early January. Here's my reasoning: 1. I think we all agree that 1.2 -> 1.3 was way too long 2. Quarterly rele

Re: 1.4 Planning

2008-12-11 Thread Grant Ingersoll
g Subject: Re: 1.4 Planning sounds good. is lucene planning a release anytime soon? If so, is it worth *trying* to coordinate? On Dec 10, 2008, at 3:49 PM, Grant Ingersoll wrote: I'd like to suggest we start thinking about 1.4 being released in early January. Here's my reasoning: 1

1.4 Planning

2008-12-10 Thread Grant Ingersoll
I'd like to suggest we start thinking about 1.4 being released in early January. Here's my reasoning: 1. I think we all agree that 1.2 -> 1.3 was way too long 2. Quarterly releases seem to be a pretty nice timeframe for people such that you aren't constantly upgrading, yet you don't have to

Re: remove solr-common-1.4-SNAPSHOT from maven repos

2008-12-10 Thread Grant Ingersoll
done. On Dec 9, 2008, at 11:08 PM, Ryan McKinley wrote: Since SOLR-900, 'common' is bundled with 'solrj', we should remove the stale snapshot from the apache snapshot repos. Grant, it looks like you need to remove the file: /x1/www/people.apache.org/repo/m2-snapshot-repository/org/apache/ s

Re: logging revisited...

2008-12-09 Thread Grant Ingersoll
I'm not sure I follow. We're going to switch to commons-logging, but one that was written by the SLF4J people? On Dec 4, 2008, at 4:43 PM, Ryan McKinley wrote: While I'm on a roll tossing stuff out there Since SOLR-560, solr depends on SLF4j as the logging interface. However since we

Re: Generating Token factories

2008-12-09 Thread Grant Ingersoll
On Dec 9, 2008, at 2:00 AM, Chris Hostetter wrote: : [exec] can't stub ArabicNormalizationFilter ... : [exec] can't stub ArabicStemFilter ...those messages are because those Filter's don't have public constructors ... i must be really tired because i can't for the life of

Re: ant example, tika

2008-12-07 Thread Grant Ingersoll
On Dec 7, 2008, at 5:56 PM, Yonik Seeley wrote: On Sun, Dec 7, 2008 at 5:50 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: The jars aren't checked in to the example. But "ant example" puts them there - doesn't matter from a user perspective. The thing is,

Re: svn commit: r724190 - in /lucene/solr/trunk/contrib/extraction: build.xml lib/commons-codec-1.3.jar lib/commons-io-1.4.jar lib/commons-lang-2.1.jar lib/junit-3.8.1.jar

2008-12-07 Thread Grant Ingersoll
Hmm, the tests pass w/o commons-lang, but they fail w/o commons- logging. Sigh. I'll put lang back in. On Dec 7, 2008, at 3:46 PM, Ryan McKinley wrote: On Dec 7, 2008, at 3:21 PM, [EMAIL PROTECTED] wrote: SOLR-284: remove duplicated Tika libs Removed: lucene/solr/trunk/contrib/extract

Re: ant example, tika

2008-12-07 Thread Grant Ingersoll
aul of the examples directory, like we discussed in the "clean up" thread that is also taking place. Keep the main example nice and simple, and then have more organized other examples. On Dec 7, 2008, at 3:17 PM, Yonik Seeley wrote: On Sun, Dec 7, 2008 at 2:47 PM, Grant Ingersoll

[jira] Assigned: (SOLR-343) Constraining date facets by facet.mincount

2008-12-07 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-343: Assignee: (was: Grant Ingersoll) > Constraining date facets by facet.minco

[jira] Commented: (SOLR-284) Parsing Rich Document Types

2008-12-07 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654235#action_12654235 ] Grant Ingersoll commented on SOLR-284: -- Thanks, Ryan, I will remove them. >

Re: ant example, tika

2008-12-07 Thread Grant Ingersoll
Tika shouldn't be in the example. It just puts the libs there but is not hooked into the config. On Dec 7, 2008, at 2:32 PM, Ryan McKinley wrote: On Dec 7, 2008, at 11:42 AM, Yonik Seeley wrote: I notice that SOLR-284 (extraction data handler + tika) is in the default example now. Is thi

[jira] Resolved: (SOLR-819) Add Arabic Support

2008-12-06 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-819. -- Resolution: Fixed Fix Version/s: 1.4 Committed revision 724062. > Add Arabic Supp

Re: Cleaning up a Few things

2008-12-06 Thread Grant Ingersoll
ossibly roll "common" into solrj.jar. Essentially the question becomes: 1. Do we want everything together (except webapp) 2. Do we want each set of code with discrete dependencies to have its own src folder. Either way is fine my be, but option 2 seems 'cleaner' ryan On D

[jira] Assigned: (SOLR-819) Add Arabic Support

2008-12-06 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-819: Assignee: Grant Ingersoll > Add Arabic Support > -- > >

Generating Token factories

2008-12-06 Thread Grant Ingersoll
I was trying to run the Analyzer stub generation at http://wiki.apache.org/solr/CommitterInfo#head-c2ba467b48dcfd17c59d09a2ad70f4c4fffb4ce8 and it resulted in: stub-factories: [exec] /Volumes/User/grantingersoll/projects/lucene/solr/solr- clean/src/java/org/apache/solr/analysis/CharStreamA

[jira] Commented: (SOLR-877) Access to Lucene's TermEnum capabilities

2008-12-06 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654164#action_12654164 ] Grant Ingersoll commented on SOLR-877: -- {quote} Another thought I'll just

[jira] Commented: (SOLR-882) HTMLStripReader improvement - padding corrected for hexadecimal entities, option not to emit padding at all added

2008-12-06 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654115#action_12654115 ] Grant Ingersoll commented on SOLR-882: -- Hi Dawid, I don't understand the c

[jira] Resolved: (SOLR-875) Consolidate Solr's and Lucene's OpenBitSet classes

2008-12-06 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-875. -- Resolution: Fixed Committed revision 723994. Had a slight change to the patch for the new

[jira] Assigned: (SOLR-882) HTMLStripReader improvement - padding corrected for hexadecimal entities, option not to emit padding at all added

2008-12-06 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned SOLR-882: Assignee: Grant Ingersoll > HTMLStripReader improvement - padding corrected for hexadeci

<    4   5   6   7   8   9   10   11   12   13   >