Re: A few Solr questions

2009-06-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
you may need to write a custome responseWriter and plug it in On Tue, Jun 9, 2009 at 11:30 AM, pof wrote: > > Another question: > > - Is there a way to customise the xml result set from a search? What I'm > looking for is something like this: > >   >      1233456 >      C:\temp\doc123.doc >   >

Re: A few Solr questions

2009-06-08 Thread pof
Another question: - Is there a way to customise the xml result set from a search? What I'm looking for is something like this: 1233456 C:\temp\doc123.doc No "lst" tag or children, no timestamps. Thanks, Brett. pof wrote: > > Hi, I am fairly new to indexing and I have ju

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

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

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

2009-06-08 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 updateHandler, updateprocessor to solrconfig > confine all solrconfig.x

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

2009-06-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
hi Mark , it it a fix for SOLR-1161 ? On Mon, Jun 8, 2009 at 8:17 PM, wrote: > Author: markrmiller > Date: Mon Jun  8 14:47:40 2009 > New Revision: 782658 > > URL: http://svn.apache.org/viewvc?rev=782658&view=rev > Log: > add extra pause and retry for test that fails on slower comp > > Modifie

Re: A few Solr questions

2009-06-08 Thread pof
Can I use my own indexer though because I have spent a lot of time adding docx and xlsx handling, zip handling, multiple charset handling, email attachment parsing etc. etc.? To be honest I'm not sold on Solr so far, my queries will be coming from a powerbuilder app and it will need a very specif

Re: A few Solr questions

2009-06-08 Thread Matt Weber
1. Solr has it's own indexer and search so you don't need to program your own. 2. Yes, a lot. Solr can scale when/if you need to. Solr is stable. If you need support you can get it from companies such as Lucid Imagination. There are a lot more. 3. Do you mean use Solr to replicate your

A few Solr questions

2009-06-08 Thread pof
Hi, I am fairly new to indexing and I have just written three java apps (an indexer, a searcher and a webserver using jetty to accept POSTed queries from a powerbuilder app). I am at the stage where I want a way to replicate my index for backup, initially I was just going to use rsync but now I ke

[jira] Commented: (SOLR-1209) Site search powered by Lucene/Solr

2009-06-08 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717362#action_12717362 ] Ryan McKinley commented on SOLR-1209: - +1 > Site search powered by Lucene/Solr > --

[jira] Commented: (SOLR-1204) Enhance SpellingQueryConverter to handle UTF-8 instead of ASCII only

2009-06-08 Thread Michael Ludwig (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717323#action_12717323 ] Michael Ludwig commented on SOLR-1204: -- FYI, there is a nice Unicode web tool here: htt

[jira] Updated: (SOLR-1209) Site search powered by Lucene/Solr

2009-06-08 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-1209: -- Attachment: SOLR-1209.patch Patch changing the skin to use Solr powered search > Site search po

[jira] Commented: (SOLR-1209) Site search powered by Lucene/Solr

2009-06-08 Thread Aleksander M. Stensby (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717316#action_12717316 ] Aleksander M. Stensby commented on SOLR-1209: - Great! > Site search powered by

[jira] Created: (SOLR-1209) Site search powered by Lucene/Solr

2009-06-08 Thread Grant Ingersoll (JIRA)
Site search powered by Lucene/Solr -- Key: SOLR-1209 URL: https://issues.apache.org/jira/browse/SOLR-1209 Project: Solr Issue Type: New Feature Reporter: Grant Ingersoll Assignee: Grant

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

2009-06-08 Thread Grant Ingersoll (JIRA)
The Default SearchComponents (QueryComponent, etc.) cannot currently support SolrCoreAware or ResourceLoaderAware - Key: SOLR-1208 URL: https://issues.

[jira] Resolved: (SOLR-243) Create a hook to allow custom code to create custom IndexReaders

2009-06-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-243. -- Resolution: Fixed Fix Version/s: (was: 1.5) 1.4 Committed, thanks to all in

firstSearcher and newSearcher events

2009-06-08 Thread Grant Ingersoll
Is there a way, in a request, to know if the query being sent is from a firstSearcher event? For instance, I've noticed that if one has the shards parameter in the firstSearcher call (I was just trying out some distributed stuff) it hangs Solr. Presumably, we'd have to add a parameter to t

Re: question about code in FunctionQuery#score

2009-06-08 Thread Yonik Seeley
Now that I'm thinking about it... we can do better by exploiting the fact that comparisons to NaN are always false. This should check for both NaN and negative infinity in a single comparison, right? if (!(score > Float.NEGATIVE_INFINITY)) This is inner loop stuff - probably worth the change (al

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

2009-06-08 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717260#action_12717260 ] David Smiley commented on SOLR-64: -- If the hierarchy passed to this field type has a trailing

Re: question about code in FunctionQuery#score

2009-06-08 Thread Mark Miller
Yonik Seeley wrote: On Mon, Jun 8, 2009 at 9:38 AM, Mark Miller wrote: We have score!=score (same variable) - just wondering what that was trying to accomplish, or whether it can just be dropped. Good thing you checked :-) Well I knew it was your work, so I had a sneaky suspicion

Re: question about code in FunctionQuery#score

2009-06-08 Thread Yonik Seeley
On Mon, Jun 8, 2009 at 9:38 AM, Mark Miller wrote: > We have score!=score (same variable) - just wondering what that was trying > to accomplish, or whether it can just be dropped. Good thing you checked :-) > Its also in BoostedQuery, > so it almost seems on purpose. Even with a float, score has

question about code in FunctionQuery#score

2009-06-08 Thread Mark Miller
We have score!=score (same variable) - just wondering what that was trying to accomplish, or whether it can just be dropped. Its also in BoostedQuery, so it almost seems on purpose. Even with a float, score has got to equal score, right? Is this some tricky check I don't understand, or a mista

[jira] Reopened: (SOLR-1120) Simplify EntityProcessor API

2009-06-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reopened SOLR-1120: -- this has broken some features in XPathEntityProcessor if a field is added by a transformer then XPathEntity

Re: Default SearchComponents and SolrCoreAware

2009-06-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess default components should be treated similar to other components and they should be loaded using SolrResourceLoader On Sun, Jun 7, 2009 at 4:06 AM, Grant Ingersoll wrote: > For the record, I don't believe they are checked if they are > ResourceLoaderAware either. > > I have a pretty simp

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

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

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

2009-06-08 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 valueSourceParser, listeners, deletionPolicy,directoryFactory,queryPars