What are Steps to create new filter factory ?

2009-07-27 Thread prerna07
Hi, I want to create a txt file named as lemmatisation.txt and want to use it through filter factory. This flow will work similar to synonym filter factory please provide information on below mentioned points; 1) What are the steps to create a new filter factory which is similar to synonym

Re: tika 0.4?

2009-07-27 Thread Grant Ingersoll
See SOLR-1310 On Jul 26, 2009, at 2:10 PM, Grant Ingersoll wrote: I did test it, one unit test currently fails. On Jul 24, 2009, at 9:34 PM, Yonik Seeley wrote: On Fri, Jul 24, 2009 at 9:16 PM, Peter Wolaninpeter.wola...@acquia.com wrote: Sadly, I had to muis the meetup in NYC, but

Re: What are Steps to create new filter factory ?

2009-07-27 Thread Grant Ingersoll
On Jul 27, 2009, at 7:06 AM, prerna07 wrote: Hi, I want to create a txt file named as lemmatisation.txt and want to use it through filter factory. This flow will work similar to synonym filter factory please provide information on below mentioned points; 1) What are the steps to create

debugQuery=true issue

2009-07-27 Thread gwk
Hi, I'm playing around with sorting via functionqueries, and I've set _val_ to the following: sum(product(always_on_top,5),recip(rord(publication_date),1,1000,1000)) Where the field always_on_top is a simple boolean field, where documents with always_on_top:true should always be on top. I

Re: Core not reloading in Solr 1.3

2009-07-27 Thread Ranjit Raveendran
Hi, Does anyone have an update on this problem? Thank you. --- On Sun, 7/26/09, Ranjit Raveendran contact_ranjit_...@yahoo.com wrote: From: Ranjit Raveendran contact_ranjit_...@yahoo.com Subject: Re: Core not reloading in Solr 1.3 To: solr-user@lucene.apache.org Date: Sunday, July 26, 2009,

Re: debugQuery=true issue

2009-07-27 Thread gwk
gwk wrote: Hi, I'm playing around with sorting via functionqueries, and I've set _val_ to the following: sum(product(always_on_top,5),recip(rord(publication_date),1,1000,1000)) Where the field always_on_top is a simple boolean field, where documents with always_on_top:true should always be

Re: debugQuery=true issue

2009-07-27 Thread Grant Ingersoll
What's the line number that is giving the NPE? Can you paste in a stack trace? -Grant On Jul 27, 2009, at 10:59 AM, gwk wrote: gwk wrote: Hi, I'm playing around with sorting via functionqueries, and I've set _val_ to the following:

Re: Core not reloading in Solr 1.3

2009-07-27 Thread ranjitr
Hi, I'm seeing the same problem with the SWAP CoreAdmin command. With Solr nightly build, I can create a new core with the CREATE admin command do a SWAP as many times as I like. I see the following after I issue the SWAP command: INFO: swaped: core1 with core3 But with Solr 1.3, I'm able

Re: tika 0.4?

2009-07-27 Thread Grant Ingersoll
Committed On Jul 27, 2009, at 7:18 AM, Grant Ingersoll wrote: See SOLR-1310 On Jul 26, 2009, at 2:10 PM, Grant Ingersoll wrote: I did test it, one unit test currently fails. On Jul 24, 2009, at 9:34 PM, Yonik Seeley wrote: On Fri, Jul 24, 2009 at 9:16 PM, Peter

THIS WEEK: PNW Hadoop, HBase / Apache Cloud Stack Users' Meeting, Wed Jul 29th, Seattle

2009-07-27 Thread Bradford Stephens
Hello again! Yes, I know some of us are still recovering from OSCON. It's time for another delicious meetup to chat about Hadoop, HBase, Solr, Lucene, and more! UW is quite a pain for us to access until August, so we're changing the venue to one pretty close: Piccolo's Pizza 5301 Roosevelt Way

Re: problems with + operator (seem to be treated as normal char and not as operator)

2009-07-27 Thread manuel aldana
Koji Sekiguchi wrote: To debug quert parser, use FULL INTERFACE admin form (http://localhost:8983/solr/admin/form.jsp) and check Debug: enable and see debug info. You cannot use analysis.jsp for this purpose because it doesn't use query parser. I see, good to know... I was already very

Re: Core not reloading in Solr 1.3

2009-07-27 Thread ranjitr
Ok, I think I found an alternative. With Solr 1.3, trying to reload the core from the browser using: http://localhost:8984/solr/admin/cores?action=RELOAD\core=core1 doesn't work (this problem does not happen with nightly build). But I use curl as in: curl

FieldCollapsing: Two response elements returned?

2009-07-27 Thread Jay Hill
I'm doing some testing with field collapsing, and early results look good. One thing seems odd to me however. I would expect to get back one block of results, but I get two - the first one contains the collapsed results, the second one contains the full non-collapsed results: result name=response

Re: Core not reloading in Solr 1.3

2009-07-27 Thread Erik Hatcher
On Jul 27, 2009, at 6:13 PM, ranjitr wrote: Ok, I think I found an alternative. With Solr 1.3, trying to reload the core from the browser using: http://localhost:8984/solr/admin/cores?action=RELOAD\core=core1 doesn't work (this problem does not happen with nightly build). But I use curl

Re: Core not reloading in Solr 1.3

2009-07-27 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Tue, Jul 28, 2009 at 6:39 AM, Erik Hatchere...@ehatchersolutions.com wrote: On Jul 27, 2009, at 6:13 PM, ranjitr wrote: Ok, I think I found an alternative. With Solr 1.3, trying to reload the core from the browser using: http://localhost:8984/solr/admin/cores?action=RELOAD\core=core1