Simulate "this IndexReader is closed" ?

2020-06-22 Thread Richard Goodman
idance. I saw that the file " 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
r / reader 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, > &

solr core metrics & prometheus exporter - indexreader is closed

2020-05-05 Thread Richard Goodman
lso, would it bring up a question of having a better response rather than a 500 status error if no metrics are available? Kind regards, -- Richard Goodman

auotscaling tlog+pull and replicationFactor

2020-04-02 Thread Richard Goodman
lection_four_shard1_replica_p87", "shard": "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
_languages. Now I can display results with corresponding 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
1mil” - no idea what that 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

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 Go

Metrics API - Documentation

2019-10-07 Thread Richard Goodman
iated. If there isn't documentation for 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
to "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. > > ... > * &quo

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 field

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 fr

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,

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 |

Upload/use a plugin JAR in ZooKeeper

2019-07-15 Thread Richard Walker
a ClassNotFoundException for the plugin class. Could someone 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
" which isn't allowed. 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 trou

Autoscaling rack awareness

2019-03-26 Thread Richard Goodman
lica":"#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 l

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

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 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 looki

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. http://w

remove requests [Mongo DB Users]

2014-09-15 Thread Richard
ncept of being dropped from a specific thread (as at least one person 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

Re: Delta import throws java heap space exception

2014-03-13 Thread Richard Marquina Lopez
Hi Furkan, sure, this is my data-config.xml: ... ... ... Currently I have 2.1 Million of activities. Thanks a lot, Richard 2014-03-12 19:16 GMT-04:00 Furkan KAMACI : > Hi; > > Could you send your data-c

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 : > 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

Delta import throws java heap space exception

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

Queries with conditional field inclusions?

2013-10-25 Thread Richard Frovarp
Last Name every time 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 m

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" 写道: > 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 field defined call

AW: Edismax query parser and phrase queries

2012-12-03 Thread Tantius, Richard
additional fields titleExact, textExact: 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 Soft

Edismax query parser and phrase queries

2012-11-30 Thread Tantius, Richard
tend the query parser, or stick to our pre-processing approach? 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.de<ma

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 wrote: > >> Hi all, >> >> The next Open Source Search Social is on the 23rd Oct at The Plough, in >>

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 wrote: > Hi all, > > The next Open Source Search Social is on the 23rd Oct

Open Source Social (London) - 23rd Oct

2012-10-11 Thread Richard Marr
about 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
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 p

Re: edismax not working in a core

2012-07-18 Thread Richard Frovarp
a defaultOperator 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-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 th

edismax not working in a core

2012-07-13 Thread Richard Frovarp
have a defType of lucene, that does 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
r 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 wrote: > > Apologies for the short notice guys, we&#x

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
;d like to share? thanks, richard

using Tika (ExtractingRequestHandler)

2012-05-17 Thread Welty, Richard
this todo: "// TODO: describe 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 is

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

2012-05-03 Thread Welty, Richard
27;t map to discreet 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.

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
also, 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
ty/context/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:rd

Re: Tags and Folksonomies

2012-03-24 Thread Richard Noble
etter ways. Hope it helps Richard On Fri, Mar 23, 2012 at 5:44 PM, Nishant Chandra wrote: > 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

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
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 wrote: > At a guess, you don't have any paths to solr dist

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 be

RE: disabling QueryElevationComponent

2012-03-05 Thread Welty, Richard
why i'm baffled. i see no reason why removing the config should trigger the multiple core error when i only have the default setup with one core. richard

disabling QueryElevationComponent

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

London Open Source Search Social - Tuesday 18th October

2011-09-12 Thread Richard Marr
experience 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

RE: Building a facet query in SolrJ

2011-08-10 Thread Simon, Richard T
acetField) where you'd get 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 va

RE: Building a facet query in SolrJ

2011-08-10 Thread Simon, Richard T
I get facets for ALL the values of MyField, not just the ones in the facet queries. 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 fo

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

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 an

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: Map>> highlighting = resp.getHighlighting(); Most of the examples I've seen use the document uid to extract the results like so: String key = resultDec.getFi

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 a

RE: getFieldValue always returns an ArrayList?

2011-06-16 Thread Simon, Richard T
ued="false". -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 S

RE: getFieldValue always returns an ArrayList?

2011-06-16 Thread Simon, Richard T
of String. ### 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.

RE: getFieldValue always returns an ArrayList?

2011-06-16 Thread Simon, Richard T
ure you didn't have some leftover cruft where your field was multi-valued from previous experiments, but if you're reindexing each time that's not the problem. Arrrh, camel case may be striking again. Try multiValued, not multivalued If that's still not it, can we see th

RE: getFieldValue always returns an ArrayList?

2011-06-15 Thread Simon, Richard T
might 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 wrote: > Hi - I am examining a SolrDocument I retrieved through

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: I know multivalued defaults to false, but I set it explicitly because I'm seeing some unexpected behavior. I retrieve the value of the field like so: final String resou

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 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 backgr

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

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

Sorting algorithm

2011-06-02 Thread Richard Hodsdon
(div(log(query($zz)),ln(10)),div(product(query($yy),query($tt)),45000)) desc Currently I am getting errors relating to my date field when trying to convert it from the TrieDate to timestamp with the _val_:MyDateField. Also I wanted to know if their is another way to do this? If my query is even c

London open source search social - 13th June

2011-06-01 Thread Richard Marr
s, and I've recently left 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 at

spellcheck.collate returning all results

2011-05-23 Thread Richard Hodsdon
explicit 10 spellcheck My scheme.xml declares textgen fieldsType and name field Thanks Richard -- View this message in context: http://

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 mutlicore

RE: DIH serialize

2011-01-25 Thread Papp Richard
var key in row ) { row_data.push( '"' + key + '" : '" + row[key] + '"' ); } row.put( 'whatever_field', '{' + row_data.join( ',' ) + '}' ); Which should result in a json-object like {'key1':'val

RE: DIH serialize

2011-01-24 Thread Papp Richard
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, but didn't understand why you say it doesn't > need serializ

RE: DIH serialize

2011-01-24 Thread Papp Richard
- It is always a good idea to learn from your own mistakes. It is usually a better idea to learn from others’ mistakes, so you do not have to make them yourself. from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwis

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:

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

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 wrote: > He

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 result

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 E

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
se 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: sol

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
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 wrote: >  this is fantastic, but can you tell any time it will be ready ? It already is ;-) Grab the latest trunk or the latest

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
can't use 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

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 On

RE: solr 4.0 - pagination

2010-11-07 Thread Papp Richard
instead 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 Rich

RE: solr 4.0 - pagination

2010-10-30 Thread Papp Richard
12:22 PM, Papp Richard 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 ESE

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 (sta

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

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

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/ Rich

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: : : In-Reply-To: : : Subject: Grouping in

RE: Grouping in solr ?

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

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 com

RE: trie

2010-09-21 Thread Papp Richard
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 : >> is there any good tutoria

trie

2010-09-21 Thread Papp Richard
is there any good tutorial how to use and what is trie? what I found on the net is really blurry. rgeards, Rich __ Information from ESET NOD32 Antivirus, version of virus signature database 5419 (20100902) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.

RE: tricky range query?

2010-09-21 Thread Papp Richard
am I missing? Best Erick On Tue, Sep 21, 2010 at 1:05 PM, Papp Richard 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 mul

RE: tricky range query?

2010-09-21 Thread Papp Richard
0 TO *]. I'm not sure I'd want that kind 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 wrote: > Hi all, > > > >

  1   2   >