Custom sort (score + custom value)

2008-11-02 Thread George
malized. I need it normalized 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: 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

Re: Custom sort (score + custom value)

2008-11-04 Thread George
Todd: Yes, I looked into these arguments before I found the problem I described in the first email. Yonik: It's exactly what I was looking for. George On Mon, Nov 3, 2008 at 7:10 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Mon, Nov 3, 2008 at 12:37 PM, George <[EMAIL

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: I use DataImportHandler. When I do a search, this field is returned with one day before. Oracle: 2006-12-10. Solr: 2006-12-09T23:00:00Z If I index it as a String, it's indexed

DataImportHandler Full Import completed successfully after SQLException

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

Re: DataImportHandler Full Import completed successfully after SQLException

2009-06-24 Thread George
up the exception and logs error and goes back. I shall > raise an issue > > thanks > > > On Wed, Jun 24, 2009 at 11:12 PM, George wrote: > > Hi, > > Yesterday I found out the following exception trying to index from an > Oracle > > Database

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

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":[ {

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 wrote: > Currently, solr groupi

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: anybody using solr with Cassandra?

2010-08-30 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 wrote: > > Yes, we are Cassandra. There is nothing much to say r

Re: anybody using solr with Cassandra?

2010-08-30 Thread Siju George
ase/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 > wrote: > > > Thanks a million Nick, > > > > We are currently debating whether we should use c

SOLR geospatial

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

RE: Near Real Time

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

Solr* != solr*

2008-07-01 Thread George Aroush
Here is my customize schema.xml setting: Btw, "Solr", "solr", "sOlr", etc. works. It's a problem with wild cards. Thanks in advance. -- George

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

2008-07-02 Thread George Aroush
those filters work on German text? Thanks. -- George

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

2008-07-02 Thread George Aroush
t 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

RE: Solr* != solr*

2008-08-01 Thread George Aroush
so, how did you workaround 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

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

2008-09-17 Thread George Everitt
do a bit more basic research 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 check

Commit frequency

2009-01-16 Thread George Aroush
003 server, with 4 Gb RAM and 3 GHZ 2x Xean CPU. So, if you can share your setup, at least the commit frequency, I would appreciate it. What I'm trying to get out of this, is what's the lowest commit frequency that Solr can handle. Regards, -- George

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 th

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 0

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) thro

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: ~/src/solr-svn/trunk/solr/contrib/dataimpor

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: [slightly ot] Looking for Lucene/Solr consultant in Germany

2007-08-15 Thread George Everitt
ith those limitations, I'd be happy 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 con

MoreLikeThis throwing NPE

2007-09-09 Thread George L
olrServer.java:106) at org.apache.solr.client.solrj.request.QueryRequest.process ( QueryRequest.java:80) at org.apache.solr.client.solrj.impl.BaseSolrServer.query( 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: MoreLikeThis throwing NPE

2007-09-10 Thread George L
query field be stored? It will be nice if http://wiki.apache.org/solr/FieldOptionsByUseCase is updated. -- Thanks George L On 9/9/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: > > George L wrote: > > I have been trying the MLT Query using EmbeddedSolr and SolrJ clients, > whic

RE: multiple indices

2007-09-11 Thread George Aroush
ities with > Solr (multi-index falls into that category), they should be > able to configure their own servlet container, whether it be > jetty plus, tomcat, resin, etc. Does this means Solr 1.2 supports MultiSearcher? -- George

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

2007-11-07 Thread George Everitt
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 think I have things set up correctly in my schema, but it doesn't appear that any logic is being applied to my Category_# fields - they are being p

Heritrix and Solr

2007-11-22 Thread George Everitt
t use XXX to crawl your web 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
lly over the past few months as I feel my way through Solr 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://sematex

Re: Facets - What's a better term for non technical people?

2007-12-17 Thread George Everitt
) Regards, George On Dec 11, 2007, at 11:16 PM, Otis Gospodnetic wrote: Isn't that GROUP BY ColumnX, count(1) type of thing? I'd think "group by" would be a good label. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: &quo

Re: does solr handle hierarchical facets?

2007-12-17 Thread George Everitt
igure out how to offer 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

Re: Newbie question about Solr use in web applications

2007-12-18 Thread George Everitt
On Dec 14, 2007, at 9:55 AM, Stuart Sierra wrote: On Dec 13, 2007 9:20 PM, solruser2 <[EMAIL PROTECTED]> wrote: Let's say I have a database containing people, groups, and projects (these all have different fields). I want to index these different kinds of objects with a view to eventually p

Solr and WebSphere 6.1

2007-12-28 Thread George Aroush
s need too. Thanks. -- George

Inverted Search Engine

2008-01-23 Thread George Everitt
lity into Solr? I have my own thoughts, 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:

return only sorted Field, but with a different Field Name

2008-03-10 Thread George Abraham
o I change that setting? Do I have to rewrite some part of the RequestHandler? Thanks, George

filter query: comparing values between fields

2007-04-11 Thread George Abraham
search, I want the fq param in solrconfig.xml to look like this: blah1:blah2 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

Re: filter query: comparing values between fields

2007-04-12 Thread George Abraham
You know, that's ultimately what I have done. My thinking is that doing field comparisons could be too intensive an operation anyway. Thanks, George On 4/11/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 4/11/07, George Abraham <[EMAIL PROTECTED]> wrote: > I am using the

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 ar