[jira] Resolved: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-02-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2055. - Resolution: Fixed Committed revision 907125. Thanks to the reviews and help Simon/Uwe! > Fix bu

[jira] Commented: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-02-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830318#action_12830318 ] Uwe Schindler commented on LUCENE-2055: --- +1, gogogo > Fix buggy stemmers and Remove

Re: Does spatial lucene in lucene 3.0 work at all?

2010-02-05 Thread Simon Willnauer
Try this: DistanceQueryBuilder dq = new DistanceQueryBuilder(39.9260, -75.1566, 1d, LAT_FIELD, LON_FIELD,TIER_PREFIX_FIELD, true); instead of DistanceQueryBuilder dq = new DistanceQueryBuilder(39.9260, -75.1566, 1d, LAT_FIELD, LON_FIELD, true); you are usesing the wrong ct

[jira] Commented: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-02-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830217#action_12830217 ] Robert Muir commented on LUCENE-2055: - i will commit this monster soon if no one objec

[jira] Assigned: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-02-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-2055: --- Assignee: Robert Muir > Fix buggy stemmers and Remove duplicate analysis functionality > ---

[jira] Resolved: (LUCENE-2245) Remaining contrib testcases should use Version based ctors instead of deprecated ones

2010-02-05 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer resolved LUCENE-2245. - Resolution: Fixed Committed revision 907034. > Remaining contrib testcases should use

[jira] Commented: (LUCENE-2245) Remaining contrib testcases should use Version based ctors instead of deprecated ones

2010-02-05 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830195#action_12830195 ] Simon Willnauer commented on LUCENE-2245: - According to rmuir this will not interr

Does spatial lucene in lucene 3.0 work at all?

2010-02-05 Thread Liang, Jay (YBUSA-KOP)
Hi, all I was trying to add some distance search capabilities to an index using spatial lucene in lucene 3.0 but could not get it working. So I wrote a very small test example to try out the api. However, even the simplest test case would NOT function correctly either. Anyone has ideas/experie

[jira] Commented: (LUCENE-2230) Lucene Fuzzy Search: BK-Tree can improve performance 3-20 times.

2010-02-05 Thread Dirk Goldhan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830160#action_12830160 ] Dirk Goldhan commented on LUCENE-2230: -- I have tried your patch on lucene 3.0.0. I ha

[jira] Updated: (LUCENE-2250) Index positions in document term vectors only

2010-02-05 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2250: - Description: For searching with positions this might reduce the number of (longer) seeks for the

[jira] Commented: (LUCENE-2250) Index positions in document term vectors only

2010-02-05 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830151#action_12830151 ] Paul Elschot commented on LUCENE-2250: -- Basically this involves transposing/reorderin

[jira] Updated: (LUCENE-1930) Scale moderator not in line with sinusoidal projector

2010-02-05 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Helleringer updated LUCENE-1930: Lucene Fields: [Patch Available] (was: [New]) Affects Version/s: 2.9.1

[jira] Created: (LUCENE-2250) Index positions in document term vectors only

2010-02-05 Thread Paul Elschot (JIRA)
Index positions in document term vectors only - Key: LUCENE-2250 URL: https://issues.apache.org/jira/browse/LUCENE-2250 Project: Lucene - Java Issue Type: Wish Components: Index