[jira] Commented: (LUCENE-1636) TokenFilters with a null value in the constructor fail

2009-05-25 Thread Wouter Heijke (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712660#action_12712660 ] Wouter Heijke commented on LUCENE-1636: --- A good example of this 'abuse' is in Shingl

Re: Build failed in Hudson: Lucene-trunk #838

2009-05-25 Thread Michael McCandless
Hmm -- svn.apache.org hiccup'd when checking out the back-compat branch: [exec] svn: PROPFIND request failed on '/repos/asf/lucene/java/tags/lucene_2_4_back_compat_tests_20090509/src' [exec] svn: PROPFIND of '/repos/asf/lucene/java/tags/lucene_2_4_back_compat_tests_20090509/src': Could not

[jira] Commented: (LUCENE-1636) TokenFilters with a null value in the constructor fail

2009-05-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712671#action_12712671 ] Uwe Schindler commented on LUCENE-1636: --- bq. A good example of this 'abuse' is in Sh

Re: Lucene's default settings & back compatibility

2009-05-25 Thread Michael McCandless
OK thanks Shai! Mike On Mon, May 25, 2009 at 12:18 AM, Shai Erera wrote: > Yes - 1630. > > I'll check 1601 and if nothing's left to do I'll cancel/close it > > On Sun, May 24, 2009 at 11:25 PM, Michael McCandless > wrote: >> >> Actually, under LUCENE-1601, what more was there to do besides turn

New user here clearing doubts

2009-05-25 Thread StanleyTan
hi all, i'm new to lucene. will like to ask, am i able to integrate lucene search into my normal html pages, not web applications? meaning just viewing of html pages and searching for them using lucene. using javascript or java applet. if possible, how am i able to do that? -- View this messa

Re: New user here clearing doubts

2009-05-25 Thread Michael McCandless
Could you re-ask this on java-user instead? This list discusses how to develop Lucene, while java-user discusses how to use Lucene. Mike On Mon, May 25, 2009 at 6:02 AM, StanleyTan wrote: > > hi all, > > i'm new to lucene. will like to ask, am i able to integrate lucene search > into my normal

[jira] Updated: (LUCENE-1654) Include diagnostics per-segment when writing a new segment

2009-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1654: --- Attachment: LUCENE-1654.patch Excellent catches Earwin, thanks! New patch attached.

RE: New user here clearing doubts

2009-05-25 Thread Uwe Schindler
You need at least some active component on the web server, that processes the search. Simple HTML pages cannot do this alone. It depends on the technology what you want to use, e.g. you can use different techniques to enable dynamic content, but Lucene is a Java solution, so a web application is to

[jira] Commented: (LUCENE-1658) Absorb NIOFSDirectory into FSDirectory

2009-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712679#action_12712679 ] Michael McCandless commented on LUCENE-1658: bq. maybe not use a boolean for t

[jira] Commented: (LUCENE-1658) Absorb NIOFSDirectory into FSDirectory

2009-05-25 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712696#action_12712696 ] Earwin Burrfoot commented on LUCENE-1658: - bq. Excellent point - I think that make

[jira] Commented: (LUCENE-1658) Absorb NIOFSDirectory into FSDirectory

2009-05-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712715#action_12712715 ] Uwe Schindler commented on LUCENE-1658: --- bq. In the end, I'm unsure if it's a good i

[jira] Updated: (LUCENE-1595) Split DocMaker into ContentSource and DocMaker

2009-05-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1595: --- Attachment: LUCENE-1595.patch Patch includes a new ContentSource class with appropriate extensions f

[jira] Closed: (LUCENE-1601) Handle 3.0 specific TODOs, following LUCENE-1575

2009-05-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera closed LUCENE-1601. -- Resolution: Duplicate Fix Version/s: (was: 3.0) LUCENE-1656 turned off scoring when sorting

[jira] Commented: (LUCENE-1595) Split DocMaker into ContentSource and DocMaker

2009-05-25 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712731#action_12712731 ] Mark Miller commented on LUCENE-1595: - Just attempted to patch it in - it looks like a

[jira] Commented: (LUCENE-1652) Enhancements to Scorers following the changes to DocIdSetIterator

2009-05-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712733#action_12712733 ] Shai Erera commented on LUCENE-1652: bq. If we did these, you could upgrade to 2.9, fi

[jira] Commented: (LUCENE-1595) Split DocMaker into ContentSource and DocMaker

2009-05-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712734#action_12712734 ] Shai Erera commented on LUCENE-1595: I was afraid that something like that will happen

[jira] Updated: (LUCENE-1595) Split DocMaker into ContentSource and DocMaker

2009-05-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-1595: --- Attachment: LUCENE-1595.patch Can you try now? > Split DocMaker into ContentSource and DocMaker > -

[jira] Commented: (LUCENE-1595) Split DocMaker into ContentSource and DocMaker

2009-05-25 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712738#action_12712738 ] Mark Miller commented on LUCENE-1595: - Yes, was using eclipse to patch. The patch you

[jira] Commented: (LUCENE-1652) Enhancements to Scorers following the changes to DocIdSetIterator

2009-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712745#action_12712745 ] Michael McCandless commented on LUCENE-1652: bq. I'm not sure about it. In 3.0

[jira] Commented: (LUCENE-1658) Absorb NIOFSDirectory into FSDirectory

2009-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712773#action_12712773 ] Michael McCandless commented on LUCENE-1658: bq. In the end, I'm unsure if it'

[jira] Commented: (LUCENE-1652) Enhancements to Scorers following the changes to DocIdSetIterator

2009-05-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712778#action_12712778 ] Shai Erera commented on LUCENE-1652: Ok. However, I don't like the name document() too

[jira] Commented: (LUCENE-1652) Enhancements to Scorers following the changes to DocIdSetIterator

2009-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712782#action_12712782 ] Michael McCandless commented on LUCENE-1652: Good point, I agree. How about do

[jira] Updated: (LUCENE-1658) Absorb NIOFSDirectory into FSDirectory

2009-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1658: --- Attachment: LUCENE-1658.patch Attached patch: * I created SimpleFSDir (the renami

RE: New user here clearing doubts

2009-05-25 Thread StanleyTan
hi Uwe Schindler, can u further explain to me what do u mean by different techniques to enable dynamic content? there isnt any way i can apply lucene into my javascript and call the function? it is only for searching through a folder of .html files. i'm sorry, new to lucene and desperately need h

Build failed in Hudson: Lucene-trunk #839

2009-05-25 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/839/changes Changes: [mikemccand] LUCENE-1654: IndexWriter now records basic diagnostics into each segment it writes; commit metadata upgraded from String to Map -- [...truncated 7591 lines...]

[jira] Commented: (LUCENE-1652) Enhancements to Scorers following the changes to DocIdSetIterator

2009-05-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712838#action_12712838 ] Shai Erera commented on LUCENE-1652: Good. I'll work on it and post the patch in 1614