Re: snapshot config value for Solr 1.4 Replication

2009-06-09 Thread Shalin Shekhar Mangar
2009/6/10 Noble Paul നോബിള്‍ नोब्ळ् > > startup > commit > > Please note that snapshots are needed only if you want backups. Replication does not need to create snapshots. -- Regards, Shalin Shekhar Mangar.

[jira] Updated: (SOLR-1198) confine all solrconfig.xml parsing to SolrConfig.java

2009-06-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1198: - Attachment: SOLR-1198.patch moved highlighter > confine all solrconfig.xml parsing to SolrConfig.java >

[jira] Commented: (SOLR-1198) confine all solrconfig.xml parsing to SolrConfig.java

2009-06-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717937#action_12717937 ] Noble Paul commented on SOLR-1198: -- committed r783222 > confine all solrconfig.xml parsing

Re: A few Solr questions

2009-06-09 Thread pof
The XSLT transformation works beautifully, one thing though, where can I find the XSLT classpath? Mucho gracias! Brett. Yonik Seeley-2 wrote: > > On Tue, Jun 9, 2009 at 2:00 AM, pof wrote: >> - Is there a way to customise the xml result set from a search? > > There's a server-side XSLT trans

Re: Index Loading

2009-06-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
use SolrJ , try CommonsHttpSolrServer# add(Iterator docIterator) method On Wed, Jun 10, 2009 at 7:58 AM, pof wrote: > > Hello, I have a question regarding indexing loading. My situation is to use > Solr to index an initial ~30K documents with regular updates. I am making a > java app to parse

Re: snapshot config value for Solr 1.4 Replication

2009-06-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Jun 10, 2009 at 3:25 AM, mlathe wrote: > > Does anyone have comments on this? > Is this on the wrong list? should it be solr-user? This questions could go to solr-user > > Thanks > --Matthias > > > mlathe wrote: >> >> Hi All, >> I'm doing some proof of concept work with Solr Replication >>

Re: XML indexed analysed

2009-06-09 Thread pof
At the risk of anwsering my own question... http://wiki.apache.org/solr/SchemaXml pof wrote: > > Hi, I'm having a bit of confusion over where you can specify to Solr that > you want particular fields to be indexed and/or analysed and/or stored. > All the xml examples I have found are like this:

XML indexed analysed

2009-06-09 Thread pof
Hi, I'm having a bit of confusion over where you can specify to Solr that you want particular fields to be indexed and/or analysed and/or stored. All the xml examples I have found are like this: F8V7067-APL-KIT can you do something like this maybe? Belkin Mobile Power Cord for iPod w/ Dock Th

Index Loading

2009-06-09 Thread pof
Hello, I have a question regarding indexing loading. My situation is to use Solr to index an initial ~30K documents with regular updates. I am making a java app to parse all these docs to plain text and then loading them onto an xml to POST to Solr. My concern is that creating an xml for each docu

Re: snapshot config value for Solr 1.4 Replication

2009-06-09 Thread mlathe
Does anyone have comments on this? Is this on the wrong list? should it be solr-user? Thanks --Matthias mlathe wrote: > > Hi All, > I'm doing some proof of concept work with Solr Replication > http://wiki.apache.org/solr/SolrReplication > > If you dig through the ReplicationHandler code you w

[jira] Commented: (SOLR-236) Field collapsing

2009-06-09 Thread Kevin Cunningham (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717827#action_12717827 ] Kevin Cunningham commented on SOLR-236: --- Martijn, You mentioned your latest patch updat

Re: A few Solr questions

2009-06-09 Thread Yonik Seeley
On Tue, Jun 9, 2009 at 2:00 AM, pof wrote: > - Is there a way to customise the xml result set from a search? There's a server-side XSLT transform available. You could always write your own response writer too - but it's not generally recommended (that's not a "stable" user level interface... it

[jira] Updated: (SOLR-1212) TestNG Test Case

2009-06-09 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-1212: -- Attachment: testng-5.9-jdk15.jar TestNG 5.9 > TestNG Test Case > - > > Key: S

[jira] Updated: (SOLR-1212) TestNG Test Case

2009-06-09 Thread Kay Kay (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kay Kay updated SOLR-1212: -- Attachment: SOLR-1212.patch > TestNG Test Case > - > > Key: SOLR-1212 >

[jira] Created: (SOLR-1212) TestNG Test Case

2009-06-09 Thread Kay Kay (JIRA)
TestNG Test Case - Key: SOLR-1212 URL: https://issues.apache.org/jira/browse/SOLR-1212 Project: Solr Issue Type: New Feature Components: clients - java Affects Versions: 1.4 Environment: Java 6

Re: Default search field API weirdness

2009-06-09 Thread Grant Ingersoll
See also http://www.lucidimagination.com/search/document/c29c9db73a96373f/indexschema_getdefaultsearchfieldname#c29c9db73a96373f for similar discussion. I too think it is weird. On Jun 9, 2009, at 7:58 AM, Shalin Shekhar Mangar wrote: Hello, Does anybody know why schema.getDefaultSearchFiel

[jira] Commented: (SOLR-42) Highlighting problems with HTMLStripWhitespaceTokenizerFactory

2009-06-09 Thread Mert Sakarya (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717688#action_12717688 ] Mert Sakarya commented on SOLR-42: -- I think this is a problem of Microsoft Word. No one can s

[jira] Resolved: (SOLR-1161) Exception in TestLBHttpSolrServer

2009-06-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-1161. -- Resolution: Fixed mark checked in the changes in Revision: 782658 let us reopen this if it is observed

[jira] Commented: (SOLR-1211) Casting exception when xpath returns an unexpected type with distrib search

2009-06-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717662#action_12717662 ] Mark Miller commented on SOLR-1211: --- see http://www.lucidimagination.com/search/document/

[jira] Resolved: (SOLR-1211) Casting exception when xpath returns an unexpected type with distrib search

2009-06-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-1211. --- Resolution: Invalid > Casting exception when xpath returns an unexpected type with distrib search > --

[jira] Created: (SOLR-1211) Casting exception when xpath returns an unexpected type with distrib search

2009-06-09 Thread Mark Miller (JIRA)
Casting exception when xpath returns an unexpected type with distrib search --- Key: SOLR-1211 URL: https://issues.apache.org/jira/browse/SOLR-1211 Project: Solr Issue T

Default search field API weirdness

2009-06-09 Thread Shalin Shekhar Mangar
Hello, Does anybody know why schema.getDefaultSearchField() was deprecated? The javadoc for the deprecated method advises the use of schema.getSolrQueryParser().getField(). But schema.getSolrQueryParser() does not exist. There's a method schema.getSolrQueryParser(String) which accepts the default

Re: svn commit: r782658 - /lucene/solr/trunk/src/test/org/apache/solr/client/solrj/TestLBHttpSolrServer.java

2009-06-09 Thread Mark Miller
Thanks Noble - it is, I just didn't remember I had flagged it before. I was running tests while my comp was under a bit of strain and watched it fail a couple times, so I just through in a pause and retry so it had enough time to start the second server - looking at the exception from SOLR-1161

[jira] Updated: (SOLR-1122) Move the lib directory of the velocity contrib out of the src directory.

2009-06-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1122: Affects Version/s: (was: 1.3) Fix Version/s: (was: 1.4)

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: https://issues.apache.org/jira/browse/SOLR-414?focusedCommentId=12544617&page=com.atlassian.jira.plug

Why is it not possible to write a SolrCoreAware HighLighter?

2009-06-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
There is a restriction on what all classes can be SolrCoreAware/ResourceLoaderAware. What is the basis on which it is decided? -- - Noble Paul | Principal Engineer| AOL | http://aol.com

solr-dev@lucene.apache.org

2009-06-09 Thread Oystein Steimler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717633#action_12717633 ] Oystein Steimler commented on SOLR-1196: This looks similar to this scenario: 1 ab

[jira] Updated: (SOLR-1173) Let contrib projects modify web.xml when running dist-war

2009-06-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1173: Affects Version/s: (was: 1.5) (was: 1.4) Fix V

[jira] Updated: (SOLR-785) Distributed SpellCheckComponent

2009-06-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-785: --- Fix Version/s: 1.5 > Distributed SpellCheckComponent > ---

[jira] Resolved: (SOLR-1210) Index size is huge

2009-06-09 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1210. - Resolution: Invalid > Index size is huge > -- > >

[jira] Commented: (SOLR-1210) Index size is huge

2009-06-09 Thread Aleksander M. Stensby (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717624#action_12717624 ] Aleksander M. Stensby commented on SOLR-1210: - Please refer usage questions to t

[jira] Created: (SOLR-1210) Index size is huge

2009-06-09 Thread Rakesh PG (JIRA)
Index size is huge -- Key: SOLR-1210 URL: https://issues.apache.org/jira/browse/SOLR-1210 Project: Solr Issue Type: Improvement Affects Versions: 1.3 Reporter: Rakesh PG Hi, We are running a custom app whic

[jira] Commented: (SOLR-1208) The Default SearchComponents (QueryComponent, etc.) cannot currently support SolrCoreAware or ResourceLoaderAware

2009-06-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717617#action_12717617 ] Noble Paul commented on SOLR-1208: -- It is most likely fixed in the trunk as part of SOLR-11

[jira] Updated: (SOLR-1198) confine all solrconfig.xml parsing to SolrConfig.java

2009-06-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1198: - Attachment: SOLR-1198.patch moved searchComponent, indexReaderFactory > confine all solrconfig.xml parsin

[jira] Commented: (SOLR-1198) confine all solrconfig.xml parsing to SolrConfig.java

2009-06-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717614#action_12717614 ] Noble Paul commented on SOLR-1198: -- committed r782913 > confine all solrconfig.xml parsing