Re: svn commit: r508904 [2/2] - in /lucene/java/trunk: docs/ docs/lucene-sandbox/ docs/skin/ docs/skin/images/ src/site/src/documentation/content/xdocs/

2007-02-18 Thread Doron Cohen
[EMAIL PROTECTED] wrote on 18/02/2007 08:11:52: > No idea, that's never happened to me before. I simply did "svn up" in > docs and waited > for the site to sync. When I saw the conflicts, I removed the docs > files and re-synced. > Things should be fixed shortly. Not sure I understand this - by

Re: forrest build fails

2007-02-18 Thread Chris Hostetter
: structure, since it gets added in via the nightly builds. I am : working on a few site doc updates and will put in a full path, which : solves the issue. You are correct that it doesn't harm the rest of : the website. : : Unfortunately, I don't know enough about Forrest to provide any other :

Re: Always gets first row in document instead of search hit

2007-02-18 Thread Chris Hostetter
: Always gets first row in document instead of search hit ... : Also the search does not work as expected.. for example nodeId should reqire : 100% match but it still isn't checked. : All help is much appreciated!! you've sent a lot of code -- but thta doesn't mean it's clear what you are doing,

Re: Lucene 2.1, soon

2007-02-18 Thread Chris Hostetter
: Don't know what that one is about. It also isn't clear to me where : the KEYS file is to edit. as far as i have ben able to figure out, the authoritative home of the KEYS file is people.apache.org:/www/www.apache.org/dist/lucene/java/KEYS -Hoss -

[jira] Updated: (LUCENE-807) Minor improvement to JavaDoc for ScoreDocComparator

2007-02-18 Thread Paul Cowan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Cowan updated LUCENE-807: -- Attachment: ScoreDocComparator.patch Amends javadoc. > Minor improvement to JavaDoc for ScoreDocCompa

[jira] Created: (LUCENE-807) Minor improvement to JavaDoc for ScoreDocComparator

2007-02-18 Thread Paul Cowan (JIRA)
Minor improvement to JavaDoc for ScoreDocComparator --- Key: LUCENE-807 URL: https://issues.apache.org/jira/browse/LUCENE-807 Project: Lucene - Java Issue Type: Improvement Components

[jira] Commented: (LUCENE-794) Beginnings of a span based highlighter

2007-02-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474035 ] Mark Miller commented on LUCENE-794: By the way...I apologize the file list is so messy now. You just need: Spa

[jira] Commented: (LUCENE-794) Beginnings of a span based highlighter

2007-02-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474033 ] Mark Miller commented on LUCENE-794: Howdy Mark H, I have not got into making new SpanQuery tests yet, but at thi

[jira] Updated: (LUCENE-794) Beginnings of a span based highlighter

2007-02-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-794: --- Attachment: SpanHighlighterTest.java > Beginnings of a span based highlighter > -

[jira] Updated: (LUCENE-794) Beginnings of a span based highlighter

2007-02-18 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-794: --- Attachment: QuerySpansExtractor.java SpanScorer.java CachedTokenStream

Re: svn commit: r508992 - in /lucene/java/trunk: docs/ docs/lucene-sandbox/ docs/skin/images/ src/site/src/documentation/content/xdocs/

2007-02-18 Thread Yonik Seeley
On 2/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: gsingers Date: Sun Feb 18 12:50:36 2007 New Revision: 508992 URL: http://svn.apache.org/viewvc?view=rev&rev=508992 Log: Fixed the bad link to clover tests in developer-resources.xml. Added ApacheCon news items to index.xml and upd

Re: forrest build fails

2007-02-18 Thread Grant Ingersoll
I _believe_ this happens b/c we are linking to a file that is referenced as via a relative path, but doesn't exist in our document structure, since it gets added in via the nightly builds. I am working on a few site doc updates and will put in a full path, which solves the issue. You are

Lucene 2.1.0 release available

2007-02-18 Thread Yonik Seeley
Release 2.1.0 of Lucene is now available! Many new features, optimizations, and bug fixes have been added since 2.0, including lazy field loading, simple deletes via IndexWriter, and lockless readers/commits. The detailed change log is at: http://svn.apache.org/repos/asf/lucene/java/tags/lucene_

Re: svn commit: r508904 [2/2] - in /lucene/java/trunk: docs/ docs/lucene-sandbox/ docs/skin/ docs/skin/images/ src/site/src/documentation/content/xdocs/

2007-02-18 Thread Yonik Seeley
On 2/18/07, Michael McCandless <[EMAIL PROTECTED]> wrote: It looks like http://lucene.apache.org/java/docs/index.html has updated the changes for the 2.1 release (thanks Yonik!), but, it has local SVN conflicts ( .mine, etc)? How did that happen? No idea, that's never happened to me be

Re: Maven builds

2007-02-18 Thread karl wettin
Just out of curiosity, did you try using Maven for more than building? As I see it, the killer application is the development environment intergration combined with release management and dependency automation. These are the features that I hope will bring people to the dark side. I ended

Re: svn commit: r508904 [2/2] - in /lucene/java/trunk: docs/ docs/lucene-sandbox/ docs/skin/ docs/skin/images/ src/site/src/documentation/content/xdocs/

2007-02-18 Thread Michael McCandless
It looks like http://lucene.apache.org/java/docs/index.html has updated the changes for the 2.1 release (thanks Yonik!), but, it has local SVN conflicts ( .mine, etc)? How did that happen? Mike - To unsubscribe, e-mail:

Re: Lucene 2.1, soon

2007-02-18 Thread Grant Ingersoll
That looks a lot cleaner On Feb 17, 2007, at 10:58 PM, Yonik Seeley wrote: Well, I made a number of improvements (some of the stuff looked really old). Unless there is something Lucene specific though, perhaps we should just point to Solr's or Hadoop's guide. -Yonik On 2/13/07, Grant Ingers

Re: Lucene 2.1, soon

2007-02-18 Thread Grant Ingersoll
Don't know what that one is about. It also isn't clear to me where the KEYS file is to edit. On Feb 17, 2007, at 10:40 PM, Yonik Seeley wrote: What's this? (the symlink part) 10. Update the symlinks in the release directory. If this is your first release, add your key to the KEYS file. -Y

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

2007-02-18 Thread Grant Ingersoll
I'm all for the Wiki, just not sure how to get people to move to it. One idea is to move all of our main documentation there. That is, move almost all of the content under "Documentation" to the wiki and then update the wiki into a more coherent landing page. I would suggest we keep the fo