JSON facet not working with dates

2017-10-25 Thread George Petasis
ngeField. Searching for the error I get, I found this source file: https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/search/facet/FacetRange.java Where in line 180 it has "if (ft instanceof TrieField || ft.isPointField()". Is it related to my problem? Is the new json facet interface not working with date ranges? Regards, George

Alternate score-based sorting for Solr Grouping

2011-12-06 Thread George Stathis
My previous subject line was not very scannable. Apologies for the re-post, I'm just hoping to get more eye-balls and hopefully some insights. Thank you in advance for your time. See below. -GS On Mon, Dec 5, 2011 at 1:37 PM, George Stathis gstat...@gmail.com wrote: Currently, solr grouping

Solr Grouping - sorting groups based on the sum of the scores of the documents within each group

2011-12-05 Thread George Stathis
Currently, solr grouping (http://wiki.apache.org/solr/FieldCollapsing) sorts groups by the score of the top document within each group. E.g. [...] groups:[{ groupValue:81cb63020d0339adb019a924b2a9e0c2, doclist:{numFound:9,start:0,maxScore:4.729042,docs:[ {

Solr approaches to re-indexing large document corpus

2011-05-09 Thread George P. Stathis
We are looking for some recommendations around systematically re-indexing in Solr an ever growing corpus of documents (tens of millions now, hundreds of millions in than a year) without taking the currently running index down. Re-indexing is needed on a periodic bases because: - New features

SOLR geospatial

2010-12-10 Thread George Anthony
functionality with bounding box type data (in contrast to simple point lat/long data). Thanks, George

Re: anybody using solr with Cassandra?

2010-08-31 Thread Siju George
Thanks a million Nick, We are currently debating whether we should use cassandra or membase or hbase with solr. Do you have anything to contribute as advice to us? Thanks again :-) --Siju On Tue, Aug 31, 2010 at 5:15 AM, nickdos n...@remedios-cole.id.au wrote: Yes, we are Cassandra. There

Re: anybody using solr with Cassandra?

2010-08-31 Thread Siju George
using HBase/Cassandra as an aux store of large data or using Cassandra to store the actual lucene index (as in LuCandra)? On Mon, Aug 30, 2010 at 11:06 PM, Siju George sgeorge...@gmail.com wrote: Thanks a million Nick, We are currently debating whether we should use cassandra or membase

anybody using solr with Cassandra?

2010-08-29 Thread Siju George
Hi, Is anybody using Solr with Cassandra? Are there any Gotcha's? Thanks --Siju

Re: Resume Solr indexing CSV after exception

2010-06-11 Thread David George
I modified TikaEntityProcessor to ignore these exceptions.: If the Tika Entity processor encounters an exception it will stop indexing. I had to make two fixes to TikaEntityProcessor to work around this problem. From the Solr SVN trunk edit the file:

Re: Resume Solr indexing CSV after exception

2010-06-11 Thread David George
cool I will try that. -- View this message in context: http://lucene.472066.n3.nabble.com/Resume-Solr-indexing-CSV-after-exception-tp878801p888605.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: TikaEntityProcessor not working?

2010-06-03 Thread David George
Which version of Tika do you have? There was a problem introduced somewhere between Tika 0.6 and Tika 0.7 whereby the TikaConfig method config.getParsers() was returns an empty parser list due to class loader scope issues with Solr running under an application server. There is a fix in the Tika

Indexing stops after exception

2010-06-03 Thread David George
I have a list of files in a database that I am indexing (it is a liferay database and the file lists are attachments). I'm encountering the following error https://issues.apache.org/jira/browse/PDFBOX-709 on one of the PDF documents and this causes indexing to stop (the TikaEntityProcessor)

some hyphenated words not found

2010-03-14 Thread george young
I have a nearly generic out-of-box installation of solr. When I search on a short text document containing a few hyphenated words, I get hits on *some* of the words, but not all. I'm quite puzzled as to why. I've checked that the text is only plain ascii. How can I find out what's wrong? In

RE: Near Real Time

2009-10-21 Thread George Aroush
out of reach? How about 3GB with 3 million records? 3GB with 800K records? This is for 1 min. NRT setting. Thanks. -- George

Re: DataImportHandler Full Import completed successfully after SQLException

2009-06-25 Thread George
properties (i.e. onError value is default 'abort') in DataImportHandler. George -- - Noble Paul | Principal Engineer| AOL | http://aol.com

DataImportHandler Full Import completed successfully after SQLException

2009-06-24 Thread George
) and no custom properties (i.e. onError value is default 'abort') in DataImportHandler. George

Index an Oracle DATE column with a Solr DateField

2009-03-06 Thread George
Hi, I've an Oracle DATE column that I want to index with a Solr DateField. The part of my schema.xml looks like this: fieldType name=date class=solr.DateField sortMissingLast=true omitNorms=true/ field name=plazo type=date indexed=true stored=true default=NOW multiValued=false / I use

Re: Custom sort (score + custom value)

2008-11-03 Thread George
Ok Yonik, thank you. I've tried to execute the following query: {!boost b=log(myrank) defType=dismax}q and it works great. Do you know if I can do the same (combine a DisjunctionMaxQuery with a BoostedQuery) in solrconfig.xml? George On Sun, Nov 2, 2008 at 3:01 PM, Yonik Seeley [EMAIL

Custom sort (score + custom value)

2008-11-02 Thread George
in order to apply my custom value in the sortValue function in ScoreDocComparator. What do you think? What's the best option in that case? Another option? Thank you in advance, George

Re: Can Solr be used to search public websites(Newbie).

2008-09-17 Thread George Everitt
in how search engines work. I found this very readable and accurate site the other day: http://www.tbray.org/ongoing/When/200x/2003/07/30/OnSearchTOC Regards, George On Sep 17, 2008, at 8:39 AM, convoyer wrote: Hi all. I am quite new to solr. I am just checking whether this tool suits my

RE: Solr* != solr*

2008-08-01 Thread George Aroush
it? That is, is breaking on generic whitespaces (independent of the analyzer in use) good enough? Thanks. -- George -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2008 9:35 PM To: solr-user@lucene.apache.org Subject: Re: Solr* != solr* George

schema.xml for CJK, German, French, etc.

2008-07-02 Thread George Aroush
=solr.LowerCaseFilterFactory/ filter class=solr.SnowballPorterFilterFactory language=German / filter class=solr.RemoveDuplicatesTokenFilterFactory/ /analyzer /fieldtype Will those filters work on German text? Thanks. -- George

RE: schema.xml for CJK, German, French, etc.

2008-07-02 Thread George Aroush
? That is, will WordDelimiterFilterFactory work with a German filter? Etc. It would be nice if folks share their setting (Generic for each language) and then we can add them to a Solr Wiki. -- George -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2008 9:40 PM To: solr-user

Solr* != solr*

2008-07-01 Thread George Aroush
=solr.EnglishPorterFilterFactory protected=protwords.txt/ filter class=solr.RemoveDuplicatesTokenFilterFactory/ /analyzer /fieldType Btw, Solr, solr, sOlr, etc. works. It's a problem with wild cards. Thanks in advance. -- George

return only sorted Field, but with a different Field Name

2008-03-10 Thread George Abraham
of the RequestHandler? Thanks, George

Inverted Search Engine

2008-01-23 Thread George Everitt
, but they are still a bit primitive, and I'd like to throw it over the transom and see who bites... George Everitt Applied Relevance LLC

Re: Inverted Search Engine

2008-01-23 Thread George Everitt
Wow, that's spooky. Thanks for the heads up - looks like a good list to subscribe to as well George Everitt Applied Relevance LLC [EMAIL PROTECTED] Tel: +1 (727) 641-4660 Fax: +1 (727) 233-0672 Skype: geverit4 AIM: [EMAIL PROTECTED] On Jan 23, 2008, at 2:30 PM, Erick Erickson wrote

Solr and WebSphere 6.1

2007-12-28 Thread George Aroush
. Thanks. -- George

Re: does solr handle hierarchical facets?

2007-12-17 Thread George Everitt
it up as a part of the code base. I'm pretty naive when it comes to FLOSS, so any authoritative non-condescending hints on how to go about this would be greatly appreciated. Regards, George

Heritrix and Solr

2007-11-22 Thread George Everitt
sites - there's no 'integration' required at all. Can you believe the temerity? What a poltroon. Yours in Revolution, George

Re: Heritrix and Solr

2007-11-22 Thread George Everitt
and Lucene. On Nov 22, 2007, at 10:10 PM, Otis Gospodnetic wrote: The answer to that question, Norberto, would depend on versions. George: why not just use straight Nutch and forget about Heritrix? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message

Re: Can you parse the contents of a field to populate other fields?

2007-11-07 Thread George Everitt
, you can easily display the categories appropriate to the object. And do facet selections like show me all green things and show me all size 4 things. Even if that's not your goal, this might help someone else. George Everitt On Nov 7, 2007, at 3:15 PM, Kristen Roth wrote: So, I

RE: multiple indices

2007-09-11 Thread George Aroush
servlet container, whether it be jetty plus, tomcat, resin, etc. Does this means Solr 1.2 supports MultiSearcher? -- George

MoreLikeThis throwing NPE

2007-09-09 Thread George L
( BaseSolrServer.java:99) at my.padam.solr.SolrJQueryTest.testQuery(SolrJQueryTest.java:134) at my.padam.solr.SolrJQueryTest.main (SolrJQueryTest.java:165) -- Thanks George L

Re: [slightly ot] Looking for Lucene/Solr consultant in Germany

2007-08-15 Thread George Everitt
to help. Let me know if you're interested. George Everitt Applied Relevance LLC [EMAIL PROTECTED] Tel: +1 (727) 641-4660 Fax: +1 (727) 233-0672 On Aug 8, 2007, at 12:43 PM, Jan Miczaika wrote: Hello, we are looking for a Lucene/Solr consultant in Germany. We have set up a Lucene/Solr

filter query: comparing values between fields

2007-04-11 Thread George Abraham
a search, I want the fq param in solrconfig.xml to look like this: str name=fq blah1:blah2 /str Of course the above code won't work right now, but is there any way to specify that blah2 is actually a field and not a value? Thanks, George