RE: GIT does not support empty directories

2010-04-15 Thread Smiley, David W.
I've run into this too. I don't think this needs to be documented, I think it needs to be *fixed* -- that is, the relevant ant tasks need to not assume these directories exist and create them if not. ~ David Smiley -Original Message- From: Lance Norskog [mailto:goks...@gmail.com] Sent

Re: Eclipse project files...

2010-04-15 Thread Erick Erickson
Hmmm, now that I look at the rest of the thread (sorry, I just skim things at work) I see you already did provide the zips. I wonder if it would suffice to put them on the Wiki and point to them. er...@ishouldreadmorethoroughly.com On Thu, Apr 15, 2010 at 7:48 PM, Erick Erickson wrote: > We

Re: Eclipse project files...

2010-04-15 Thread Erick Erickson
Well, there certainly *can* be absolute paths, it depends on whether all your jars are relative to the checked-out project or whether you had to go exploring your machine. But that's a nit. I agree it's certainly possible to carefully construct the necessary files so that all paths are relative, a

[jira] Updated: (SOLR-1703) Sorting by function problems on multicore (more than one core)

2010-04-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1703: --- Fix Version/s: 3.1 > Sorting by function problems on multicore (more than one core) >

[jira] Commented: (SOLR-1703) Sorting by function problems on multicore (more than one core)

2010-04-15 Thread Billy Morgan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857573#action_12857573 ] Billy Morgan commented on SOLR-1703: Just an updated to my previous post... It appears

[jira] Commented: (SOLR-1703) Sorting by function problems on multicore (more than one core)

2010-04-15 Thread Billy Morgan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857568#action_12857568 ] Billy Morgan commented on SOLR-1703: I believe this to be the cause of the problem I am

Re: Eclipse project files...

2010-04-15 Thread Paolo Castagna
hkmortensen wrote: I spend about two days last week to import lucene and solr in eclipse. I would not call it easy at all. I took the test sources away completely (from the source path). I share and understand your pain. I would like to help putting some useable project files for eclipse toge

Re: Eclipse project files...

2010-04-15 Thread Paolo Castagna
Robert Muir wrote: On Mon, Apr 12, 2010 at 5:15 AM, Paolo Castagna < castagna.li...@googlemail.com> wrote: For Lucene, I needed two more jars from Ant project: - ant-1.7.1.jar - ant-junit-1.7.1.jar Paolo, I put these in the lib directory now, to hopefully make IDE configuration easier.

Re: Eclipse project files...

2010-04-15 Thread Paolo Castagna
Erick Erickson wrote: <<>> because they're always wrong ... It is possible to get it right and when it happens users will have a much better experience when they checkout the sources of a project. Just a few examples of things I use: - https://jena.svn.sourceforge.net/svnroot/jena/TDB/trunk

Re: Eclipse project files...

2010-04-15 Thread Erick Erickson
<<>> because they're always wrong ... If I put mine in c:\apache, and you put yours in c:\trunk, our classpath files will reflect that. And I *really* don't want to update the project and get my classpath file overwritten with yours. Not to mention that I *actually* work on a mac, where Ant has

Re: Eclipse project files...

2010-04-15 Thread hkmortensen
I spend about two days last week to import lucene and solr in eclipse. I would not call it easy at all. I took the test sources away completely (from the source path). I would like to help putting some useable project files for eclipse together (including the test files ;-) ). Why are classpath

Re: Math Processing for Solr

2010-04-15 Thread mato
Thanks for the replies. I think I will leave this thing for now because I don't have much time and it doesn't look very easy to me at the moment. Maybe I'll save it to the future. Martin > Payloads are used to set boosts for tokens. Have a look at the > PayloadTermQuery. There is a patch for s

Re: Solr & Java 1.6 ... was: Re: [jira] Commented: (SOLR-1873) Commit Solr Cloud to trunk

2010-04-15 Thread Jason Rutherglen
I'm planning on using Solr Cloud, kind of waiting for the commit to trunk so lets do it (ie, Java6). On Wed, Apr 14, 2010 at 11:32 PM, Ryan McKinley wrote: > I'm fine with 1.6 as a min requirement...  but i imagine others have > different opinions :) > > > On Wed, Apr 14, 2010 at 2:53 PM, Yonik S

[jira] Closed: (SOLR-1884) Documentation on how to get Apache Solr running on Windows?

2010-04-15 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher closed SOLR-1884. -- Resolution: Not A Problem Please ask user questions on the solr-user list. Briefly, though, you'll need

Re: Math Processing for Solr

2010-04-15 Thread Grant Ingersoll
Payloads are used to set boosts for tokens. Have a look at the PayloadTermQuery. There is a patch for support in Solr, but it isn't committed yet. -Grant On Apr 15, 2010, at 8:46 AM, m...@gjgt.sk wrote: > Yes, I considered creating own analyzer with a set of filters. Trouble is, > that I wou

Re: Math Processing for Solr

2010-04-15 Thread mato
Yes, I considered creating own analyzer with a set of filters. Trouble is, that I wouldn't be able to set different boosts for the tokens created by the filters(filters need to create additional token to the input one and set a lower boost for it), which is kind of crucial funcionality. Even the to

Re: Eclipse project files...

2010-04-15 Thread Grant Ingersoll
AFAICT, those are just coding styles. It would be nice to have the project files setup somehow too. On Apr 14, 2010, at 2:40 PM, Chris Hostetter wrote: > > : I think it would be good to put these up on the Wiki. > > We have Eclipse and IDEA configs on the wiki, we just need users of > thos

Re: Math Processing for Solr

2010-04-15 Thread Grant Ingersoll
Another option would be a Tika handler that converted the MathML to a Solr document. On Apr 15, 2010, at 2:38 AM, Ryan McKinley wrote: > (perhaps more appropriate on solr-user@) > > It sounds like you want to make a MathML filter? Check out the > analyzer packages... > > http://wiki.apache.or

[jira] Created: (SOLR-1884) Documentation on how to get Apache Solr running on Windows?

2010-04-15 Thread Simon Rijnders (JIRA)
Documentation on how to get Apache Solr running on Windows? --- Key: SOLR-1884 URL: https://issues.apache.org/jira/browse/SOLR-1884 Project: Solr Issue Type: Wish Components:

[jira] Issue Comment Edited: (SOLR-1794) Dataimport of CLOB fields fails when getCharacterStream() is defined in a superclass

2010-04-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857267#action_12857267 ] Stein Kåre Skytteren edited comment on SOLR-1794 at 4/15/10 6:50 AM: -

[jira] Updated: (SOLR-1794) Dataimport of CLOB fields fails when getCharacterStream() is defined in a superclass

2010-04-15 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stein Kåre Skytteren updated SOLR-1794: --- Attachment: FieldReaderDataSource.java A fixed version of org.apache.solr.handler.dat

Merging the Mailing Lists

2010-04-15 Thread Grant Ingersoll
Looks like we are ready to go to merge the Lucene and Solr dev mailing lists. The new list will be d...@lucene.apache.org. All existing subscribers will automatically be subscribed to the new list. For more info, see https://issues.apache.org/jira/browse/INFRA-2567. -Grant

Hudson build is back to normal : Solr-trunk #1118

2010-04-15 Thread Apache Hudson Server
See