Build failed in Hudson: Solr-trunk #1043

2010-01-26 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/1043/ -- [...truncated 2370 lines...] [junit] Running org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.985 sec

configure FastVectorHihglighter in trunk

2010-01-26 Thread Marc Sturlese
How do I activate FastVectorHighlighter in trunk? Wich of those params sets it up? !-- Configure the standard fragListBuilder -- fragListBuilder name=simple class=org.apache.solr.highlight.SimpleFragListBuilder default=true/ !-- Configure the standard fragmentsBuilder --

Need hardware recommendation

2010-01-26 Thread Jayesh Wadhwani
I am trying to do the following: Index 6 Million database records( SQL Server 2008). Full index daily. Differential every 15 minutes Index 2 Million rich documents. Full index weekly. Differential every 15 minutes Search queries: 1 per minute 20 cores I am looking for hardware

Re: configure FastVectorHihglighter in trunk

2010-01-26 Thread Koji Sekiguchi
Marc Sturlese wrote: How do I activate FastVectorHighlighter in trunk? Wich of those params sets it up? !-- Configure the standard fragListBuilder -- fragListBuilder name=simple class=org.apache.solr.highlight.SimpleFragListBuilder default=true/ !-- Configure the standard

[jira] Commented: (SOLR-1725) Script based UpdateRequestProcessorFactory

2010-01-26 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805051#action_12805051 ] Jan Høydahl commented on SOLR-1725: --- Lance, what do you mean by DIH language? In my

[jira] Created: (SOLR-1733) Allow specification of date output format on date faceting

2010-01-26 Thread Chris A. Mattmann (JIRA)
Allow specification of date output format on date faceting -- Key: SOLR-1733 URL: https://issues.apache.org/jira/browse/SOLR-1733 Project: Solr Issue Type: Improvement

Folder monitoring for diferential index

2010-01-26 Thread Zacarias
Hi, We are developing a folder monitor (watchdog) to add in a client's Sor implementation. Tell me if it could be interesting for any of you guys, we will be glad to share it with the community and eventually to integrate in the trunk. Also I would like the gurus opinion about the design (I wrote

Re: Folder monitoring for diferential index

2010-01-26 Thread Zacarias
http://www.linebee.com/wp-content/uploads/2010/01/File_monitoring_for_diferencial_index_1.rtf On Tue, Jan 26, 2010 at 12:06 PM, Zacarias zacar...@linebee.com wrote: Hi, We are developing a folder monitor (watchdog) to add in a client's Sor implementation. Tell me if it could be interesting

Problem with German Wordendings

2010-01-26 Thread David Rühr
Hi List. We have made a suggest search and send this query with a facet.prefix kinderzim: facet=on facet.prefix=kinderzim facet.mincount=1 facet.field=content facet.limit=10 fl=content omitHeader=true bf=log%28supplier_faktor%29 version=1.2 wt=json json.nl=map q= start=0 rows=0 Now we get:

how to sort facets?

2010-01-26 Thread David Rühr
hi, we make a Filter with Faceting feature. In our faceting list the order is by count by the matches: facet.sort=count but we need to sort by = facet.sort=manufacturer. Url manipulation doesn't change anything, why?

[jira] Updated: (SOLR-1283) Mark Invalid error on indexing

2010-01-26 Thread Julien Coloos (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Coloos updated SOLR-1283: Attachment: SOLR-1283.patch The issue is also happening in current trunk (revision 903234), with

[jira] Commented: (SOLR-1722) Allowing changing the special default core name, and as a default default core name, switch to using collection1 rather than DEFAULT_CORE

2010-01-26 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805093#action_12805093 ] Mark Miller commented on SOLR-1722: --- Right - the issue with cloud was that if you ask for

[jira] Resolved: (SOLR-1711) Race condition in org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer.java

2010-01-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-1711. Resolution: Fixed Thanks Attila! I just committed this. Race condition in

[jira] Commented: (SOLR-1677) Add support for o.a.lucene.util.Version for BaseTokenizerFactory and BaseTokenFilterFactory

2010-01-26 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805167#action_12805167 ] Hoss Man commented on SOLR-1677: bq. And here are the JIRA issues for stemming bugs, since

Re: CHANGES.txt updates for SOLR-1516 and SOLR-1592

2010-01-26 Thread Chris Hostetter
: Not to be a best, but there's no CHANGES.txt updates for SOLR-1516 and : SOLR-1592. Could someone update them? A trivial patch is attached... Sorry about that. Every change (with the possible exception of fixing formating or documentation typos) *should* have a CHANGES.txt entry. Every

[jira] Commented: (SOLR-1603) Perl Response Writer

2010-01-26 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805186#action_12805186 ] Hoss Man commented on SOLR-1603: I realize this is analogous to the python, php, and ruby

[jira] Commented: (SOLR-1677) Add support for o.a.lucene.util.Version for BaseTokenizerFactory and BaseTokenFilterFactory

2010-01-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805187#action_12805187 ] Robert Muir commented on SOLR-1677: --- bq. 2) Perhaps you should read the StopFilter example

[jira] Commented: (SOLR-1718) Carriage return should submit query admin form

2010-01-26 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805190#action_12805190 ] Hoss Man commented on SOLR-1718: I don't understand what you mean. both forms use a

[jira] Commented: (SOLR-1718) Carriage return should submit query admin form

2010-01-26 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805219#action_12805219 ] David Smiley commented on SOLR-1718: Consider the JIRA interface we are using to comment

[jira] Created: (SOLR-1734) Add pid file to snappuller to skip script overruns, and recover from failure

2010-01-26 Thread Bill Au (JIRA)
Add pid file to snappuller to skip script overruns, and recover from failure Key: SOLR-1734 URL: https://issues.apache.org/jira/browse/SOLR-1734 Project: Solr

[jira] Commented: (SOLR-1725) Script based UpdateRequestProcessorFactory

2010-01-26 Thread Uri Boness (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805235#action_12805235 ] Uri Boness commented on SOLR-1725: -- Lance, I lost you a bit as well. bq. Uri, I'd prefer

[jira] Updated: (SOLR-1734) Add pid file to snappuller to skip script overruns, and recover from failure

2010-01-26 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Au updated SOLR-1734: -- Attachment: SOLR-1734.patch I am reusing the code from SOLR-990 which adds the same feature to snapinstaller.

Re: how to sort facets?

2010-01-26 Thread Koji Sekiguchi
David Rühr wrote: hi, we make a Filter with Faceting feature. In our faceting list the order is by count by the matches: facet.sort=count but we need to sort by = facet.sort=manufacturer. Url manipulation doesn't change anything, why?

[jira] Commented: (SOLR-1725) Script based UpdateRequestProcessorFactory

2010-01-26 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805247#action_12805247 ] Hoss Man commented on SOLR-1725: Some random comments/questions from the peanut gallery...

Re: Upgrading to the latest versions of wstx jars

2010-01-26 Thread Chris Hostetter
: It has been a long time since the Woodstox jars have been updated. Is : this intentional, as in are there any issues if we use the latest jars : with Solr? I have no idea ... dependencies tend to get updated when people point out that newer releases have bug fixes or new features we want to

Re: Planned release date for 1.5 with SOLR-236 fixed?

2010-01-26 Thread Chris Hostetter
: Would anybody happen to know the planned release date for 1.5? Release dates don't tend to be explicitly planned in advance. Instead releases tend to coalesce when the community feels that new features warrant a new release, and that the APIs introduced by those new features are ready to

[jira] Commented: (SOLR-1725) Script based UpdateRequestProcessorFactory

2010-01-26 Thread Uri Boness (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805254#action_12805254 ] Uri Boness commented on SOLR-1725: -- bq. 1) what is the value add in making

[jira] Created: (SOLR-1735) shut down TimeLimitedCollection timer thread on application unload

2010-01-26 Thread Chris Darroch (JIRA)
shut down TimeLimitedCollection timer thread on application unload -- Key: SOLR-1735 URL: https://issues.apache.org/jira/browse/SOLR-1735 Project: Solr Issue Type: Improvement

[jira] Updated: (SOLR-1735) shut down TimeLimitedCollection timer thread on application unload

2010-01-26 Thread Chris Darroch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Darroch updated SOLR-1735: Attachment: SOLR-1735-1_3.patch shut down TimeLimitedCollection timer thread on application unload

RE: Date Facet duplicate counts

2010-01-26 Thread Chris Hostetter
: should we be inclusive of the lower or the upper? ... even if we make it : an option, how should it apply to the first and last ranges computed? : do the answers change if facet.date.other includes before and/or after : should the between option be inclusive of both end points as well?

[jira] Commented: (SOLR-1728) ResponseWriters should support byte[], ByteBuffer

2010-01-26 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805291#action_12805291 ] Hoss Man commented on SOLR-1728: Noble: your issue description is a bit terse, so i'm a

[jira] Commented: (SOLR-1553) extended dismax query parser

2010-01-26 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805303#action_12805303 ] Peter Wolanin commented on SOLR-1553: - some commented out debug code left in the

[jira] Commented: (SOLR-1729) Date Facet now override time parameter

2010-01-26 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805313#action_12805313 ] Hoss Man commented on SOLR-1729: bq. (e.g. they are in a different time-zone, not

Re: [PMX:FAKE_SENDER] Re: large OR-boolean query

2010-01-26 Thread Chris Hostetter
: for reasons forthcoming. The QParser then just returns a : ConstantScoreQuery wrapped around a Filter subclass that I wrote which uses : these Terms. The Filter subclass does most of the work. If there is a lot of overlap in the Terms that are used from query to query, you might find it

[jira] Commented: (SOLR-1728) ResponseWriters should support byte[], ByteBuffer

2010-01-26 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805357#action_12805357 ] Noble Paul commented on SOLR-1728: -- Everything works now in non-distributed search because

[jira] Created: (SOLR-1736) In the slave , If 'mov'ing file does not succeed , copy the file

2010-01-26 Thread Noble Paul (JIRA)
In the slave , If 'mov'ing file does not succeed , copy the file Key: SOLR-1736 URL: https://issues.apache.org/jira/browse/SOLR-1736 Project: Solr Issue Type: Bug

[jira] Created: (SOLR-1737) Add a FieldStreamDataSource

2010-01-26 Thread Noble Paul (JIRA)
Add a FieldStreamDataSource --- Key: SOLR-1737 URL: https://issues.apache.org/jira/browse/SOLR-1737 Project: Solr Issue Type: New Feature Components: contrib - DataImportHandler Reporter: Noble