Simulate "this IndexReader is closed" ?

2020-06-22 Thread Richard Goodman
ile " org/apache/solr/search/SolrIndexSearcher.java" has the metrics in them, but got a bit lost from first glance. If anyone has any information that could help me; 1. Replicate the issue 2. Explain what exactly does it mean when IndexReader is closed I would be really grateful, Kind Regards, Richard Goodman

Re: solr core metrics & prometheus exporter - indexreader is closed

2020-05-11 Thread Richard Goodman
in the code, but it's quite complicated, similarly, trying to understand how I could replicate this for testing purposes. So if you have any guidance/advice on that area, would be greatly appreciated. Cheers, On Wed, 6 May 2020 at 21:36, Dwane Hall wrote: > Hey Richard, > > I noticed t

solr core metrics & prometheus exporter - indexreader is closed

2020-05-05 Thread Richard Goodman
the code for this, but wanted to know if anyone else has encountered this issue before, it seems to be very frequent with this cluster I am testing (96 instances, each instance having around 450GB of indexes on disk w/ 3 way replication). I guess also, would it bring up a question of having a better r

auotscaling tlog+pull and replicationFactor

2020-04-02 Thread Richard Goodman
shard1", "collection": "collection_four", "state": "active", "shard_name": "collection_four_shard1", "num_shards": 6, "type": "PULL" }, "replica_t75": { "core": "collection_four_shard1_replica_t75", "shard": "shard1", "collection": "collection_four", "state": "active", "shard_name": "collection_four_shard1", "type": "TLOG", "leader": "true" } } Am I missing something to preserve replicationFactor for a collection, and trying to make collections have 1 TLOG replica and 2 PULL replicas? I tried adding the following {"replicas": "<4", "shard":"#EACH", "node": "#ANY"} However, still no luck Equally, how would I then go about setting up triggers to only create a PULL if a PULL goes down, and equally if the TLOG goes down? Would having a trigger for each type be needed? Any guidance on this would be greatly appreciated Thanks, -- Richard Goodman

Use copyField with wildcard in source; how then to work out where a value came from?

2019-10-31 Thread Richard Walker
ponding language tags. Dealing with highlighting data would still currently seem to be problematic, but would be possible with something like David Smiley's work at https://issues.apache.org/jira/browse/SOLR-1954 . Surely I'm missing something here. Is there another/better way? Richard.

Re: Metrics API - Documentation

2019-10-15 Thread Richard Goodman
t is, I don’t think Solr API uses > this abbreviation anywhere. > > Hope this helps. > > — > > Andrzej Białecki > > > On 7 Oct 2019, at 13:41, Emir Arnautović > wrote: > > > > Hi Richard, > > We do not use API to collect metrics but JMX, but

Unable to log into Jira

2019-10-15 Thread Richard Goodman
Hey, Sorry if this is the wrong group, I tried to email us...@infra.apache.org a few weeks ago but haven't heard anything. I am unable to log into my account, with it saying my password is incorrect. But what is more odd is my name on the account has changed from Richard Goodman to Alex Goodman

Metrics API - Documentation

2019-10-07 Thread Richard Goodman
the API, then this would also be something I'll look into help contributing with too. Thanks, -- Richard Goodman

Unified highlighter on result of query with two required terms which matched separate fields

2019-07-25 Thread Richard Walker
t;q":"+scope +national" my results still (correctly) include the result in which there was a match for "scope" in one field (concept_search) and for "national" in another (publisher_search), but now there are no _highlights_ for that result! What is even more counterintuitive is that if I now also set "hl.requireFieldMatch":"true" the highlights for the concept_search and publisher_search fields (but not the concept_phrase field) come back! Richard.

/get handler on simple collection alias only checking first collection in list

2019-07-22 Thread Richard Jones
On 8.1.1 and 7.7.2 I have a simple collection alias where /select is working as expected, but /get is only checking the first underlying collection for documents. Is this expected behaviour? My routing field is a string so I cannot use complex routing for aliases. I wanted to see if it's a known

Re: Unified highlighter with storeOffsetsWithPositions and termVectors giving an exception

2019-07-21 Thread Richard Walker
On 22 Jul 2019, at 11:32 am, Richard Walker wrote: > I'm trying out the advice in the user guide > ( > https://lucene.apache.org/solr/guide/8_1/highlighting.html#schema-options-and-performance-considerations > ) > for using the unified highlighter. > > ... > * "

Unified highlighter with storeOffsetsWithPositions and termVectors giving an exception

2019-07-21 Thread Richard Walker
I'm trying out the advice in the user guide ( https://lucene.apache.org/solr/guide/8_1/highlighting.html#schema-options-and-performance-considerations ) for using the unified highlighter. I saw the note: "This is definitely the fastest option for highlighting wildcard queries on large text

Re: Upload/use a plugin JAR in ZooKeeper

2019-07-18 Thread Richard Walker
On 19 Jul 2019, at 12:02 pm, Chee Yee Lim wrote: > Not sure if this is the recommended way, but I managed to use plugin JARs > with Solr Cloud. > > Either include the absolute path to JAR in solrconfig.xml, or put the JAR > in a "lib" folder relative to your instanceDir. See the following text

Re: Upload/use a plugin JAR in ZooKeeper

2019-07-18 Thread Richard Walker
On 16 Jul 2019, at 4:14 pm, Richard Walker wrote: > ... > > To be specific, I'm trying to use this idea: > > "Resources and plugins may be stored: > • in ZooKeeper under a collection’s configset node (SolrCloud only);" > > ... > > So far, so

HowtoConfigureIntelliJ link is broken

2019-07-18 Thread Richard Goodman
helped, however, it appears to be broken? I used a website archiver to retrieve the original contents, but wasn't sure if it had been raised. Thanks, -- Richard Goodman|Data Infrastructure engineer richa...@brandwatch.com NEW YORK | BOSTON | BRIGHTON | LONDON | BERLIN | STU

Upload/use a plugin JAR in ZooKeeper

2019-07-16 Thread Richard Walker
omeone please tell me what I'm missing, i.e., what I need to do to use a plugin JAR stored "in ZooKeeper under a collection’s configset node"? Richard.

Suggestions API for system properties

2019-04-02 Thread Richard Goodman
lowed. However when going onto the /autoscaling/suggestions endpoint, nothing is returned: { "responseHeader":{ "status":0, "QTime":43848}, "suggestions":[], "WARNING":"This response format is experimental. It is likely to change in the future."} I experimented by explicitly stating the racks that are present in the cluster, i.e. { "replica": "#EQUAL", "shard": "#EACH", "sysprop.racklocation": ["/rack/001", "/rack/002", "/rack/003", "/rack/004"] } With hopes that Solr would be able to use this to deduce where to place violating replicas, however, this still doesn't work. I was wondering if anyone had any similar experience with using system properties for cluster policies, and how it affects the suggestions endpoint, as I'm having difficulty of getting results from this. Cheers, Richard Goodman

Re: Autoscaling rack awareness

2019-03-27 Thread Richard Goodman
So I managed to get this working by the following policy: {"replica":"<2","shard":"#EACH","sysprop.racklocation": "#EACH"} On Tue, 26 Mar 2019 at 14:03, Richard Goodman wrote: > Hi, I'm currently running into some trouble t

Autoscaling rack awareness

2019-03-26 Thread Richard Goodman
:"#ALL", "shard":"shard1", "sysprop.rack":"730"} However, this forces shard 1 of all replicas to belong to a certain rack, which I don't want to do, I'd rather the replicas have free choice of where they are placed, providing if two replicas appear on the same racklocation, it would raise a violation. Has anyone had experience of setting something like this up, or have any advice / see an error in my policy set up? *(Currently running solr 7.4)* Thanks, Richard

Re: HOW DO I UNSUBSCRIBE FROM GROUP?

2017-10-16 Thread Richard
The list help/unsubscribe/post/etc. details are, as is not uncommon, in the message header: List-Help: List-Unsubscribe: List-Post: of all messages posted to the

Partial Field Update "removeregex" Command

2016-12-07 Thread Richard Bergmann
Hello, I am new to this and have found no examples or guidance on how to use "removeregex" to remove (in my case) all entries in a multi-valued field. The following curl commands work just fine: curl . . . -d '[{"id":"docId","someField":{"add",["val1","val2"]}}]' and curl . . . -d

Re: Geo Aggregations and Search Alerts in Solr

2015-02-24 Thread Richard Gibbs
Hi Charlie, Thanks a lot for your response On Tue, Feb 24, 2015 at 5:08 PM, Charlie Hull char...@flax.co.uk wrote: On 24/02/2015 03:03, Richard Gibbs wrote: Hi There, I am in the process of choosing a search technology for one of my projects and I was looking into Solr and Elasticsearch

Geo Aggregations and Search Alerts in Solr

2015-02-23 Thread Richard Gibbs
Hi There, I am in the process of choosing a search technology for one of my projects and I was looking into Solr and Elasticsearch. Two features that I am more interested are geo aggregations (for map clustering) and search alerts. Elasticsearch seem to have these two features built-in.

remove requests [Mongo DB Users]

2014-09-15 Thread Richard
requested). [My apologies to everyone else for this message -- just trying to stem the flow before it becomes an epidemic.] - Richard Original Message Date: Monday, September 15, 2014 21:30:35 + From: Michael Beccaria mbecca...@paulsmiths.edu To: solr-user

Re: Delta import throws java heap space exception

2014-03-13 Thread Richard Marquina Lopez
, item IT WHERE IT.product_id = PR.id AND IT.id='${item.id}' field column=name name=name/ ... /entity ... /entity /document /dataConfig Currently I have 2.1 Million of activities. Thanks a lot, Richard 2014-03-12 19:16 GMT-04:00 Furkan KAMACI furkankam

Delta import throws java heap space exception

2014-03-12 Thread Richard Marquina Lopez
: - SOLR 4.4 - Centos 5.5 - 2GB RAM - 1 Procesosr Does someone have the same error? Could someone help me, please? Thank you, Richard

Re: Delta import throws java heap space exception

2014-03-12 Thread Richard Marquina Lopez
to JVM (-Xmx2048m) 2014-03-12 17:32 GMT-04:00 Ahmet Arslan iori...@yahoo.com: Hi Richard, How much ram do you assign to java heap? Try increasing it to 1 gb for example. Please see : https://wiki.apache.org/solr/ShawnHeisey Ahmet On Wednesday, March 12, 2014 10:53 PM, Richard Marquina

Queries with conditional field inclusions?

2013-10-25 Thread Richard Frovarp
include First Name if user type in (faculty, staff) or if another token matched last name. So searching for richard would only work for me if I'm marked as faculty or staff. However searching for frovarp richard would limit to my record if I was marked as a student as the frovarp piece would match

Re: Questions developing custom functionquery

2013-10-10 Thread Richard Lee
seems what u got is the terms other than the raw data. maybe u should check the api docs for more details 2013-10-11 上午3:56于 JT handyrems...@gmail.com写道: I'm running into some issues developing a custom functionquery. My goal is to be able to implement a custom sorting technique. I have a

AW: Edismax query parser and phrase queries

2012-12-03 Thread Tantius, Richard
sortMissingLast=true omitNorms=true/ q=ran away from home Cat Dog -transformTo- q=( titleExact:ran away from home OR textExact:ran away from home ) Cat Dog. Regards, Richard. BINSERV Gesellschaft für interaktive Konzepte und neue Medien mbH Software Engineer Gotenstr. 7-9 53175 Bonn Tel.: +49 (0

Edismax query parser and phrase queries

2012-11-30 Thread Tantius, Richard
? Regards, Richard. Richard Tantius Software Engineer [cid:image001.jpg@01CDCF09.3DA17860] Gotenstr. 7-9 53175 Bonn Tel.:+49 (0)228 / 4 22 86 - 38 Fax.: +49 (0)228 / 4 22 86 - 538 E-Mail: r.tant...@binserv.demailto:r.tant...@binserv.de Web: www.binserv.dehttp://www.binserv.de

Re: Open Source Social (London) - 23rd Oct

2012-10-21 Thread Richard Marr
Last reminder... come along on Tuesday if you can! We'd love to meet you and share search/NLP/scaling war stories. On 11 October 2012 21:59, Richard Marr richard.m...@gmail.com wrote: Hi all, The next Open Source Search Social is on the 23rd Oct at The Plough, in Bloomsbury. We usually

Re: Open Source Social (London) - 23rd Oct

2012-10-16 Thread Richard Marr
Don't forget, The London Search Social is on Tuesday next week. Come and grab a beer with us and talk about Search, NLP, ML, Hadoop. All experience levels welcome. On 11 October 2012 21:59, Richard Marr richard.m...@gmail.com wrote: Hi all, The next Open Source Search Social is on the 23rd

Open Source Social (London) - 23rd Oct

2012-10-11 Thread Richard Marr
whatever is most interesting at any one particular moment... ooo, a shiny thing... Details and RSVP options on the Meetup page: http://www.meetup.com/london-search-social/events/86580442/ Hope to see you there, Richard @richmarr

Re: edismax not working in a core

2012-07-18 Thread Richard Frovarp
of OR. So I don't know where that would be coming from. However, if I specify a mm of 0, it appears to work just fine. I've added it as a default parameter to the select handler. Thanks for pointing me in the right direction. Richard

Re: edismax not working in a core

2012-07-18 Thread Richard Frovarp
On 07/18/2012 02:39 PM, Richard Frovarp wrote: On 07/18/2012 11:20 AM, Erick Erickson wrote: the ~2 is the mm parameter I'm pretty sure. So I'd guess your configuration has a mm parameter set on the core that isn't doing what you want.. I'm not setting the mm parameter or the q.op

Re: edismax not working in a core

2012-07-17 Thread Richard Frovarp
On 07/14/2012 05:32 PM, Erick Erickson wrote: Really hard to say. Try executing your query on the cores with debugQuery=on and compare the parsed results (for this you can probably just ignore the explain bits of the output, concentrate on the parsed query). Okay, for the example core from

edismax not working in a core

2012-07-13 Thread Richard Frovarp
honor the OR. What could I be possibly missing? Thanks, Richard

solrj library requirements: slf4j-jdk14-1.5.5.jar

2012-06-06 Thread Welty, Richard
the same issue. the other, more recent pages are not without issue as well, for example this page: http://lucidworks.lucidimagination.com/display/solr/Using+SolrJ references apache-solr-common which i'm not finding either. thanks, richard

Re: London OSS search social - meetup 6th June

2012-06-05 Thread Richard Marr
Quick reminder, we're meeting at The Plough in Bloomsbury tomorrow night. Details and RSVP on the meetup page: http://www.meetup.com/london-search-social/events/65873032/ -- Richard Marr On 3 Jun 2012, at 00:29, Richard Marr richard.m...@gmail.com wrote: Apologies for the short notice guys

London OSS search social - meetup 6th June

2012-06-02 Thread Richard Marr
Apologies for the short notice guys, we're meeting up at The Plough in Bloomsbury on Wednesday 6th June. As usual the format is open and there's a healthy mix of experience and backgrounds. Please come and share wisdom, ask questions, geek out, etc. in the presence of beverages. -- Richard Marr

indexing documents from a git repository

2012-05-25 Thread Welty, Richard
to share? thanks, richard

using Tika (ExtractingRequestHandler)

2012-05-17 Thread Welty, Richard
the different ways to send the documents to solr (POST body, form encoded, remoteStreaming). this is really just a nice to have, i can see how to accomplish my goals using a method that is currently documented. thanks, richard

RE: SOLR Security

2012-05-11 Thread Welty, Richard
in fact, there's a sample proxy.php on the ajax-solr web page which can easily be modified into a security layer. my solr servers only listen to requests issued by a narrow list of systems, and everything gets routed through a modified copy of the proxy.php file, which checks whether the user

RE: Searching by location - What do I send to Solr?

2012-05-03 Thread Welty, Richard
locations, they map to bundles of postal delivery routes. you need, i think, to research how UK postal codes actually work and what data sources are available so that you can frame your problem appropriately. richard -Original Message- From: Spadez [mailto:james_will...@hotmail.com] Sent: Thu

response codes from http update requests

2012-05-01 Thread Welty, Richard
should i be concerned with the http response codes from update requests? i can't find documentation on what values come back from them anywhere (although maybe i'm not looking hard enough.) are they just http standard with 200 for success and 400/500 for failures? thanks, richard

pushing updates to solr from postgresql

2012-04-18 Thread Welty, Richard
, does anyone have any thoughts about coordinating initial indexing/full reindexing via dataimporthandler with the trigger based push operations? thanks, richard

RE: Solr Tomcat Install

2012-03-28 Thread Welty, Richard
/Context and do a google search on it. then look at the first couple of forum or blog posts that come up. 95+% of the time you'll find the answer very quickly, as these sorts of errors are rarely particularly new. richard -Original Message- From: rdancy [mailto:rda...@wiley.com] Sent: Wed

Re: Tags and Folksonomies

2012-03-24 Thread Richard Noble
Richard On Fri, Mar 23, 2012 at 5:44 PM, Nishant Chandra nishant.chan...@gmail.comwrote: Suppose I have content which has title and description. Users can tag content and search content based on tag, title and description. Tag has more weightage. Any inputs on how indexing and retrieval

RE: org.apache.solr.common.SolrException: Internal Server Error

2012-03-21 Thread Welty, Richard
yes. when i have seen these, generally the full trace is good about including the exception that triggered the whole thing, you just need to look down the trace aways to find it. richard -Original Message- From: vybe3142 [mailto:vybe3...@gmail.com] Sent: Wed 3/21/2012 4:58 PM To: solr

Re: Apache solr issue after configuration

2012-03-16 Thread Richard Noble
by Solr, so QueryResponseWriter was not an instance of VelocityResponseWriter due to the classloader differences. They should be loaded by Solr's classloader. Regards Richard On Fri, Mar 16, 2012 at 1:24 PM, Erick Erickson erickerick...@gmail.comwrote: At a guess, you don't have any paths

disabling QueryElevationComponent

2012-03-05 Thread Welty, Richard
QueryElevationComponent? thanks, richard

RE: disabling QueryElevationComponent

2012-03-05 Thread Welty, Richard
the config should trigger the multiple core error when i only have the default setup with one core. richard

RE: disabling QueryElevationComponent

2012-03-05 Thread Welty, Richard
Walter Underwood [mailto:wun...@wunderwood.org] writes: On Mar 5, 2012, at 1:16 PM, Welty, Richard wrote: Walter Underwood [mailto:wun...@wunderwood.org] writes: You may be able to have unique keys. At Netflix, I found that there were collisions between the movie IDs and the person IDs. So

London Open Source Search Social - Tuesday 18th October

2011-09-12 Thread Richard Marr
and backgrounds, and pet topics or show-n-tell projects are welcome. Save the date, it'd be great to see you there. -- Richard Marr

RE: Building a facet query in SolrJ

2011-08-11 Thread Simon, Richard T
Thanks! I actually found a page on line that explained this. -Rich -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Wednesday, August 10, 2011 4:01 PM To: solr-user@lucene.apache.org Cc: Simon, Richard T Subject: RE: Building a facet query in SolrJ

Building a facet query in SolrJ

2011-08-10 Thread Simon, Richard T
Hi - I'm trying to do a (I think) simple facet query, but I'm not getting the results I expect. I have a field, MyField, and I want to get facets for specific values of that field. That is, I want a FacetField if MyField is ABC, DEF, etc. (a specific list of values), but not if MyField is any

RE: Building a facet query in SolrJ

2011-08-10 Thread Simon, Richard T
Oops. I think I found it. My desiredFieldValues list has the wrong info. Knew there was something simple wrong. From: Simon, Richard T Sent: Wednesday, August 10, 2011 10:55 AM To: solr-user@lucene.apache.org Cc: Simon, Richard T Subject: Building a facet query in SolrJ Hi - I'm trying to do

RE: Building a facet query in SolrJ

2011-08-10 Thread Simon, Richard T
. Can anyone help here? Thanks. From: Simon, Richard T Sent: Wednesday, August 10, 2011 11:07 AM To: Simon, Richard T; solr-user@lucene.apache.org Subject: RE: Building a facet query in SolrJ Oops. I think I found it. My desiredFieldValues list has the wrong info. Knew there was something

RE: Building a facet query in SolrJ

2011-08-10 Thread Simon, Richard T
the values of each URI facet query in that list anyway. Erik On Aug 10, 2011, at 13:42 , Simon, Richard T wrote: I take it back. I didn't find it. I corrected my values and the facet queries still don't find what I want. The values I'm looking for are URIs, so they look like: http

Highlighting map use unique key field?

2011-06-20 Thread Simon, Richard T
Hi - A simple yes or no question, I think. I want to retrieve highlighting result from a QueryResponse. I know to use the following: MapString, MapString, ListString highlighting = resp.getHighlighting(); Most of the examples I've seen use the document uid to extract the results like so:

RE: getFieldValue always returns an ArrayList?

2011-06-16 Thread Simon, Richard T
not the problem. Arrrh, camel case may be striking again. Try multiValued, not multivalued If that's still not it, can we see the code? Best Erick On Wed, Jun 15, 2011 at 3:47 PM, Simon, Richard T richard_si...@hms.harvard.edu wrote: We rebuild the index from scratch each time we start

RE: getFieldValue always returns an ArrayList?

2011-06-16 Thread Simon, Richard T
. ### Field asserted_type_label is an instance of String. ### Field provider_uri is an instance of String. ### Field provider_label is an instance of String. -Rich -Original Message- From: Simon, Richard T Sent: Thursday, June 16, 2011 10:08 AM To: solr-user@lucene.apache.org Cc

RE: getFieldValue always returns an ArrayList?

2011-06-16 Thread Simon, Richard T
. -Rich -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Thursday, June 16, 2011 2:18 PM To: solr-user@lucene.apache.org Cc: Simon, Richard T Subject: RE: getFieldValue always returns an ArrayList? : and all of a sudden I get Strings. But, doesn't

RE: getFieldValue always returns an ArrayList?

2011-06-16 Thread Simon, Richard T
Ah! That was the problem. The version was 1.0. I'll change it to 1.2. Thanks! -Rich -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Thursday, June 16, 2011 2:33 PM To: Simon, Richard T Cc: solr-user@lucene.apache.org Subject: RE: getFieldValue always

getFieldValue always returns an ArrayList?

2011-06-15 Thread Simon, Richard T
Hi - I am examining a SolrDocument I retrieved through a query. The field I am looking at is declared this way in my schema: field name=uri type=string indexed=true stored=true multivalued=false required=true / I know multivalued defaults to false, but I set it explicitly because I'm seeing

RE: getFieldValue always returns an ArrayList?

2011-06-15 Thread Simon, Richard T
happen if part of your index has that field as a multi-valued field If that't not the problem, what version of solr are you using? I presume this is SolrJ? Best Erick On Wed, Jun 15, 2011 at 2:21 PM, Simon, Richard T richard_si...@hms.harvard.edu wrote: Hi - I am examining a SolrDocument I

Re: London open source search social - 13th June

2011-06-09 Thread Richard Marr
Just a quick reminder that we're meeting on Monday. Come along if you're around. On 1 June 2011 13:27, Richard Marr richard.m...@gmail.com wrote: Hi guys, Just to let you know we're meeting up to talk all-things-search on Monday 13th June. There's usually a good mix of backgrounds

Re: Sorting algorithm

2011-06-03 Thread Richard Hodsdon
Hi Tomás Thanks, that makes a lot of sense, and your math is sound. It is working well. An if() function would be great, and it seems its coming soon. Richard -- View this message in context: http://lucene.472066.n3.nabble.com/Sorting-algorithm-tp3014549p3019077.html Sent from the Solr - User

Sorting algorithm

2011-06-02 Thread Richard Hodsdon
query is even correct. Thanks in advance Richard -- View this message in context: http://lucene.472066.n3.nabble.com/Sorting-algorithm-tp3014549p3014549.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Sorting algorithm

2011-06-02 Thread Richard Hodsdon
Thanks for the response, You are correct, but my pseudo code was not. this line var t = (CreationDate - 1131428803) / 1000; should be var t = (CreationDate - now()) / 1000; This will cause the items ranking to depreciate over time. Richard -- View this message in context: http://lucene

London open source search social - 13th June

2011-06-01 Thread Richard Marr
Empora to work on my own project so by June I should hopefully have some war stories about using @elasticsearch in production. The format is completely open though so please bring your own topics if you've got them. Hope to see you there! -- Richard Marr -- Richard Marr

RE: spellcheck.collate returning all results

2011-05-24 Thread Richard Hodsdon
Hi, Thanks this did the trick. I am using SOLR 3.1, so I did not need to apply the first patch. Richard -- View this message in context: http://lucene.472066.n3.nabble.com/spellcheck-collate-returning-all-results-tp2975621p2979560.html Sent from the Solr - User mailing list archive

spellcheck.collate returning all results

2011-05-23 Thread Richard Hodsdon
generateNumberParts=1 catenateWords=0 catenateNumbers=0 catenateAll=0 splitOnCaseChange=0/ filter class=solr.LowerCaseFilterFactory/ /analyzer /fieldType Thanks Richard -- View this message in context: http://lucene.472066.n3.nabble.com/spellcheck-collate-returning-all-results

Solr Newbie: Starting embedded server with multicore

2011-04-26 Thread Simon, Richard T
I'm just starting with Solr. I'm using Solr 3.1.0, and I want to use EmbeddedSolrServer with a multicore setup, even though I currently have only one core (various documents I read suggest starting that way even if you have one core, to get the better administrative tools supported by

RE: DIH serialize

2011-01-25 Thread Papp Richard
with? Regards Stefan On Mon, Jan 24, 2011 at 7:53 PM, Papp Richard ccode...@gmail.com wrote: Hi Stefan, yes, this is exactly what I intend - I don't want to search in this field - just quicly return me the result in a serialized form (the search criteria is on other fields). Well, if I

RE: DIH serialize

2011-01-24 Thread Papp Richard
To Life, otherwise we all die. - Original Message From: Papp Richard ccode...@gmail.com To: solr-user@lucene.apache.org Sent: Sun, January 23, 2011 2:02:05 PM Subject: DIH serialize Hi all, I wasted the last few hours trying to serialize some column values (from mysql) into a Solr

RE: DIH serialize

2011-01-24 Thread Papp Richard
://php.net/serialize) your complete row into one field? Don't wanna search in them, just store and deliver them in your results? Does that make sense? Sounds a bit strange :) Regards Stefan On Mon, Jan 24, 2011 at 10:03 AM, Papp Richard ccode...@gmail.com wrote: Hi Dennis, thank you for your answer

DIH serialize

2011-01-23 Thread Papp Richard
Hi all, I wasted the last few hours trying to serialize some column values (from mysql) into a Solr column, but I just can't find such a function. I'll use the value in PHP - I don't know if it is possible to serialize in PHP style at all. This is what I tried and works with a given factor:

solr admin

2010-11-29 Thread Papp Richard
Hello, is there any way to specify in the solr admin other than fields? and I'm nt talking about the full interface which is also very limited. like: score, fl, fq, ... and yes, I know that I can use the url... which indeed is not too handy. thanks, Rich __ Information from

special sorting

2010-11-29 Thread Papp Richard
Hello, I have many pages with the same content in the search result (the result is the same for some of the cities from the same county)... which means that I have duplicate content. the filter query is something like: +locationId:(60 26a 39a) - for city with ID 60 and I get the same

RE: solr admin

2010-11-29 Thread Papp Richard
, 2010 22:00 To: solr-user@lucene.apache.org Subject: Re: solr admin I honestly don't understand what you're asking here. Specify what in solr admin other than fields? what is it you're trying to accomplish? Best Erick On Mon, Nov 29, 2010 at 2:56 PM, Papp Richard ccode...@gmail.com wrote: Hello

RE: special sorting

2010-11-29 Thread Papp Richard
logic you could use function queries to achieve that. http://wiki.apache.org/solr/FunctionQuery#Sort_By_Function Regards, Tommaso 2010/11/29 Papp Richard ccode...@gmail.com Hello, I have many pages with the same content in the search result (the result is the same for some of the cities from

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
of pagination) ? best regards, Rich -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Saturday, October 30, 2010 19:29 To: solr-user@lucene.apache.org Subject: Re: solr 4.0 - pagination On Sat, Oct 30, 2010 at 12:22 PM, Papp Richard ccode

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
thank you very much Yonik! you are a magician! regards, Rich -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Sunday, November 07, 2010 18:04 To: Papp Richard Cc: solr-user@lucene.apache.org Subject: Re: solr 4.0 - pagination

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
for this. regards, Rich -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Sunday, November 07, 2010 18:04 To: Papp Richard Cc: solr-user@lucene.apache.org Subject: Re: solr 4.0 - pagination On Sun, Nov 7, 2010 at 10:55 AM, Papp Richard ccode

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
: Sunday, November 07, 2010 18:04 To: Papp Richard Cc: solr-user@lucene.apache.org Subject: Re: solr 4.0 - pagination On Sun, Nov 7, 2010 at 10:55 AM, Papp Richard ccode...@gmail.com wrote:  this is fantastic, but can you tell any time it will be ready ? It already is ;-) Grab the latest trunk

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
of this the whole will be slow / memory usage will increase considerably. regards, Rich -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley Sent: Sunday, November 07, 2010 21:54 To: Papp Richard Cc: solr-user@lucene.apache.org Subject: Re: solr 4.0

solr 4.0 - pagination

2010-10-30 Thread Papp Richard
Hi all, I'm using Solr 4.0 with grouping (field collapsing), but unfortunately I can't solve the pagination. Mainly there are two problems: - the query fields start rows doesn't work anymore - beside of the values, it always returns the data as the start would be 0 (start =

RE: solr 4.0 - pagination

2010-10-30 Thread Papp Richard
at 12:22 PM, Papp Richard ccode...@gmail.com wrote:  I'm using Solr 4.0 with grouping (field collapsing), but unfortunately I can't solve the pagination. It's not implemented yet, but I'm working on that right now. -Yonik http://www.lucidimagination.com __ Information from ESET NOD32

London open-source search social - 28th Oct - NEW VENUE

2010-10-25 Thread Richard Marr
Just a reminder that we're meeting this Thursday near St James Park/Westminster. Details on the Meetup page: http://www.meetup.com/london-search-social/ Rich -- Richard Marr

London open-source search social - 28th Nov - NEW VENUE

2010-10-20 Thread Richard Marr
Hi all, We've booked a London Search Social for Thursday the 28th Sept. Come along if you fancy geeking out about search and related technology over a beer. Please note that we're not meeting in the same place as usual. Details on the meetup page. http://www.meetup.com/london-search-social/

Re: London open-source search social - 28th Nov - NEW VENUE

2010-10-20 Thread Richard Marr
Wow, apologies for utter stupidity. Both subject line and body should have read 28th OCT. On 20 October 2010 15:42, Richard Marr richard.m...@gmail.com wrote: Hi all, We've booked a London Search Social for Thursday the 28th Sept. Come along if you fancy geeking out about search and related

RE: Grouping in solr ?

2010-09-30 Thread Papp Richard
I'm really sorry - thank you for the note. -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Tuesday, September 28, 2010 05:12 To: solr-user@lucene.apache.org Subject: Re: Grouping in solr ? : References: :

Grouping in solr ?

2010-09-23 Thread Papp Richard
Hi all, is it possible somehow to group documents? I have services as documents, and I would like to show the filtered services grouped by company. So I filter services by given criteria, but I show the results grouped by companay. If I got 1000 services, maybe I need to show just 100

RE: Grouping in solr ?

2010-09-23 Thread Papp Richard
Subject: RE: Grouping in solr ? http://wiki.apache.org/solr/FieldCollapsing https://issues.apache.org/jira/browse/SOLR-236   -Original message- From: Papp Richard ccode...@gmail.com Sent: Thu 23-09-2010 21:29 To: solr-user@lucene.apache.org; Subject: Grouping in solr ? Hi all

tricky range query?

2010-09-21 Thread Papp Richard
Hi all, shortly my problem: I want to filter services based on timetables, let's consider the next timetable for a day: on the date of 15.10.2010: 10:00 - 11:00 12:00 - 12:30 14:30 - 16:00 17:00 - 20:00 how could i store the timetable in Solr and efficiently search in it (let's

RE: tricky range query?

2010-09-21 Thread Papp Richard
of query on a gigabyte of records... But without knowing some more details, it's impossible to say whether this would be at all suitable... Best Erick On Tue, Sep 21, 2010 at 4:41 AM, Papp Richard ccode...@gmail.com wrote: Hi all, shortly my problem: I want to filter services based on timetables

RE: tricky range query?

2010-09-21 Thread Papp Richard
Erick On Tue, Sep 21, 2010 at 1:05 PM, Papp Richard ccode...@gmail.com wrote: Hi Erik, first of all, thank you for your answer. Let me detail a bit the amount of data: - actually services going to persons, and the time table is per person (a person can have multiple services

RE: trie

2010-09-21 Thread Papp Richard
...@gmail.com: You can read about it in Lucene in Action second edition. have a look at http://www.lucidimagination.com/developer/whitepaper/Whats-New-in-Apache-Lucene-3-0 page 4 to 8 should give you a good intro to the topic simon Péter 2010/9/21 Papp Richard ccode...@gmail.com: is there any good

  1   2   >