[jira] Updated: (SOLR-1423) Lucene 2.9 RC4 may need some changes in Solr Analyzers using CharStream others

2009-09-14 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1423: - Attachment: SOLR-1423.patch The patch that is Uwe's one with replacing split()/group() methods

[jira] Updated: (SOLR-1423) Lucene 2.9 RC4 may need some changes in Solr Analyzers using CharStream others

2009-09-13 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1423: - Attachment: SOLR-1423.patch I thought I call tokenizer.correctOffset() in newToken() method

[jira] Updated: (SOLR-1423) Lucene 2.9 RC4 may need some changes in Solr Analyzers using CharStream others

2009-09-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1423: - Affects Version/s: 1.4 Fix Version/s: 1.4 Assignee: Koji Sekiguchi I'd like

[jira] Commented: (SOLR-1404) Random failures with highlighting

2009-09-10 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753686#action_12753686 ] Koji Sekiguchi commented on SOLR-1404: -- bq. A better fix, perhaps, would

[jira] Updated: (SOLR-1398) PatternTokenizerFactory ignores offset corrections

2009-09-05 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1398: - Attachment: SOLR-1398.patch a new patch with test case. Will commit shortly

[jira] Resolved: (SOLR-1398) PatternTokenizerFactory ignores offset corrections

2009-09-05 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1398. -- Resolution: Fixed Committed revision 811753. PatternTokenizerFactory ignores offset

[jira] Commented: (SOLR-1398) PatternTokenizerFactory ignores offset corrections

2009-08-31 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749493#action_12749493 ] Koji Sekiguchi commented on SOLR-1398: -- Anders, thank you for reporting the problem

[jira] Updated: (SOLR-1398) PatternTokenizerFactory ignores offset corrections

2009-08-31 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1398: - Attachment: SOLR-1398.patch Anders, can you apply the patch and see the highlighted result

[jira] Updated: (SOLR-1398) PatternTokenizerFactory ignores offset corrections

2009-08-31 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1398: - Priority: Minor (was: Major) Fix Version/s: 1.4 Assignee: Koji Sekiguchi

Re: HTML decoder is splitting tokens

2009-08-29 Thread Koji Sekiguchi
; = : : But I thought you could not have them, but have only: uuml; = ü auml; = ä : : Didn't it solve your problem? Thank you, Koji Anders Melchiorsen wrote: Koji Sekiguchi k...@r.email.ne.jp writes: Thank you for attaching the patch. Sorry again, I don't have enough time

Re: HTML decoder is splitting tokens

2009-08-28 Thread Koji Sekiguchi
tokenizer with HTML input. The PatternTokenizer, however, seems to be using character offsets corresponding to the output of the char filters, and so the highlighting markers end up at the wrong place. Is that a bug, or a configuration issue? Cheers, Anders. Koji Sekiguchi wrote: Hi Anders

[jira] Updated: (SOLR-1370) call CharFilters in FieldAnalysisRequestHandler

2009-08-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1370: - Attachment: SOLR-1370.patch The fix and test code. call CharFilters

[jira] Assigned: (SOLR-1370) call CharFilters in FieldAnalysisRequestHandler

2009-08-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned SOLR-1370: Assignee: Koji Sekiguchi call CharFilters in FieldAnalysisRequestHandler

[jira] Updated: (SOLR-1370) call CharFilters in FieldAnalysisRequestHandler

2009-08-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1370: - Fix Version/s: 1.4 call CharFilters in FieldAnalysisRequestHandler

Re: svn commit: r805774 - in /lucene/solr/trunk: ./ src/common/org/apache/solr/common/params/ src/java/org/apache/solr/handler/ src/java/org/apache/solr/update/ src/solrj/org/apache/solr/client/solrj/

2009-08-19 Thread Koji Sekiguchi
Noble, testExpungeDeletes fails: failure message=null type=junit.framework.AssertionFailedError junit.framework.AssertionFailedError: null at org.apache.solr.update.DirectUpdateHandlerTest.testExpungeDeletes(DirectUpdateHandlerTest.java:303) /failure Koji no...@apache.org wrote:

[jira] Resolved: (SOLR-1370) call CharFilters in FieldAnalysisRequestHandler

2009-08-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1370. -- Resolution: Fixed Thanks Erik! Committed revision 805880. call CharFilters

Re: svn commit: r805774 - in /lucene/solr/trunk: ./ src/common/org/apache/solr/common/params/ src/java/org/apache/solr/handler/ src/java/org/apache/solr/update/ src/solrj/org/apache/solr/client/solr

2009-08-19 Thread Koji Sekiguchi
OK, now the problem is gone. Koji Noble Paul നോബിള്‍ नोब्ळ् wrote: I'm looking into it. I guess I goofed up somewhere 2009/8/19 Rafał Kuć ra...@alud.com.pl: Hello! Same here, assertion fails on our hudson. On Wed, Aug 19, 2009 at 10:07 PM, Koji Sekiguchik...@r.email.ne.jp

[jira] Created: (SOLR-1370) call CharFilters in FieldAnalysisRequestHandler

2009-08-18 Thread Koji Sekiguchi (JIRA)
Versions: 1.4 Reporter: Koji Sekiguchi Priority: Minor Currently, FieldAnalysisRequestHandler doesn't call CharFilters even if CharFilters are defined for the fields. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment

[jira] Commented: (SOLR-1343) HTMLStripCharFilter

2009-08-07 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740719#action_12740719 ] Koji Sekiguchi commented on SOLR-1343: -- bq. Koji, what is the advantage

[jira] Resolved: (SOLR-1343) HTMLStripCharFilter

2009-08-07 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1343. -- Resolution: Fixed Committed revision 802263. HTMLStripCharFilter

[jira] Resolved: (SOLR-1347) StatsComponent throws error for single-valued numeric fields.

2009-08-07 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1347. -- Resolution: Invalid StatsComponent throws error for single-valued numeric fields

[jira] Updated: (SOLR-1343) HTMLStripCharFilter

2009-08-06 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1343: - Attachment: SOLR-1343.patch HTMLStripCharFilter --- Key: SOLR

[jira] Assigned: (SOLR-1343) HTMLStripCharFilter

2009-08-06 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned SOLR-1343: Assignee: Koji Sekiguchi I'll commit in a few days if there is no objections

Re: MLT termOffsets, What is it used for ?

2009-07-29 Thread Koji Sekiguchi
Emmanuel Castro Santana wrote: Hi you all We are trying to set up the schema.xml for a better similarity search using MoreLikeThisHandler and we wonder what this termOffsets option is actually used for. All we know so far is that it increases the storage costs, but how exactly ? We have been

[jira] Created: (SOLR-1268) Incorporate Lucene's FastVectorHighlighter

2009-07-09 Thread Koji Sekiguchi (JIRA)
Reporter: Koji Sekiguchi Priority: Minor -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (SOLR-1256) show CharFilters in analysis.jsp

2009-07-08 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1256. -- Resolution: Fixed Committed revision 792370. show CharFilters in analysis.jsp

[jira] Updated: (SOLR-1241) Use Lucene's CharFilter

2009-07-08 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1241: - Attachment: SOLR-1241.patch patch updated along with the commit of SOLR-1256. Use Lucene's

[jira] Commented: (SOLR-1256) show CharFilters in analysis.jsp

2009-07-06 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12727443#action_12727443 ] Koji Sekiguchi commented on SOLR-1256: -- I'll commit in a day or two. show CharFilters

[jira] Updated: (SOLR-1256) show CharFilters in analysis.jsp

2009-07-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1256: - Component/s: web gui Priority: Minor (was: Major) Affects Version/s: 1.4

[jira] Updated: (SOLR-1256) show CharFilters in analysis.jsp

2009-07-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1256: - Attachment: SOLR-1256.patch reset() method of CharFilter and CharReader is implemented

[jira] Assigned: (SOLR-1256) show CharFilters in analysis.jsp

2009-07-03 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned SOLR-1256: Assignee: Koji Sekiguchi show CharFilters in analysis.jsp

Re: Anybody using Japanese SEN with recent versions of Solr ?

2009-06-30 Thread Koji Sekiguchi
Mark, I think you can develop your tokenizer which calls sen to tokenize Japanese sentences. To develop your tokenizer, you can see the source code of lucene-ja. I think you can find the source code in lucene-ja.jar, but I'm not sure. Koji Mark Bennett wrote: I've been reading through the

[jira] Updated: (SOLR-1241) Use Lucene's CharFilter

2009-06-24 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1241: - Attachment: SOLR-1241.patch I added the diff of TokenizerChain: {code} $ svn diff src/java/org

[jira] Created: (SOLR-1241) Use Lucene's CharFilter

2009-06-23 Thread Koji Sekiguchi (JIRA)
Use Lucene's CharFilter --- Key: SOLR-1241 URL: https://issues.apache.org/jira/browse/SOLR-1241 Project: Solr Issue Type: Task Components: Analysis Affects Versions: 1.4 Reporter: Koji Sekiguchi

[jira] Updated: (SOLR-1241) Use Lucene's CharFilter

2009-06-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1241: - Description: Now LUCENE-1466 has been committed, Solr should use Lucene's CharFilter before

[jira] Updated: (SOLR-1241) Use Lucene's CharFilter

2009-06-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1241: - Attachment: SOLR-1241.patch Use Lucene's CharFilter

Re: Solr Specification Version

2009-06-20 Thread Koji Sekiguchi
=695557pathrev=786508 I think we should change 1.3.0 to 1.4.0 for spec version in Solr trunk. Thought? Koji Koji Sekiguchi wrote: With Solr trunk, admin info shows the following Solr Specification Implementation Version: Solr Specification Version: *1.3.0*.2009.06.20.10.07.10 Solr

Solr Specification Version

2009-06-19 Thread Koji Sekiguchi
With Solr trunk, admin info shows the following Solr Specification Implementation Version: Solr Specification Version: *1.3.0*.2009.06.20.10.07.10 Solr Implementation Version: *1.4-dev* 782215M - koji - 2009-06-20 10:07:10 Solr has 1.4-dev impl version but 1.3.0 spec version. But Lucene has

[jira] Created: (SOLR-1219) use setproxy ant task when proxy properties are specified

2009-06-15 Thread Koji Sekiguchi (JIRA)
Versions: 1.4 Reporter: Koji Sekiguchi Priority: Trivial Currectly, ant luke and ant example will be fail if you use proxy: {code} $ ant luke build.xml:881: HTTP Authorization failure {code} To avoid this, use setproxy ant task when properties are specified by the user: {code

[jira] Updated: (SOLR-1219) use setproxy ant task when proxy properties are specified

2009-06-15 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1219: - Attachment: SOLR-1219.patch use setproxy ant task when proxy properties are specified

[jira] Assigned: (SOLR-1219) use setproxy ant task when proxy properties are specified

2009-06-15 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned SOLR-1219: Assignee: Koji Sekiguchi I'll commit soon. use setproxy ant task when proxy properties

[jira] Updated: (SOLR-1219) use setproxy ant task when proxy properties are specified

2009-06-15 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1219: - Fix Version/s: 1.4 use setproxy ant task when proxy properties are specified

[jira] Resolved: (SOLR-1219) use setproxy ant task when proxy properties are specified

2009-06-15 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1219. -- Resolution: Fixed Committed revision 785029. use setproxy ant task when proxy properties

Re: Why is it not possible to write a SolrCoreAware HighLighter?

2009-06-09 Thread Koji Sekiguchi
Noble Paul wrote: There is a restriction on what all classes can be SolrCoreAware/ResourceLoaderAware. What is the basis on which it is decided? Just an FYI, though I don't know the basis:

[jira] Created: (SOLR-1207) equals method should compare this and other of DocList in DocSetBase

2009-06-07 Thread Koji Sekiguchi (JIRA)
Components: search Affects Versions: 1.3, 1.2, 1.1.0, 1.4 Reporter: Koji Sekiguchi Priority: Minor Fix For: 1.4 There is a fault in equals method of DocSetBase class: {code} if (this instanceof DocList other instanceof DocList) { // compare

[jira] Resolved: (SOLR-1207) equals method should compare this and other of DocList in DocSetBase

2009-06-07 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1207. -- Resolution: Fixed Assignee: Koji Sekiguchi All tests pass. Committed revision 782506

CommitTracker scheduler delay

2009-06-06 Thread Koji Sekiguchi
There seems to be two delay time in CommitTracker, 100 (run method) and 250(DOC_COMMIT_DELAY_MS), for maxDocs/. Is it intended or something fault? Thank you, Koji

[jira] Commented: (SOLR-1051) Support the merge of multiple indexes

2009-05-31 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714942#action_12714942 ] Koji Sekiguchi commented on SOLR-1051: -- I got NPE when trying to MERGEINDEXES: http

Re: delete few results from the search result

2009-05-27 Thread Koji Sekiguchi
esshari wrote: EG :if i search for test,i got 100 results.In my schema.xml i have a field permission.It contains yes or no.If a user whom have limited permission to some results.so for that result i will mark as no while indexing.When search test the result displayed should be 95.That is 5

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

2009-05-24 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12712544#action_12712544 ] Koji Sekiguchi commented on SOLR-769: - {quote} In fact, you can set Carrot2 attributes

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

2009-05-24 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12712557#action_12712557 ] Koji Sekiguchi commented on SOLR-769: - {code} str name

[jira] Issue Comment Edited: (SOLR-769) Support Document and Search Result clustering

2009-05-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12712420#action_12712420 ] Koji Sekiguchi edited comment on SOLR-769 at 5/23/09 6:30 AM

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

2009-05-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12712442#action_12712442 ] Koji Sekiguchi commented on SOLR-769: - bq. The catch with analyzer is that this specific

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

2009-05-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-769: Attachment: SOLR-769-analyzerClass.patch patch for carrot.analyzerClass feature. Support Document

[jira] Assigned: (SOLR-929) error in admin interface for dynamicField name=* type=ignored

2009-05-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned SOLR-929: --- Assignee: Koji Sekiguchi error in admin interface for dynamicField name=* type=ignored

[jira] Resolved: (SOLR-929) error in admin interface for dynamicField name=* type=ignored

2009-05-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-929. - Resolution: Fixed Committed revision 771270. error in admin interface for dynamicField name

[jira] Assigned: (SOLR-825) The ConstantScore family of queries does not work with highlighting

2009-05-01 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned SOLR-825: --- Assignee: Mark Miller (was: Koji Sekiguchi) The ConstantScore family of queries does

Re: Welcome new Solr committers Mark Miller and Noble Paul

2009-05-01 Thread Koji Sekiguchi
Welcome aboard Noble and Mark. I'd like to assign Mark to give SOLR-825. :) Koji 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! -Yonik ps:

[jira] Updated: (SOLR-929) error in admin interface for dynamicField name=* type=ignored

2009-05-01 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-929: Attachment: SOLR-929.patch The bug is in LukeRequestHandler. dynamicBase should be returned only

[jira] Updated: (SOLR-64) strict hierarchical facets

2009-04-27 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-64: --- Attachment: SOLR-64.patch First draft, need more test. This version doesn't support distributed

[jira] Issue Comment Edited: (SOLR-64) strict hierarchical facets

2009-04-27 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12703221#action_12703221 ] Koji Sekiguchi edited comment on SOLR-64 at 4/27/09 10:12 AM

[jira] Created: (SOLR-1125) Use query analyzer rather than index analyzer for queryFieldType in QueryElevationComponent

2009-04-22 Thread Koji Sekiguchi (JIRA)
Project: Solr Issue Type: Improvement Components: search Affects Versions: 1.3 Reporter: Koji Sekiguchi Assignee: Koji Sekiguchi Priority: Trivial Fix For: 1.4 Query analyzer would be better than index analyzer

[jira] Updated: (SOLR-1125) Use query analyzer rather than index analyzer for queryFieldType in QueryElevationComponent

2009-04-22 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1125: - Attachment: SOLR-1125.patch I'll commit shortly. Use query analyzer rather than index analyzer

Re: analyzer in QueryElevationComponent

2009-04-22 Thread Koji Sekiguchi
Opened SOLR-1125. Thanks. Koji Ryan Mckinley wrote: Yup -- that would be better. On Apr 17, 2009, at 4:41 AM, Koji Sekiguchi k...@r.email.ne.jp wrote: Hi, I'm just seeing the source of QueryElevationComponent.java. At inform() method, analyzer object is set like this: // line 154 analyzer

[jira] Resolved: (SOLR-1125) Use query analyzer rather than index analyzer for queryFieldType in QueryElevationComponent

2009-04-22 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1125. -- Resolution: Fixed Committed revision 767754. Use query analyzer rather than index analyzer

[jira] Commented: (SOLR-1115) boolon/bool and boolyes/bool should be acceptable in solrconfig.xml

2009-04-15 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699196#action_12699196 ] Koji Sekiguchi commented on SOLR-1115: -- Committed revision 765199 with unit test

[jira] Resolved: (SOLR-1115) boolon/bool and boolyes/bool should be acceptable in solrconfig.xml

2009-04-15 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1115. -- Resolution: Fixed Assignee: Koji Sekiguchi boolon/bool and boolyes/bool should

[jira] Created: (SOLR-1115) boolon/bool and boolyes/bool should be acceptable in solrconfig.xml

2009-04-14 Thread Koji Sekiguchi (JIRA)
: Improvement Affects Versions: 1.3, 1.2 Reporter: Koji Sekiguchi Priority: Trivial Fix For: 1.4 snipoff from here: http://www.nabble.com/parsing-bool-type-in-solrconfig.xml-td23025954.html -- This message is automatically generated by JIRA. - You can reply

Re: parsing bool type in solrconfig.xml

2009-04-14 Thread Koji Sekiguchi
Erik Hatcher wrote: +1 also. on/yes/true should all work for boolean parameters (just like Ant ;) Erik On Apr 14, 2009, at 2:01 AM, Shalin Shekhar Mangar wrote: 2009/4/13 Koji Sekiguchi k...@r.email.ne.jp Should we accept not only booltrue/bool, but also boolon/bool and boolyes/bool

[jira] Updated: (SOLR-1115) boolon/bool and boolyes/bool should be acceptable in solrconfig.xml

2009-04-14 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-1115: - Attachment: SOLR-1115.patch The patch attached. I'll commit shortly. boolon/bool and boolyes

parsing bool type in solrconfig.xml

2009-04-13 Thread Koji Sekiguchi
I wan't aware of this so far... In solrconfig.xml, if I want to set hl=on by default, str name=hlon/str or str name=hltrue/str will result what I want. But if I set bool name=hlon/bool, hl will be false. If set bool name=hltrue/bool, hl will be true. When posting a search request, any one of

[jira] Resolved: (SOLR-777) backword match search, for domain search etc.

2009-04-12 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-777. - Resolution: Fixed Fix Version/s: 1.4 Committed revision 764291. backword match search

[jira] Commented: (SOLR-620) Velocity Response Writer

2009-04-12 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12698304#action_12698304 ] Koji Sekiguchi commented on SOLR-620: - velocity.properties was committed revision 764347

[jira] Updated: (SOLR-620) Velocity Response Writer

2009-04-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-620: Attachment: SOLR-620-velocity.properties.patch I got my HTML page with garbage characters because my

[jira] Updated: (SOLR-620) Velocity Response Writer

2009-04-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-620: Attachment: SOLR-620-velocity.properties.patch bq. Does the engine.init calls after setting some

[jira] Assigned: (SOLR-825) The ConstantScore family of queries does not work with highlighting

2009-04-10 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned SOLR-825: --- Assignee: Koji Sekiguchi The ConstantScore family of queries does not work with highlighting

Re: svn commit: r758137 - in /lucene/solr/trunk/src/java/org/apache/solr/analysis: CharStreamAwareCJKTokenizerFactory.java CharStreamAwareWhitespaceTokenizerFactory.java

2009-03-25 Thread Koji Sekiguchi
Chris Hostetter wrote: : + input instanceof CharStream ? : +(CharStream)input : : +new CharReader(input) this seems like it might be a useful idiom to put in a static method of the CharStream class... public static CharStream get(Reader input) { return (input

[jira] Reopened: (SOLR-822) CharFilter - normalize characters before tokenizer

2009-03-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reopened SOLR-822: - Reopening because currentPosition() method in CharFilter class is not for token position

[jira] Updated: (SOLR-822) CharFilter - normalize characters before tokenizer

2009-03-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-822: Attachment: SOLR-822-renameMethod.patch I plan to commit shortly. CharFilter - normalize

[jira] Resolved: (SOLR-822) CharFilter - normalize characters before tokenizer

2009-03-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-822. - Resolution: Fixed Committed revision 755945. CharFilter - normalize characters before tokenizer

[jira] Commented: (SOLR-822) CharFilter - normalize characters before tokenizer

2009-02-27 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677641#action_12677641 ] Koji Sekiguchi commented on SOLR-822: - bq. Is there an issue for CharStream API in lucene

Re: svn commit: r742106 - in /lucene/solr/trunk: CHANGES.txt src/java/org/apache/solr/handler/XMLLoader.java

2009-02-20 Thread Koji Sekiguchi
Chris Hostetter wrote: : I think it is true. Unfortunately I didn't have time to write test for it, but : I : tested it by manual when I committed it... Do you see it doesn't work? Hmmm. It does work ... I don't understand why it works, but it works. -Hoss It should work. I don't

Re: svn commit: r742106 - in /lucene/solr/trunk: CHANGES.txt src/java/org/apache/solr/handler/XMLLoader.java

2009-02-12 Thread Koji Sekiguchi
is this really true? I think it is true. Unfortunately I didn't have time to write test for it, but I tested it by manual when I committed it... Do you see it doesn't work? Koji Chris Hostetter wrote: : : +29. SOLR-976: deleteByQuery is ignored when deleteById is placed prior to

[jira] Commented: (SOLR-670) UpdateHandler must provide a rollback feature

2009-02-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12672571#action_12672571 ] Koji Sekiguchi commented on SOLR-670: - Thank you guys. I didn't recall why I didn't set

[jira] Commented: (SOLR-670) UpdateHandler must provide a rollback feature

2009-02-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12672613#action_12672613 ] Koji Sekiguchi commented on SOLR-670: - Shalin, the patch looks fine. +1 to commit

[jira] Created: (SOLR-1016) HTTP 503 error changes 500 in SolrCore

2009-02-10 Thread Koji Sekiguchi (JIRA)
HTTP 503 error changes 500 in SolrCore -- Key: SOLR-1016 URL: https://issues.apache.org/jira/browse/SOLR-1016 Project: Solr Issue Type: Bug Affects Versions: 1.3 Reporter: Koji Sekiguchi

[jira] Resolved: (SOLR-1016) HTTP 503 error changes 500 in SolrCore

2009-02-10 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-1016. -- Resolution: Fixed Committed revision 743228. HTTP 503 error changes 500 in SolrCore

[jira] Commented: (SOLR-976) deleteByQuery is ignored when deleteById is placed prior to deleteByQuery in a delete

2009-02-08 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12671571#action_12671571 ] Koji Sekiguchi commented on SOLR-976: - Hoss, Mark, thank you for your comments. I'll

[jira] Resolved: (SOLR-976) deleteByQuery is ignored when deleteById is placed prior to deleteByQuery in a delete

2009-02-08 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-976. - Resolution: Fixed Committed revision 742106. deleteByQuery is ignored when deleteById is placed

[jira] Assigned: (SOLR-976) deleteByQuery is ignored when deleteById is placed prior to deleteByQuery in a delete

2009-02-07 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reassigned SOLR-976: --- Assignee: Koji Sekiguchi deleteByQuery is ignored when deleteById is placed prior

[jira] Commented: (SOLR-929) error in admin interface for dynamicField name=* type=ignored

2009-02-03 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12669900#action_12669900 ] Koji Sekiguchi commented on SOLR-929: - Peter, I've tried but couldn't reproduce

[jira] Commented: (SOLR-929) error in admin interface for dynamicField name=* type=ignored

2009-02-03 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12669973#action_12669973 ] Koji Sekiguchi commented on SOLR-929: - Thank you for the input. Now I can reproduce

Re: Leading Wildcard Search

2009-02-02 Thread Koji Sekiguchi
Mark, How about introducing ReverseStringFilter into Lucene to solve this kind of problem? :) https://issues.apache.org/jira/browse/LUCENE-1398 Thank you, Koji smock wrote: Hi Mark, Thanks! That clears things up quite a bit. Are there plans to incorporate a solr 'wildcard index' to

[jira] Created: (SOLR-976) deleteByQuery is ignored when deleteById is placed prior to deleteByQuery in a delete

2009-01-22 Thread Koji Sekiguchi (JIRA)
: Solr Issue Type: Bug Reporter: Koji Sekiguchi Priority: Trivial Fix For: 1.4 Due to the following if block, deleteByQuery cannot be executed. cmd.id and cmd.query should be set to null when UpdateProcessor chain is finished. {code:title

[jira] Updated: (SOLR-976) deleteByQuery is ignored when deleteById is placed prior to deleteByQuery in a delete

2009-01-22 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-976: Attachment: SOLR-976.patch deleteByQuery is ignored when deleteById is placed prior

[jira] Resolved: (SOLR-815) Add new Japanese half-width/full-width normalizaton Filter and Factory

2009-01-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-815. - Resolution: Won't Fix Using CharFilter can solve this problem in a flexible manner. Add new

[jira] Resolved: (SOLR-814) Add new Japanese Hiragana Filter and Factory

2009-01-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved SOLR-814. - Resolution: Won't Fix Using CharFilter can solve this problem in a flexible manner. Add new

[jira] Updated: (SOLR-947) QueryParsing.toString() should check ConstantScoreRangeQuery before RangeQuery

2009-01-09 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-947: Affects Version/s: (was: 1.3) 1.4 bq. Ah, this was introduced when Lucene

Re: build fails -cannot find symbol IOException

2009-01-07 Thread Koji Sekiguchi
Peter, Thank you for your report. The cause of the error is XMLLoader uses Java 1.6 feature. I just committed revert XMLLoader.java in r732576. Koji Peter Wolanin wrote: Trying to build Solr from the current svn HEAD with java 1.5 (on Mac OS 10.5), the build (ant example) fails:

[jira] Created: (SOLR-947) QueryParsing.toString() should check ConstantScoreRangeQuery before RangeQuery

2008-12-31 Thread Koji Sekiguchi (JIRA)
Issue Type: Bug Components: search Affects Versions: 1.3 Reporter: Koji Sekiguchi Assignee: Koji Sekiguchi Priority: Minor Fix For: 1.4 This {code:title=QueryParsing.toString()} if (query instanceof TermQuery) { : } else if (query

<    1   2   3   4   >