[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-02-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999247#comment-12999247 ] Michael Busch commented on LUCENE-2324: --- {quote} Can anyone gimme a quick statement

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-02-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999244#comment-12999244 ] Michael Busch commented on LUCENE-2324: --- {quote} Somehow, we have to let each DWPT

Converting an existing index format to Lucene Index

2011-02-24 Thread Lokendra Singh
Hi all, I am seeking for some guidelines to directly convert an already existing index to Lucene index. The index available to me is of a set of pairs. Where each pair is : < word , fileName > i.e a word as a 'value1', and the 'value2' being the fileName containing that word. A word might appea

[jira] Commented: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2011-02-24 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999216#comment-12999216 ] David Smiley commented on SOLR-1656: Uwe, I'm trying to parse your last comment (withou

[jira] Updated: (LUCENE-2894) Use of google-code-prettify for Lucene/Solr Javadoc

2011-02-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2894: Attachment: LUCENE-2894.patch attached is a patch that applies the stylesheet to some more code sa

[jira] Commented: (SOLR-2379) Improve documentation of Analyzers and Tokenizers

2011-02-24 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999205#comment-12999205 ] Otis Gospodnetic commented on SOLR-2379: Whatever we choose, let's stick to DRY. I

[jira] Commented: (LUCENE-2936) score and explain don't match

2011-02-24 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999157#comment-12999157 ] Hoss Man commented on LUCENE-2936: -- bq. Hoss's assumption is correct because the problem

[jira] Resolved: (LUCENE-2936) score and explain don't match

2011-02-24 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved LUCENE-2936. -- Resolution: Fixed Assignee: Hoss Man (was: Robert Muir) fixed in trunk and 3x... Committed rev

[jira] Commented: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2011-02-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999139#comment-12999139 ] Uwe Schindler commented on SOLR-1656: - After thinking a little bit about it, I found ou

[jira] Issue Comment Edited: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2011-02-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999129#comment-12999129 ] Uwe Schindler edited comment on SOLR-1656 at 2/24/11 11:52 PM: --

[jira] Commented: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2011-02-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999132#comment-12999132 ] Uwe Schindler commented on SOLR-1656: - I forgot: This patch currently hides some deprec

[jira] Updated: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2011-02-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-1656: Attachment: SOLR-1656-mockup.patch Here is a first mockup (branch_3.x like the previous patch) of th

Re: Lucene fields in Jira?

2011-02-24 Thread Mark Miller
On Feb 24, 2011, at 6:21 PM, Michael McCandless wrote: > On Wed, Feb 23, 2011 at 5:19 AM, Dawid Weiss > wrote: >> Is there any description of how to handle custom Jira fields (New, >> Patch available)? I am a bit confused as to when they should be marked >> (in particular the 'new' flag). > >

Re: NGramFilterFactory missing from Wiki?

2011-02-24 Thread Chris Hostetter
: > Looking at http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters : > : > Am I missing something or should the NGramFilterFactory be described on this page? : : It's not always kept up-to-date I guess. ... : We should either update the wiki with the missing analysis components, :

Re: Lucene fields in Jira?

2011-02-24 Thread Michael McCandless
On Wed, Feb 23, 2011 at 5:19 AM, Dawid Weiss wrote: > Is there any description of how to handle custom Jira fields (New, > Patch available)? I am a bit confused as to when they should be marked > (in particular the 'new' flag). Honestly I have no idea either ;) Should we remove them? -- Mike

[jira] Resolved: (SOLR-2380) Problem when using facet.offset with facet.sort=lex and shards

2011-02-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-2380. Resolution: Fixed Fix Version/s: 3.1 Assignee: Yonik Seeley committed to trunk and b

[jira] Updated: (SOLR-2380) Problem when using facet.offset with facet.sort=lex and shards

2011-02-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-2380: --- Attachment: SOLR-2380.patch Here's a patch that fixes and a test that fails w/o the patch. > Problem

[jira] Created: (SOLR-2380) Problem when using facet.offset with facet.sort=lex and shards

2011-02-24 Thread Peter Cline (JIRA)
Problem when using facet.offset with facet.sort=lex and shards -- Key: SOLR-2380 URL: https://issues.apache.org/jira/browse/SOLR-2380 Project: Solr Issue Type: Bug Compone

[jira] Commented: (SOLR-2272) Join

2011-02-24 Thread Jonathan Rochkind (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999072#comment-12999072 ] Jonathan Rochkind commented on SOLR-2272: - Even if the core's aren't in the same JV

[jira] Commented: (SOLR-2272) Join

2011-02-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999068#comment-12999068 ] Yonik Seeley commented on SOLR-2272: bq. I am interested in joining on fields of a diff

[jira] Issue Comment Edited: (SOLR-2272) Join

2011-02-24 Thread Briggs Thompson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999014#comment-12999014 ] Briggs Thompson edited comment on SOLR-2272 at 2/24/11 8:15 PM: -

[jira] Issue Comment Edited: (SOLR-2272) Join

2011-02-24 Thread Briggs Thompson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999014#comment-12999014 ] Briggs Thompson edited comment on SOLR-2272 at 2/24/11 8:06 PM: -

[jira] Commented: (SOLR-2272) Join

2011-02-24 Thread Briggs Thompson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999014#comment-12999014 ] Briggs Thompson commented on SOLR-2272: --- >From the examples provided it doesn't look

Re: NGramFilterFactory missing from Wiki?

2011-02-24 Thread Robert Muir
On Thu, Feb 24, 2011 at 11:15 AM, Yonik Seeley wrote: > On Thu, Feb 24, 2011 at 4:00 AM, Jan Høydahl > wrote: > > Looking at http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters > > > > Am I missing something or should the NGramFilterFactory be described on > this page? > > It's not always

Re: Example schema - fieldType phonetic

2011-02-24 Thread Ryan McKinley
> > Is this difference on purpose? If I were to do it again... 'PhoneticFilter' should really be EncoderFilter since it just uses the encoder API to generate tokens. There is nothing specific to 'phonetic' -- In fact, when I implement KStem, I use the PhoneticFilter?! https://issues.apache.org/jir

[jira] Commented: (SOLR-2379) Improve documentation of Analyzers and Tokenizers

2011-02-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998929#comment-12998929 ] Jan Høydahl commented on SOLR-2379: --- We have two choices, suggested by Yonik: * update th

Re: NGramFilterFactory missing from Wiki?

2011-02-24 Thread Jan Høydahl
Continue in SOLR-2379 -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 24. feb. 2011, at 17.15, Yonik Seeley wrote: > On Thu, Feb 24, 2011 at 4:00 AM, Jan Høydahl wrote: >> Looking at http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters >> >> Am I missing som

[jira] Created: (SOLR-2379) Improve documentation of Analyzers and Tokenizers

2011-02-24 Thread JIRA
Improve documentation of Analyzers and Tokenizers - Key: SOLR-2379 URL: https://issues.apache.org/jira/browse/SOLR-2379 Project: Solr Issue Type: Improvement Components: documentation

Re: Example schema - fieldType phonetic

2011-02-24 Thread Jan Høydahl
Thanks, Is this difference on purpose? Could you give a practical example for when PhoneticFilterFactory with encoder="DoubleMetaphone" will yield different result from DoubleMetaphoneFilterFactory? Shouldn't the PhoneticFilterFactory then have an extra mode encoder="EnhancedDoubleMetaphone" o

Re: NGramFilterFactory missing from Wiki?

2011-02-24 Thread Yonik Seeley
On Thu, Feb 24, 2011 at 4:00 AM, Jan Høydahl wrote: > Looking at http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters > > Am I missing something or should the NGramFilterFactory be described on this > page? It's not always kept up-to-date I guess. I saw a reference to an ICU normalizer fi

Re: Example schema - fieldType phonetic

2011-02-24 Thread Ryan McKinley
The DoubleMetaphoneEncoder is slightly different then the standard Encoder-- it has two phonetic options rather then one. Using the DoubleMetaphoneFilter will use both versions: String primaryPhoneticValue = encoder.doubleMetaphone(v); String alternatePhoneticValue = encoder.doubleMeta

[jira] Commented: (LUCENE-2936) score and explain don't match

2011-02-24 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998889#comment-12998889 ] Koji Sekiguchi commented on LUCENE-2936: Patch looks great. {quote} So then i ex

[jira] Commented: (SOLR-2130) Empty index directory causes FileNotFoundException error when starting in-memory SOLR server (RAMDirectory)

2011-02-24 Thread Andres Felipe Ospina (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1299#comment-1299 ] Andres Felipe Ospina commented on SOLR-2130: Hi Ian, My name is Felipe and i w

[jira] Commented: (LUCENE-2324) Per thread DocumentsWriters that write their own private segments

2011-02-24 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998873#comment-12998873 ] Simon Willnauer commented on LUCENE-2324: - Can anyone gimme a quick statement abo

[jira] Commented: (LUCENE-2894) Use of google-code-prettify for Lucene/Solr Javadoc

2011-02-24 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998859#comment-12998859 ] Koji Sekiguchi commented on LUCENE-2894: Sounds reasonable, thanks for reviewing

[jira] Commented: (LUCENE-2936) score and explain don't match

2011-02-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998844#comment-12998844 ] Robert Muir commented on LUCENE-2936: - bq. would appreciate a review so we can get th

[jira] Commented: (LUCENE-2611) IntelliJ IDEA and Eclipse setup

2011-02-24 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998833#comment-12998833 ] Steven Rowe commented on LUCENE-2611: - Committed code style fixes to branch_3x and tr

[HUDSON] Lucene-Solr-tests-only-3.x - Build # 5247 - Failure

2011-02-24 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/5247/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability Error Message: No live SolrServers available to handle this request Stack Trace: org.apache.solr.client.solrj.SolrServerExce

[jira] Updated: (LUCENE-2611) IntelliJ IDEA and Eclipse setup

2011-02-24 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-2611: Attachment: LUCENE-2611_intellij_fix_codestyle.patch David, I made a couple of changes: # I got

[jira] Updated: (LUCENE-2894) Use of google-code-prettify for Lucene/Solr Javadoc

2011-02-24 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2894: Attachment: LUCENE-2894.patch some more improvements: the CollationKeyFilter's example uses Keywor

Question Solr Index main in RAM

2011-02-24 Thread Andrés Ospina
Hi, My name is Felipe and i want to use the index main of solr in RAM memory. How it's possible? I have solr 1.4 Thank you! Felipe

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5259 - Failure

2011-02-24 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5259/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriter.testIndexingThenDeleting Error Message: flush happened too quickly during deleting count=1154 Stack Trace: junit.framework.AssertionFailedError: flu

Example schema - fieldType phonetic

2011-02-24 Thread Jan Høydahl
Hi, The fieldtype "phonetic" is currently defined as But isn't it more "correct" using PhoneticFilterFactory? -- Jan Høydahl Gründer & senior architect Cominvent AS, Stabekk, Norway www.cominvent.com +47 90125809 -

[jira] Commented: (SOLR-1395) Integrate Katta

2011-02-24 Thread tom liu (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998773#comment-12998773 ] tom liu commented on SOLR-1395: --- please see conf file katta.node.properties. the node.shard.f

NGramFilterFactory missing from Wiki?

2011-02-24 Thread Jan Høydahl
Looking at http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters Am I missing something or should the NGramFilterFactory be described on this page? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com -

[jira] Commented: (SOLR-2349) Wrong matches count with groupped results

2011-02-24 Thread Anton (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998748#comment-12998748 ] Anton commented on SOLR-2349: - Hasan, i found only one solution for decrease final results size

[jira] Commented: (SOLR-2105) RequestHandler param update.processor is confusing

2011-02-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998746#comment-12998746 ] Jan Høydahl commented on SOLR-2105: --- Mark, did you have a chance to test the latest patch

[jira] Commented: (SOLR-2349) Wrong matches count with groupped results

2011-02-24 Thread Hasan Ince (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998745#comment-12998745 ] Hasan Ince commented on SOLR-2349: -- Anton thank you very very very much for your help i ch

[jira] Commented: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2011-02-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998739#comment-12998739 ] Uwe Schindler commented on SOLR-1656: - bq. Will it work if the included file resides in

[jira] Commented: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2011-02-24 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998740#comment-12998740 ] Uwe Schindler commented on SOLR-1656: - I will work on a patch doing this today. > XInc

[jira] Commented: (SOLR-2349) Wrong matches count with groupped results

2011-02-24 Thread Anton (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998736#comment-12998736 ] Anton commented on SOLR-2349: - Hasan, what results returned by facet? I think if you group and

[jira] Commented: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2011-02-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998735#comment-12998735 ] Jan Høydahl commented on SOLR-1656: --- Will it work if the included file resides in ZooKeep