Re: singular/plurals

2010-12-10 Thread Tom Hill
Check out this page: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters Look, in particular, for "stemming". On Fri, Dec 10, 2010 at 7:58 PM, Jack O wrote: > Hello, > > Need one more help: > > What do I have to do so that search will work for singulars and plurals ? > > > > I would real

Re: command line parameters for solr

2010-12-10 Thread Tom Hill
java -jar start.jar --help More docs here http://docs.codehaus.org/display/JETTY/A+look+at+the+start.jar+mechanism Personally, I usually limit access to localhost by using whatever firewall the machine uses. Tom On Fri, Dec 10, 2010 at 7:55 PM, Jack O wrote: > Hello, > > For star

Re: Is it possible to assign default value for a particular record when using multivalued field type?

2010-12-10 Thread Tom Hill
;s possible that you might be able to do something with an UpdateRequestProcessor. But I'm afraid the null values may be gone by that point. If I knew how you were getting the data in, it would be easier to check. Tom On Fri, Dec 10, 2010 at 2:20 PM, bbarani wrote: > > Hi, > >

copyField at search time / multi-language support

2011-03-28 Thread Tom Mortimer
about Solr internals at the moment... thanks, Tom

Highlighting not working

2011-04-07 Thread Tom Mortimer
r): explicit 10 cv_text_en cv_text_de ... on cv_text I've tried playing with other hl. parameters, but have had no luck so far. Any ideas? thanks, Tom

Re: Highlighting not working

2011-04-07 Thread Tom Mortimer
I guess what I'm asking is - can Solr highlight non-indexed fields? Tom On 7 April 2011 11:33, Tom Mortimer wrote: > Hi, > > I'm having trouble getting highlighting to work for a large text > field. This field can be in several languages, so I'm sending it to > on

Re: Highlighting not working

2011-04-07 Thread Tom Mortimer
Problem solved. *bangs head on desk* T On 7 April 2011 11:33, Tom Mortimer wrote: > Hi, > > I'm having trouble getting highlighting to work for a large text > field. This field can be in several languages, so I'm sending it to > one of several fields configured approp

Re: Custom filter development

2011-05-09 Thread Tom Hill
uot;a3". I want to do a > one-to-one mapping to "b" -> "c" too, and I want to have the possibility to > remove a Token "d" -> "". > > How can I do this, when the "next" methods returns only one Token, not a > collection? Buf

Re: Indexing data from multiple datasources

2011-06-09 Thread Tom Gross
t as literal fields? Thanks in advance Greg -- Auther of the book "Plone 3 Multimedia" - http://amzn.to/dtrp0C Tom Gross email.@toms-projekte.de skype.tom_gross web.http://toms-projekte.de blog...http://blog.toms-projekte.de

Re: char sets accepted via xml

2011-06-22 Thread Tom Gross
Hi, I also have this issue with Solr 3.2.0. It is probably this: https://issues.apache.org/jira/browse/SOLR-2381 Tom On 06/15/2011 02:09 PM, Mark Cunningham wrote: Hi, If you submit information to solr using xml, does the server assume you're using unicode encoded in utf8? And does it a

Re: Nightly builds

2011-07-05 Thread Tom Gross
On 07/05/2011 04:08 PM, Benson Margulies wrote: The solr download link does not point to or mention nightly builds. Are they out there? http://lmgtfy.com/?q=%2Bsolr+%2Bnightlybuilds&l=1 -- Auther of the book "Plone 3 Multimedia" - http://amzn.to/dtrp0C Tom Gross email

Re: Nightly builds

2011-07-05 Thread Tom Gross
signature. Thanks, for that! On Tue, Jul 5, 2011 at 10:19 AM, Tom Gross wrote: On 07/05/2011 04:08 PM, Benson Margulies wrote: The solr download link does not point to or mention nightly builds. Are they out there? http://lmgtfy.com/?q=%2Bsolr+%2Bnightlybuilds&l=1 -- Auther of the

Error loading a custom request handler in Solr 4.0

2011-08-10 Thread Tom Mortimer
:8983/solr/ displayed this: org.apache.solr.common.SolrException: Error Instantiating Request Handler, FlaxTestHandler is not a org.apache.solr.request.SolrRequestHandler at org.apache.solr.core.SolrCore.createInstance(SolrCore.java:410) ... Any ideas? thanks, Tom

Re: Error loading a custom request handler in Solr 4.0

2011-08-10 Thread Tom Mortimer
n "Flax"; } public String getVersion() { return "Flax"; } } On 10 August 2011 16:43, simon wrote: > Th attachment isn't showing up (in gmail, at least). Can you inline > the relevant bits of code ? > > On Wed, Aug 10, 2011 at 11:05 AM, Tom Mortimer wrote: >

Re: how to ignore case in solr search field?

2011-08-10 Thread Tom Mortimer
You can use solr.LowerCaseFilterFactory in an analyser chain for both indexing and queries. The schema.xml supplied with example has several field types using this (including "text_general"). Tom On 10 August 2011 16:42, nagarjuna wrote: > Hi please help me .. >ho

Re: Error loading a custom request handler in Solr 4.0

2011-08-10 Thread Tom Mortimer
Interesting.. is this in trunk (4.0)? Maybe I've broken mine somehow! What classpath did you use for compiling? And did you copy anything other than the new jar into lib/ ? thanks, Tom On 10 August 2011 18:07, simon wrote: > It's working for me. Compiled, inserted in solr/l

Re: Error loading a custom request handler in Solr 4.0

2011-08-10 Thread Tom Mortimer
Thanks Simon. I'll try again tomorrow. Tom On 10 August 2011 18:46, simon wrote: > This is in trunk (up to date). Compiler is 1.6.0_26 > > classpath was > > dist/apache-solr-solrj-4.0-SNAPSHOT.jar:dist/apache-solr-core-4.0-SNAPSHOT.jar > built from trunk just prior by

Re: Solr4 how to make it do this?

2012-09-18 Thread Tom Mortimer
he query to Solr, e.g.: "3 bed Surrey" -> q="Surrey" fq=bed:3 I guess this kind of thing could also be implemented as a Solr query plug-in. Don't know if anything like it exists. Tom On 18 Sep 2012, at 11:30, george123 wrote: > I guess I could come up

Re: Personalized Boosting

2012-09-18 Thread Tom Mortimer
Hi, Would this do the job? http://wiki.apache.org/solr/QueryElevationComponent Tom On 18 Sep 2012, at 01:36, deniz wrote: > Hello All, > > I have a requirement or a pre=requirement for our search application. > Basically the engine will be on a website with plenty of users a

Re: Personalized Boosting

2012-09-19 Thread Tom Mortimer
e.org/solr/SolrRelevancyFAQ#How_can_I_change_the_score_of_a_document_based_on_the_.2Avalue.2A_of_a_field_.28say.2C_.22popularity.22.29 Tom On 19 Sep 2012, at 02:49, deniz wrote: > Hello Tom > > Thank you for your link, but after overviewing it, I dont think it will > help... In my ca

Re: ID reference field - Needed but not searchable or retrievable

2012-09-20 Thread Tom Mortimer
remove the whole doc, not just the uniqueID field. Tom On 20 Sep 2012, at 13:38, Spadez wrote: > Hi. > > My SQL database assigns a uniqueID to each item. I want to keep this > uniqueID assosiated to the items that are in Solr even though I wont ever > need to display them or

Solr 4.0 - disappointing results sharding on 1 machine

2012-09-20 Thread Tom Mortimer
ave the single VM -Xmx1G and each shard VM -Xmx500M. I must be doing something stupid - surely this result is unexpected? Does anybody have any thoughts where it might be going wrong? cheers, Tom

Re: Solr 4.0 - disappointing results sharding on 1 machine

2012-09-20 Thread Tom Mortimer
Before anyone asks, these results were obtained warm. On 20 Sep 2012, at 14:39, Tom Mortimer wrote: > Hi all, > > After reading > http://carsabi.com/car-news/2012/03/23/optimizing-solr-7x-your-search-speed/ > , I thought I'd do my own experiments. I used 2M docs from wiki

Re: AutoIndexing

2012-09-25 Thread Tom Mortimer
Hi Darshan, Can you give us some more details, e.g. what do you mean by "database"? A RDBMS? Which software? How are you indexing it (or intending to index it) to Solr? etc... cheers, Tom On 25 Sep 2012, at 09:55, darshan wrote: > Hi All, > >Is there

Re: How can I create about 100000 independent indexes in Solr?

2012-09-25 Thread Tom Mortimer
Hi, Why do you think that the indexes should be independent? What would be the problem with using a single index and filter queries? Tom On 25 Sep 2012, at 03:21, 韦震宇 wrote: > Dear all, >The company I'm working in have a website to server more than 10 > customers, and

Re: AutoIndexing

2012-09-25 Thread Tom Mortimer
e.org/solr/DataImportHandlerDeltaQueryViaFullImport Tom On 25 Sep 2012, at 11:28, darshan wrote: > My Document is Database(yes RDBMS) and software for it is postgresql, where > any change in it's table should be reflected, without re-indexing. I am > indexing it via DIH process > Thanks, > Darshan > &g

New Technical White Papers on Apache Lucene 2.9 and Solr 1.4 from Lucid Imagination

2009-10-23 Thread Tom Alt
ation, rich document acquisition and more) . Download (reg required) at http://www.lucidimagination.com/whitepaper/whats-new-in-solr-1-4?sc=AP Tom www.lucidimagination.com

Re: Solr - Load Increasing.

2009-11-16 Thread Tom Alt
, and five minutes for maxTime (5*60*1000) or about 3 laks of milliseconds. That should help performance a lot. Try that, and see how it works. Tom On Mon, Nov 16, 2009 at 2:43 PM, Shashi Kant wrote: > I think it would be useful for members of this list to realize that not > everyone uses th

Webinar: An Introduction to Basics of Search and Relevancy with Apache Solr hosted by Lucid Imagination

2009-11-23 Thread Tom Hill
In this introductory technical presentation, renowned search expert Mark Bennett, CTO of Search Consultancy New Idea Engineering, will present practical tips and examples to help you quickly get productive with Solr, including: * Working with the "web command line" and controlling your inputs and

Re: Multi-Term Synonyms

2009-11-24 Thread Tom Hill
giving any text to the Analyzer, so if a person searches for the words **sea biscit** the analyzer will be given the words "sea" and "biscit" seperately, and will not know that they match a synonym."* ... Tom On Tue, Nov 24, 2009 at 10:47 AM, brad anderson wro

Re: deleteById without solrj?

2009-12-03 Thread Tom Hill
http://wiki.apache.org/solr/UpdateXmlMessages#A.22delete.22_by_ID_and_by_Query On Thu, Dec 3, 2009 at 11:57 AM, Joel Nylund wrote: > Is there a url based approach to delete a document? > > thanks > Joel > >

Re: why no results?

2009-12-07 Thread Tom Hill
Hi - That's a common one to get bit by. The string On Mon, Dec 7, 2009 at 7:44 PM, regany wrote: > > hi all - newbie solr question - I've indexed some documents and can search > / > receive results using the following schema - BUT ONLY when searching on the > "id" field. If I try searching on t

Re: why no results?

2009-12-07 Thread Tom Hill
k Brown Fox", because it's not the whole field. The ID field probably works because it has one term in it. "1" finds "1" just fine. Try solr.TextField instead. Tom On Mon, Dec 7, 2009 at 7:47 PM, Tom Hill wrote: > Hi - > > That's a common one to

Re: Case Insensitive search not working

2009-12-08 Thread Tom Hill
Did you rebuild the index? Changing the analyzer for the index doesn't affect already indexed documents. Tom On Tue, Dec 8, 2009 at 11:57 AM, insaneyogi3008 wrote: > > Hello, > > I tried to force case insensitive search by having the following setting in > my schema.xml f

maximum length of string that Solr can index

2008-07-22 Thread Tom Lord
ndard behaviour, what is the approved way of avoiding this issue? Should we index on a per-page basis rather than trying to do 130 pages as a single document? thanks in advance, Tom. -- Tom Lord | ([EMAIL PROTECTED]) Aptivate | http://www.aptivate.org | Phone: +44 1223 760887 The Humanitarian C

number of matching documents incorrect during postOptimize

2008-08-11 Thread Tom Morton
spawned it to finish. This is pretty ugly and could lead to some race conditions but will probably work. Any better recommendations on how to acheive this functionality? Thanks...Tom

prefix matching

2009-04-23 Thread Tom Morton
e shu huf ufl fle shuf hufl ufle shufl hufle shufle" This post suggests that I need to set the Position Increment for the my token filter, but I'm not sure how to do that or if it's possible. http://www.lucidimagination.com/search/document/bc643c39f0b6e423/queryparser_and_ngrams#629b39ea39aa9cd4 Thoughts? Thanks...Tom

newbie question about indexing RSS feeds with SOLR

2009-04-23 Thread Tom H
sales listing aggregator. But I can see that they must have solved some of the problems I am thinking of such as scheduled indexing of remote resources, and writing a parser to get data fields from some other sites templates. Any advice would be welcome... Many Thanks, Tom

Re: Improvising solr queries

2010-01-04 Thread Tom Hill
e distributing an optimized index, so optimizing the slave should be a no-op. Check to see what files you have on the slave after snappulling. Tom

Re: Multiple Cores Vs. Single Core for the following use case

2010-01-27 Thread Tom Hill
ignificant amount of memory. Tom On Wed, Jan 27, 2010 at 11:38 AM, Amit Nithian wrote: > It sounds to me that multiple cores won't scale.. wouldn't you have to > create multiple configurations per each core and does the ranking function > change per user? > > I would imagin

Re: Plurals in solr indexing

2010-01-27 Thread Tom Hill
I recommend getting familiar with the analysis tool included with solr. From Solr's main admin screen, click on "analysis", Check verbose, and enter your text, and you can see the changes that happen during analysis. It's really helpful, especially when getting started.

Re: Warning : no lockType configured for...

2010-03-02 Thread Tom Hill.
Hi Mani, Mani EZZAT wrote: > I'm dynamically creating cores with a new index, using the same schema > and solrconfig.xml Does the problem occur if you use the same configuration in a single, static core? Tom -- View this message in context: http://old.nabble.com/Re%3A-War

Re: java.lang.OutOfMemoryError, VM may need to be forcibly terminated

2010-03-12 Thread Tom Hill
x27;t have enough memory, that's just going to move the problem. You can watch memory usage with jconsole, or get more detail with something like yourkit. Tom On Fri, Mar 12, 2010 at 10:17 AM, Oleg Burlaca wrote: > Hello, > > I've searched the list for this kind of error bu

Re: Problem with suggest search

2010-03-15 Thread Tom Hill
You need a query string with the standard request handler. (dismax has q.alt) Try q=*:*, if you are trying to get facets for all documents. And yes, a friendlier error message would be a good thing. Tom On Mon, Mar 15, 2010 at 9:03 AM, David Rühr wrote: > Hi List. > > We have two Se

Re: Odd query result

2010-04-20 Thread Tom Hill
Assuming I did this right, I'd next look for is a copyField. Is the user's query really being executed against this field? Schema.xml could be useful, too. Tom On Tue, Apr 20, 2010 at 10:19 AM, Charlie Jackson < charlie.jack...@cision.com> wrote: > I've got an odd scen

Re: Odd query result

2010-04-20 Thread Tom Hill
you don't need to do it for both. I usually do it at index time Tom On Tue, Apr 20, 2010 at 11:29 AM, MitchK wrote: > > It has nothing to do with your problem, since it seems to work when Tom > tested it. > However, it seems like you are using the same configurations on query- and

Solr associations

2010-04-22 Thread Fornoville, Tom
the categories (adding.remioving synonyms...) without indexing all the businesses again. Is there anything in Solr that does this kind of associations or do we need to develop some specific pieces? All feedback and suggestions are welcome. Thanks in advance, Tom

Custom sorting

2010-05-28 Thread Fornoville, Tom
n top of this they obviously want support for facets and paging. My apologies for the long mail but I would greatly appreciate feedback and/or suggestions. I'm aware that this that this is a very particular problem but everything that points me in the right direction is helpful. Cheers, Tom

custom scorer in Solr

2010-06-09 Thread Fornoville, Tom
hey should only get 4. I assume for this to work we would need to develop a custom Scorer class but we have no clue on how to incorporate this in Solr. Maybe there is even a simpler solution that we don't know about. All suggestions welcome! Thanks, Tom

RE: custom scorer in Solr

2010-06-14 Thread Fornoville, Tom
dback and suggestions on this because this is the issue that will make or break the acceptance of Solr for this client. Thanks, Tom -Original Message- From: Fornoville, Tom Sent: woensdag 9 juni 2010 15:35 To: solr-user@lucene.apache.org Subject: custom scorer in Solr Hi all, W

RE: custom scorer in Solr

2010-06-14 Thread Fornoville, Tom
-Jan 2010/6/14 Fornoville, Tom > I've been investigating this further and I might have found another path > to consider. > > Would it be possible to create a custom implementation of a SortField, > comparable to the RandomSortField, to tackle the problem? > > >

RE: custom scorer in Solr

2010-06-15 Thread Fornoville, Tom
locality4:Antwerp). I have no idea how this can be rewritten in SolrJ using a standard dismax query. So in conclusion I think this client will probably need a custom QParser. Time to start reading and experimenting I guess. Regards, Tom -Original Message- From: Chris Hostetter [mailto:h

Returning errors from request handler

2007-07-26 Thread Tom Hill
m I doing something wrong? Or is there some config I need to do, or is that just how it is? Tom

Synonym questions

2007-08-09 Thread Tom Hill
2) For this to work, I need to use "includeOrig". It appears that "includeOrig" is hard coded to be false in SynonymFilterFactory. Is there any reason for this? It's pretty easy to change

Re: Problem with stemming

2007-08-13 Thread Tom Mastre
Go here http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?highlight=%28ste mming%29#head-88cc86e4432b359030cffdb32d095062b843d4f5 Look for this solr.PorterStemFilterFactory On 8/13/07 1:50 PM, "David Whalen" <[EMAIL PROTECTED]> wrote: > Thanks, guys. I'm sure that by the time I ge

Re: How to realize index spaces

2007-08-23 Thread Tom Hill
document belongs to (belonging to multiple is OK). And then to query only that index space, add, for example &fq=space:product to your query URL. Assuming you named the field 'space', and wanted the 'product' space. There's a related example in the example solrconfig, look at Tom

Re: Facet for multiple values field

2007-08-30 Thread Tom Hill
er reasons, use copyField to assemble them. Tom On 8/30/07, Giri <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to get the facet values from a field that contains multiple > words, for example: > > I have a field "keywords" > > and values for this: K

Re: update servlet not working

2007-09-06 Thread Tom Hill
I don't use the java client, but when I switched to 1.2, I'd get that message when I forget to add the content type header, as described in CHANGES.txt > 9. The example solrconfig.xml maps /update to XmlUpdateRequestHandler using the new request dispatcher (SOLR-104). This requires posted co

Re: solr/home

2007-09-06 Thread Tom Hill
It works for me. (fragments with solr 1.2 on tomcat 5.5.20) Could you post your fragment file? Tom On 9/6/07, Matt Mitchell <[EMAIL PROTECTED]> wrote: > Hi, > > I recently upgraded to Solr 1.2. I've set it up through Tomcat using > context fragment files. I deploy using

Re: Query for German "Special Characters" (i.e., ä, ö, ß)

2007-09-13 Thread Tom Hill
If you are using tomcat, try adding "URIEncoding="UTF-8" to your tomcat connector. use the analysis page of the admin interface to check to see what's happening to your queries, too. http://localhost:8080/solr/admin/analysis.jsp?highlight=on (your port # may vary) T

Re: Query for German "Special Characters" (i.e., ä, ö, ß)

2007-09-14 Thread Tom Hill
Hi Marc, Are you using the same stemmer on your queries that you use when indexing? Try the analysis function in the admin UI, to see how things are stemmed for indexing vs. querying. If they don't match for really and fünny, and do match for kraßen, then that's your problem. Tom

Re: Query for German "Special Characters" (i.e., ä, ö, ß)

2007-09-14 Thread Tom Hill
I do. :-) Tom On 9/14/07, Marc Bechler <[EMAIL PROTECTED]> wrote: > > Index for "really": 5* really. Query for &qu

Re: Slow response

2007-09-14 Thread Tom Hill
automatically use approach 2? Or is this something I have to actively configure? And is approach 2 better than 1? Or vice versa? Or is the answer "it depends"? :-) If, as I suspect, the answer was "it depends", are there any general guidelines on when to use or approach or

Re: pluggable functions

2007-09-18 Thread Tom Hill
ny other things this would need to do? Is anyone else working on this? Tom On 9/18/07, Jon Pierce <[EMAIL PROTECTED]> wrote: > > I see Yonik recently opened an issue in JIRA to track the addition of > pluggable functions (https://issues.apache.org/jira/browse/SOLR-356). > Any cha

Re: Solr live at Netflix

2007-10-02 Thread Tom Hill
Nice! And there seem to be some improvements. For example, "Gamers" and "Gamera" no longer stem to the same word :-) Tom On 10/2/07, Walter Underwood <[EMAIL PROTECTED]> wrote: > > Here at Netflix, we switched over our site search to Solr two weeks ago. >

Re: Availability Issues

2007-10-08 Thread Tom Hill
Hi - We're definitely not seeing that. What do your logs show? What do your schema/solrconfig look like? Tom On 10/8/07, David Whalen <[EMAIL PROTECTED]> wrote: > > Hi All. > > I'm seeing all these threads about availability and I'm > wondering why my s

Re: Solr + Tomcat Undeploy Leaks

2007-10-18 Thread Tom Hill
I certainly have seen memory problems when I just drop a new war file in place. So now I usually stop tomcat and restart. I used to see problems (pre-1.0) when I just redeployed repeatedly, without even accessing the app, but I've got a little script running in the background that has done that 50

1.3 DisMax and MoreLikeThis

2008-06-04 Thread Tom Morton
7.84501 = idf(docFreq=2116, numDocs=1988249) 0.875 = fieldNorm(field=name, doc=63941) Here's my build info: Solr Specification Version: 1.2.2008.06.02.15.21.48 Solr Implementation Version: 1.3-dev 662524M - tsmorton - 2008-06-02 15:21:48 Is this feature now broken or does it look like my config is wrong? Thanks...Tom

Re: 1.3 DisMax and MoreLikeThis

2008-06-04 Thread Tom Morton
Hi, Thanks Yonik. That fixed that. I would be useful to change one of the existing dismax query types in the default solrconfig.xml to use this new syntax (Especially since DisMaxRequestHandler is being deprecared.) Thanks again...Tom On Wed, Jun 4, 2008 at 11:19 AM, Yonik Seeley <[EM

Boost support for MoreLikeThis fields

2008-06-04 Thread Tom Morton
anked rather than for the seeding query. Has this feature gotten any attention? Thanks...Tom

docFreq disable / disable end of word letter removal

2006-07-12 Thread Tom Weber
the trailing "s" is great, but for some circumstances, the "d" removal of "comed" is not the ideal way. Thanks for the help And thanks for the really great tool solr is Tom

Own Similarity Class in Solr

2006-07-26 Thread Tom Weber
with this topic, and might give me some code or advices ? Thats would be really great Thanks Best Greetings, Tom

Recompilation of latest lucene seems to break update of Solr

2006-07-26 Thread Tom Weber
files on solr with the newly created (compiled) ones Thanks tom

Recompilation of latest lucene seems to break update of Solr - Addum

2006-07-26 Thread Tom Weber
(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool $ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Tom

Recompilation of latest lucene seems to break update of Solr - Solution

2006-07-26 Thread Tom Weber
the "svn" tool, here the syntax : "svn checkout http://svn.apache.org/repos/asf/lucene/java/trunk/ lucene" this version does compile and the solr is able to compile also, as well as the application is running with the jhust build .jar files. Best Greetings, Tom

Re: Own Similarity Class in Solr

2006-07-27 Thread Tom Weber
with a hight boostfactor and the same text in it as another one with less factor shall be before the others. Something I do might be completely wrong, perhaps You have an idea ? Thanks, Tom

Double Solr Installation on Single Tomcat (or Double Index)

2006-09-06 Thread Tom Weber
advice how to set this up, and how to be sure that both indexes do not interact ? Many thanks for any help, Best Greetings, Tom

Strange Sorting results on a Text Field

2006-09-11 Thread Tom Weber
this search, because the XML entries are correct too. Any Idea where I may search for the error ? Also, does somebody has a link where the benefits of "multiValued" are explained ? Thanks, Tom

Re: Strange Sorting results on a Text Field

2006-09-11 Thread Tom Weber
t;>text1 text2 text3. Thanks, tom On 11 Sep, 2006, at 15:14 , Yonik Seeley wrote: On 9/11/06, Tom Weber <[EMAIL PROTECTED]> wrote: Hello, have a strange response in a query with sorting. I sort on a field which is : I think you probably want a type="strin

Re: Embedding Solr vs Lucene, multiple Solr cores?

2007-04-13 Thread Tom Hill
destepping your stated requirements, but I'd take a long look at that one. BTW, We cut over from an embedded Lucene instance to Solr about 4 months ago, and are very happy that we did. Tom On 4/13/07, Henrib <[EMAIL PROTECTED]> wrote: I'm trying to choose between embedding Luce

Re: browse a facet without a query?

2007-04-23 Thread Tom Hill
field, if you don't already have an appropriate one. Tom

Re: Group results by field?

2007-05-02 Thread Tom Hill
modifying SolrIndexSearcher, and replacing FieldSortedHitQueue, and ScorePriorityQueue with versions that remove dups based in a particular field. Tom On 5/2/07, Matthew Runo <[EMAIL PROTECTED]> wrote: Hello! I was wondering - is it possible to search and group the results by a given field? For ex

Re: Index corruptions?

2007-05-07 Thread Tom Hill
at's my understanding. Tom

Re: takes an hour

2007-05-18 Thread Tom Hill
Hi - What happens if updates occur during the optimize? Thanks, Tom

Optimizing frequently updated index

2007-05-29 Thread Tom Hill
it every time I replicate (at least not on the master). I was wondering if it make sense to replicate to a slave instance, optimize it there, and then distribute the optimized index from the first level slave? Any thoughts? Thanks, Tom

Using request parameters in dismax boost functions

2007-06-04 Thread Tom Hill
Hi - Perhaps I'm missing something obvious, but it there a way to get values from the user's request as arguments to boost functions in dismax? I'm thinking about distance based weighting for search results, which requires the user's x,y. Tom

RE: Multiplicative Boosts broken since 7.3 (LUCENE-8099)

2019-02-13 Thread Burgmans, Tom
.0, "[explain]": "4.0 = product of:\n 1.0 = boost\n 4.0 = product of:\n 1.0 = *:*\n4.0 = sum(float(price)=0.0,const(4))\n" } EXPLAIN and score are not consistent. Best regards Tom -Original Message- From: Tobias Ibounig [mailto:t.ibou...@netconomy.net] S

Indexing timeout issues with SolrCloud 7.1

2018-02-22 Thread Tom Peters
I'm trying to debug why indexing in SolrCloud 7.1 is having so many issues. It will hang most of the time, and timeout the rest. Here's an example: time curl -s 'myhost:8080/solr/mycollection/update/json/docs' -d '{"solr_id":"test_001", "data_type":"test"}'|jq . { "responseHeader"

Re: Indexing timeout issues with SolrCloud 7.1

2018-02-23 Thread Tom Peters
x27;solr-2d' > > On 23 Feb 2018 09:42, "Tom Peters" wrote: > > I'm trying to debug why indexing in SolrCloud 7.1 is having so many issues. > It will hang most of the time, and timeout the rest. > > Here's an example: > >time curl -s 

Re: Indexing timeout issues with SolrCloud 7.1

2018-03-01 Thread Tom Peters
oel wrote: >> From the error list, i can see multiple errors: >> >> 1. Failure to recover replica >> 2. Peer sync error >> 3. Failure to download file >> >> On 24 Feb 2018 03:10, "Tom Peters" wrote: >> >> I included the last 25 lin

/var/solr/data has lots of index* directories

2018-03-05 Thread Tom Peters
While trying to debug an issue with CDCR, I noticed that the /var/solr/data directories on my source cluster have wildly different sizes. % for i in solr2-{a..e}; do echo -n "$i: "; ssh -A $i du -sh /var/solr/data; done solr2-a: 9.5G /var/solr/data solr2-b: 29G/var/solr/data solr2-

Re: /var/solr/data has lots of index* directories

2018-03-05 Thread Tom Peters
perties. The directory name mentioned in > that properties file is the one being used actively. The rest are old > directories that should be cleaned up on Solr restart but you can delete > them yourself without any issues. > > On Mon, Mar 5, 2018 at 11:43 PM, Tom Peters wrote: >

Issues with CDCR in Solr 7.1

2018-03-05 Thread Tom Peters
I'm trying to get Solr CDCR setup in Solr 7.1 and I'm having issues post-bootstrap. I have about 5,572,933 documents in the source cluster (index size is 3.77 GB). I'm enabling CDCR in the following manner: 1. Delete the existing cluster in the target data center admin/collections?actio

Re: Issues with CDCR in Solr 7.1

2018-03-05 Thread Tom Peters
You can ignore this. I think I found the issue (I was missing a block of XML in the source ocnfig). I'm going to monitor it over the next day and see if it was resolved. > On Mar 5, 2018, at 4:29 PM, Tom Peters wrote: > > I'm trying to get Solr CDCR setup in Solr 7.1 an

CDCR performance issues

2018-03-07 Thread Tom Peters
I'm having issues with the target collection staying up-to-date with indexing from the source collection using CDCR. This is what I'm getting back in terms of OPS: curl -s 'solr2-a:8080/solr/mycollection/cdcr?action=OPS' | jq . { "responseHeader": { "status": 0, "Q

Re: CDCR performance issues

2018-03-08 Thread Tom Peters
number of updates (3805 over two hours). Thanks. > On Mar 7, 2018, at 6:19 PM, Tom Peters wrote: > > I'm having issues with the target collection staying up-to-date with indexing > from the source collection using CDCR. > > This is what I'm getting back in terms

Re: CDCR performance issues

2018-03-09 Thread Tom Peters
eckout paper > "Latency performance of SOAP Implementations". Same distribution of skills > - I knew TCP well, but Apache Axis 1.1 not so well. I still improved > response time of Apache Axis 1.1 by 250ms per call with 1-line of code. > > -Original Message

Re: CDCR performance issues

2018-03-12 Thread Tom Peters
ain? Or is there something else we can do? Thanks. > On Mar 9, 2018, at 3:59 PM, Tom Peters wrote: > > Thanks. This was helpful. I did some tcpdumps and I'm noticing that the > requests to the target data center are not batched in any way. Each update > comes in as an i

Re: CDCR performance issues

2018-03-12 Thread Tom Peters
I'm also having issue with replicas in the target data center. It will go from recovering to down. And when one of my replicas go to down in the target data center, CDCR will no longer send updates from the source to the target. > On Mar 12, 2018, at 9:24 AM, Tom Peters wrote: > &g

Re: CDCR performance issues

2018-03-23 Thread Tom Peters
Thanks for responding. My responses are inline. > On Mar 23, 2018, at 8:16 AM, Amrit Sarkar wrote: > > Hey Tom, > > I'm also having issue with replicas in the target data center. It will go >> from recovering to down. And when one of my replicas go to down in the &

<    1   2   3   4   5   6   >