Re: Enabling realtime search in Solr 4.0

2011-12-29 Thread Mark Miller
et that up in a Request Handler). Sounds like you are conflating the two. - Mark Miller lucidimagination.com

Re: Enabling realtime search in Solr 4.0

2011-12-29 Thread Mark Miller
ink this relates to the ability to open readers from the writer if I > understood it correctly? > No, it's there. -Original Message- > From: Mark Miller [mailto:markrmil...@gmail.com] > Sent: Thursday, December 29, 2011 5:16 PM > To: solr-user@lucene.apache.org > Subj

Re: soft commit

2012-01-02 Thread Mark Miller
is message in context: > > http://lucene.472066.n3.nabble.com/soft-commit-tp3626765p3626765.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > > -- - Mark http://www.lucidimagination.com

Re: spellcheck-index is rebuilt on commit

2012-01-02 Thread Mark Miller
optimize call - not on every commit against a single segment index. - Mark Miller lucidimagination.com On Jan 2, 2012, at 4:22 PM, Simon Willnauer wrote: > hey, is it possible that during those commits nothing has changed in > the index? I mean are you committing nevertheless there are changes

Re: solrcloud replicating new cores

2012-01-11 Thread Mark Miller
Cloud is not intended to work with the old Master/Slave setup though. -- - Mark http://www.lucidimagination.com

Re: Restricting access to shards / collections with SolrCloud

2012-01-13 Thread Mark Miller
e bottom of http://wiki.apache.org/solr/SolrCloud<http://wiki.apache.org/solr/SolrCloud2> you will of course see this is not yet implemented (query over compatible collections). We will get this support in I believe though - there may even be a JIRA for it around already - I will take a look. -- - Mark http://www.lucidimagination.com

Re: Restricting access to shards / collections with SolrCloud

2012-01-13 Thread Mark Miller
Here it is: https://issues.apache.org/jira/browse/SOLR-2287 On Fri, Jan 13, 2012 at 3:12 PM, Mark Miller wrote: > > > On Thu, Jan 12, 2012 at 5:13 AM, Jaran Nilsen wrote: > >> >> My questions are: >> >> 1. would it be an idea to create a separate collection f

Re: How can a distributed Solr setup scale to TB-data, if URL limitations are 4000 for distributed shard search?

2012-01-18 Thread Mark Miller
Service (DoS) attacks. >> * > > > >> *(via >> http://lucidworks.lucidimagination.com/display/solr/Distributed+Search+with+Index+Sharding >> )* >> > > Is the only way then to make multiple distributed solr clusters and query > them independently and merge them in application code? > > Thanks. Daniel - Mark Miller lucidimagination.com

Re: Shard timeouts on large (1B docs) Solr cluster

2012-01-26 Thread Mark Miller
d connTimeout. What about a timeout on your clients? - Mark Miller lucidimagination.com

Re: Field Collapsing SOLR-236

2010-06-16 Thread Mark Diggory
.maven.org/maven2/org/dspace/dependencies/solr/ Mark p.s. I'd be glad to contribute our Maven build re-organization back to the community to get Solr properly Mavenized so that it can be distributed and released more often. For us the benefit of this structure is that we will be able to ov

Re: Field Collapsing SOLR-236

2010-06-17 Thread Mark Diggory
ebapp/1.4.0.1/dspace-solr-webapp-1.4.0.1.war likewise for the modified solrj http://repo2.maven.org/maven2/org/dspace/dependencies/solr/dspace-solr-solrj/1.4.0.1/dspace-solr-solrj-1.4.0.1.jar Cheers, Mark On Jun 17, 2010, at 9:50 AM, Moazzam Khan wrote: > Hi Mark, > > Thanks for posting

Solr Project Structure (was Re: Field Collapsing SOLR-236)

2010-06-17 Thread Mark Diggory
d simply just depended on them. Then it could be dropped into a lib dir of any solr 1.4.0. (and conversely just added to my webapp poms as a maven dependency when they are assembled in our own build processes). further comments below... On Jun 17, 2010, at 11:20 AM, Erik Hatcher wrote: > On J

Searching across multiple repeating fields

2010-06-22 Thread Mark Allan
ing list with a multiValued PointType field but the thread went cold without a final solution. While I could filter the results when they get back to my application layer, it seems like it's not really the right place to do it. Any help getting Solr to respect the positions of items in

Re: Searching across multiple repeating fields

2010-06-23 Thread Mark Allan
psing, so I'll definitely keep it in mind. Thanks Mark On 22 Jun 2010, at 3:44 pm, Geert-Jan Brits wrote: Perhaps my answer is useless, bc I don't have an answer to your direct question, but: You *might* want to consider if your concept of a solr-document is on the correct granul

Re: fuzzy query performance

2010-06-23 Thread Mark Miller
couldn't find anything related to that. Any pointers or ideas would be appreciated! Regards, Peter. Solr trunk should have much improved fuzzy speeds (due to some very cool work that was done in Lucene) - you using 1.4? -- - Mark http://www.lucidimagination.com

[ANN] Solr 1.4.1 Released

2010-06-25 Thread Mark Miller
e for Solr 1.4 that includes many Solr bug fixes as well as Lucene bug fixes from Lucene 2.9.3. See all of the CHANGES here: http://svn.apache.org/repos/asf/lucene/solr/tags/release-1.4.1/CHANGES.txt - - Mark Miller on behalf of the Solr team -BEGIN PGP SIGNATURE- Version: GnuPG/MacGP

Re: [ANN] Solr 1.4.1 Released

2010-06-25 Thread Mark Miller
.4.1/solr-parent-1.4.1.pom. > Pom's seem to contain correct maven artifact coordinates. > > Regards, > Stevo. > > On Fri, Jun 25, 2010 at 3:23 PM, Mark Miller wrote: > > Apache Solr 1.4.1 has been released and is now available for public > download! > http:

Re: Wither field compresed="true" ?

2010-06-29 Thread Mark Miller
itself in the future - because it could not really stay back compat though (Lucene will uncompress compressed fields as it merges the index), we have punted on the feature for now. -- - Mark http://www.lucidimagination.com

Re: Searching across multiple repeating fields

2010-06-29 Thread Mark Allan
anyone wants the code as it is just now, I can happily provide it. Alternatively, if you think it might be of use to others, I can roll it back into the org.apache.solr packages and submit it to the repository so that those with more Solr experience than I can see if it could be better impleme

Re: Very basic questions: Faceted front-end?

2010-07-01 Thread Mark Allan
Very nice indeed! That definitely needs to be shouted about in the docs. Any way to make it work with facet queries or can dismax requests not do that? I tried adding a few &facet.query parameters but it came back with nothing in the facet list. Mark On 1 Jul 2010, at 12:36 pm,

Modifications to AbstractSubTypeFieldType

2010-07-02 Thread Mark Allan
dverse effects on the solr.PointType class, so I'd quite like to suggest it gets included in the main solr source code. Where can I send a patch for someone to evaluate or should I just attach it to the issue in JIRA and see what happens? https://issues.apache.org/jira/browse/S

Re: Duplicate items in distributed search

2010-07-04 Thread Mark Miller
the internal Lucene document ID? > > Cheers, > > Andrew. > The 'doc ID' in the second point refers to the unique key in the first point. -- - Mark http://www.lucidimagination.com

Re: Error in building Solr-Cloud (ant example)

2010-07-04 Thread Mark Miller
sues.apache.org/jira/browse/SOLR-1873 The latest patch there should apply to recent trunk. I've scheduled a bit of time to work on getting this committed this week, fingers crossed. -- - Mark http://www.lucidimagination.com On 7/4/10 3:37 PM, jayf wrote: > > Hi there, > > I&#x

Re: Duplicate items in distributed search

2010-07-04 Thread Mark Miller
On 7/4/10 12:49 PM, Andrew Clegg wrote: > > > Mark Miller-3 wrote: >> >> The 'doc ID' in the second point refers to the unique key in the first >> point. >> > > I thought so but thanks for clarifying. Maybe a wording change on the wiki > woul

Re: Modifications to AbstractSubTypeFieldType

2010-07-05 Thread Mark Allan
r.schema.TemporalCoverage" dimension="3"> _ti _ti _s but it doesn't really seem to help much. If anything, it probably makes it *less* readable. Mark -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.

Re: Wildcards queries

2010-07-06 Thread Mark Miller
ot support wildcards. Try the lucene queryparser if that's the case. Otherwise respond with more information about your setup. -- - Mark http://www.lucidimagination.com

Re: Modifications to AbstractSubTypeFieldType

2010-07-07 Thread Mark Allan
some checking to see whether the user's search term included any non-numeric characters, if so, search the name subfield instead. I imagine, however, that it would be harder to include an ability to search /specific/ subfields without inventing some new query syntax. Mark On 7 Jul 2010,

Determining matched tokens in original query

2010-07-08 Thread Mark Holland
the highlighted terms to match the original query because things like synonyms, stemmed words & possessives may be matched. E.g. with the search string: mr banana's shop I could get a highlighted fragment like: Mister Banana's frozen banana stand Is there some other approach I could use? Thanks, Mark

Indexing slowdowns

2010-07-08 Thread Mark Holland
ething. Can anyone suggest where I might start looking for answers? I have a yourkit snapshot if anyone would care to see it. Thanks, Mark

Re: Indexing slowdowns

2010-07-08 Thread Mark Miller
hreadCount = Math.max(1, Math.min(3, Runtime.getRuntime().availableProcessors()/2)); - Mark

Re: Modifications to AbstractSubTypeFieldType

2010-07-12 Thread Mark Allan
in a different package structure from the main Solr code please. Cheers Mark -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.

Two analyzer per field

2010-07-12 Thread Mark N
ms are tokenized . is it possible that I index "hello world" as it is as well in to *TEXT*field ? i.e can I use keyword analyzer as well and standard analyzer for field "TEXT" what should be better approach to handle this situation ? -- Nipen Mark

question on wild card

2010-07-14 Thread Mark N
ext: world%( consider by default operator is OR ) -- Nipen Mark

Re: question on wild card

2010-07-15 Thread Mark N
debugQuery=on on your URL... > > HTH > Erick > > On Wed, Jul 14, 2010 at 8:48 AM, Mark N wrote: > > > I have a database field = hello world and i am indexing to *text* field > > with standard analyzer ( text is a copy field of solr) > > > > Now when u

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-17 Thread Mark Miller
What is your data dir set to? It should say in the start up logging. - Mark http://www.lucidimagination.com (mobile) On Jul 17, 2010, at 8:40 PM, Tracy Flynn wrote: > One more piece of information. I notice that it does look for the schema in > ~/solr_example1/solr/conf. A fatal er

Re: SOLR 1.4.1 - Issue with recognition of solr.solr.home system property

2010-07-18 Thread Mark Miller
I think the history of that might involve back compat issues. - Mark On 7/18/10 7:23 AM, Tracy Flynn wrote: > Koji, > > Thanks for that information. That at least offers a work-around for the > problem. > > When I look at the general description of 'solr.solr

Re: Solr on iPad?

2010-07-23 Thread Mark Allan
used something other than SQLite! Apple's cocoa-dev mailing list is very active if you have problems, but do your homework before asking questions or you'll get short shrift. http://lists.apple.com/cocoa-dev Mark On 22 Jul 2010, at 6:12 pm, Stephan Schwab wrote: Dear Solr c

Re: commit is taking very very long time

2010-07-23 Thread Mark Miller
On 7/23/10 5:59 PM, Alexey Serba wrote: > Another option is to set optimize=false in DIH call ( it's true by > default ). Ouch - that should really be changed then. - Mark

Re: Spellchecking and frequency

2010-07-27 Thread Mark Holland
de in case someone finds it useful (although it's a bit crude at the moment and will need a decent tidy up). Would it be appropriate to open up a Jira issue for this? Cheers, ~mark On 27 July 2010 09:33, dan sutton wrote: > Hi, > > I've recently been looking into Spellchecking in

Re: SolrJ Response + JSON

2010-07-28 Thread Mark Allan
I think you should just be able to add &wt=json to the end of your query (or change whatever the existing wt parameter is in your URL). Mark On 28 Jul 2010, at 12:54 pm, MitchK wrote: Hello community, I need to transform SolrJ - responses into JSON, after some computing on t

Re: SolrJ Response + JSON

2010-07-28 Thread Mark Allan
ter is in your URL). Mark On 28 Jul 2010, at 12:54 pm, MitchK wrote: Hello community, I need to transform SolrJ - responses into JSON, after some computing on those results by another application has finished. I can not do those computations on the Solr - side. So, I really have to translat

Reference shards by alias

2010-07-29 Thread Mark Allan
ards=stills,video,etc... and have it do the same thing. Many thanks, Mark -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.

Re: Reference shards by alias

2010-07-29 Thread Mark Allan
On 29 Jul 2010, at 12:27 pm, Gora Mohanty wrote: On Thu, 29 Jul 2010 10:49:18 +0100 Mark Allan wrote: [...] Is there a way to reference each core/shard by name rather than explicitly stating the host, port and path in the URL? For example, I'd like to swap: http://localhost

Re: Load cores without restarting/reloading Solr

2010-08-05 Thread Mark Miller
On 8/5/10 5:59 AM, Karthik K wrote: > Can some one please answer this. > > Is there a way of creating/adding a core and starting it without having to > reload Solr ? > Yes, see http://wiki.apache.org/solr/CoreAdmin - Mark lucidimagination.com

Re: how to create a custom type in Solr

2010-08-09 Thread Mark Allan
a certain degree of repeatability without affecting existing functionality. I offered my modifications to the list but no-one seemed interested. Let me know if you want the code and a walkthrough of what it does. Mark On 7 Aug 2010, at 3:36 am, Lance Norskog wrote: Use OR between

Re: how to create a custom type in Solr

2010-08-09 Thread Mark Allan
On 9 Aug 2010, at 1:01 pm, Otis Gospodnetic wrote: Mark, A good way to get your changes/improvements into Solr is by putting them in JIRA. Please see http://wiki.apache.org/solr/HowToContribute Thanks! Otis Hi Otis, For the class which requires only minor modifications, I tested it to

[ANN] Free technical webinar: Mastering the Lucene Index: Wednesday, August 11, 2010 11:00 AM PST / 2:00 PM EST / 20:00 CET

2010-08-09 Thread Mark Miller
Hey all - apologize for the quick cross post - just to let you know, Andrzej is giving a free webinar this wed. His presentations are always fantastic, so check it out: Lucid Imagination Presents a free technical webinar: Mastering the Lucene Index Wednesday, August 11, 2010 11:00 AM PST / 2:00 P

Re: timestamp field

2010-08-11 Thread Mark Allan
For what it's worth, London and the rest of the UK is currently observing British Summer Time (called Daylight Savings Time in other parts of the world) which is why we appear to be UTC+1 between the last Sunday in March and the last Sunday in October. Mark On 11 Aug 2010, at 12:

Re: how to create a custom type in Solr

2010-08-16 Thread Mark Allan
zip file to the mailing list, which in most places would be against list etiquette. Mark On 16 Aug 2010, at 3:01 pm, Thomas Joiner wrote: Sorry to bother you, but since I haven't had a reply in a week, I figured I'd try asking again... What build of Solr are you using personal

Re: question: havnig multiple solrCloud configuration on the same machine

2010-08-16 Thread Mark Miller
er info to point each collection (essentially a SolrCore at this point) to the right configuration files: collections/collection1 config=conf1 collections/collection2 config=conf2 collections/collection3 config=conf3 - Mark > > solr.xml > > > > > >

Re: Solr data type for date faceting

2010-08-18 Thread Mark Allan
ery for each range. Note that I think you can also do facet queries with text fields, but in this instance, storing it as a number would probably be more efficient. Your user interface can deal with translating it from MMDDHHMM to something more display-appropriate. Mark On 18

Re: Do commits block updates in SOLR 1.4?

2010-09-03 Thread Mark Miller
Solr handles all of this concurrency for you - it's actually even a little too aggressive about that these days, as Lucene has changed a lot - but yes - you can add while committing and commit while adding - Solr will block itself as needed. - Mark On 9/3/10 1:27 PM, Robert Petersen wrote:

svn branch issues

2010-09-09 Thread Mark Allan
anch-1.5-dev in a browser shows the web view and contents of that branch, so something's not right with the subversion server. Anyone got any pointers please? Alternatively, how stable is the current trunk? Does it have a long way to go before being released as a stable version? Many than

Re: svn branch issues

2010-09-09 Thread Mark Allan
Thanks. Are you suggesting I use branch_3x and is that considered stable? Cheers Mark On 9 Sep 2010, at 10:47 am, Markus Jelsma wrote: http://svn.apache.org/repos/asf/lucene/dev/branches/ -Original message- From: Mark Allan Sent: Thu 09-09-2010 10:44 To: solr-user

Re: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out : SingleInstanceLock: write.lock

2010-09-09 Thread Mark Miller
documents hit at the same time when the indexWriter is null - then, because both calls to openWriter are protected with the reader lock, you could race - but that's what the synchronized(this) protects against ;) It all looks good to me. - Mark On 9/9/10 4:17 AM, Bharat Jain wrote: > Hi,

Re: Solr CoreAdmin create ignores dataDir Parameter

2010-09-10 Thread Mark Miller
> CoreDescriptior. > > Shouldn't the CoreDescriptor, being more specific, take precedence over > the config? > I think so - what version of Solr are you using? I believe I've changed this on trunk a few months ago. - Mark

Re: Solr Rolling Log Files

2010-09-17 Thread Mark Miller
Sure - start here: http://wiki.apache.org/solr/SolrLogging Solr uses java util logging out of the box. You will end up with something like this: java.util.logging.FileHandler.limit=102400 java.util.logging.FileHandler.count=5 - Mark lucidimagination.com On 9/14/10 2:02 PM, Vladimir Sutskever

Version stability [was: svn branch issues]

2010-09-17 Thread Mark Allan
We're hoping to go to service with something built on Solr in Jan 2011 and would like to avoid development phase software, but if needs must... Thanks Mark On 9 Sep 2010, at 12:10 pm, Markus Jelsma wrote: Well, it's under heavy development but the 3.x branch is more likely

Re: Version stability [was: svn branch issues]

2010-09-17 Thread Mark Miller
tually 4.x will be stable and 5.x unstable, with possible maintenance support for previous stable lines as well. - Mark lucidimagination.com On 9/17/10 9:58 AM, Mark Allan wrote: > OK, 1.5 won't be released, so we'll avoid that. I've now got my code > additions compiling ag

Re: Version stability [was: svn branch issues]

2010-09-17 Thread Mark Miller
for everything to shake out in 4.x (and it's prob still swaying). - Mark On 9/17/10 10:27 AM, Yonik Seeley wrote: > I think we aim for a "stable" trunk (4.0-dev) too, as we always have > (in the functional sense... i.e. operate correctly, don't crash, etc). >

Re: SolrCore / Index Searcher Instances

2010-10-01 Thread Mark Miller
On 10/1/10 8:01 PM, Chris Hostetter wrote: > > it's the same instance, it's just listed twice. > This comes up again and again - and it is confusing - I wonder if we can't improve what's displayed to make this more clear. - Mark

Re: SolrCore / Index Searcher Instances

2010-10-01 Thread Mark Miller
derstand the why/what of this have asked on the mailing list or read the answer on the mailing list. - Mark

Some Parser Resources / Links, and some related questions

2010-10-04 Thread Mark Bennett
ava, instead of using REST/CGI arguments and XML output You can build queries with it. Link: http://wiki.apache.org/solr/Solrj#Advanced_usage Question: Any good examples of custom query parsers and SolrJ? I think some advanced features aren't always available in SolrJ, it may lag a bit. --

Re: wildcard and proximity searches

2010-10-05 Thread Mark N
Hi were you successful in trying SOLR -1604 to allow wild card queries in phrases ? Also does this plugin allow us to use proximity with wild card * "solr mail*"~10 * If this the right approach to go ahead to support these functionalities? thanks Mark On Wed, Aug 4, 20

Re: wildcard and proximity searches

2010-10-05 Thread Mark N
s without any problem. > > Currently it throws exception with "mail*" kind of queries, but they are > not valid phrase queries. Because there is only one clause inside quotation > marks. > > > > -- Nipen Mark

Re: Which version of Solr to use?

2010-10-14 Thread Mark Miller
there is sometimes really no choice. - Mark On 10/14/10 1:22 PM, Mike Squire wrote: > Hi, > > I've successfully downloaded and deployed 1.4.1, which is fine except it > doesn't support the spatial search stuff. I tried installing LocalSolr but > came to a bit of an imp

Re: mincount doesn't work with FacetQuery

2010-10-22 Thread Mark Allan
I've recently come across the same problem while working with branch_3x of Solr and I'm wondering if anyone ever opened a JIRA for this feature request? I can't find one but that doesn't mean it's not there, and I don't want to create a duplicate. Cheers Mark

Re: how well does multicore scale?

2010-10-22 Thread Mark Miller
he user id when fetching data. Many times this is probably the case - pro's and con's to each depending on what you are up to. - Mark lucidimagination.com > > On Fri, Oct 22, 2010 at 1:12 AM, Jonathan Rochkind wrote: >> No, it does not seem reasonable. Why do you thin

Re: Looking for Developers

2010-10-28 Thread Mark Miller
Right - historically it's been fine because it hasn't grown into a problem issue. Hopefully it just stays that way. - Mark On 10/28/10 2:00 PM, Stefan Moises wrote: > Well, I don't see a problem sending (serious) job offers to this list... > as long as nobody spams >

Re: Looking for Developers

2010-10-29 Thread Mark Allan
For me, I simply deleted the original email, but I'm now quite enjoying the irony of the complaints causing more noise on the list than the original email! ;-) M -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.

using HebMorph

2010-11-02 Thread mark peleus
Hi I'm trying to use HebMorph, a new Hebrew analyzer. http://github.com/itaifrenkel/HebMorph/tree/master/java/ The instructions says: 1. Download the code from here . 2. Use the hebmorph ant script

Re: SolrCloud Error after leader restarts

2012-11-19 Thread Mark Miller
On Nov 19, 2012, at 9:11 PM, deniz wrote: > so in case i use ramdir with 5x cloud, it will still not do the recovery? i > mean it will not get the data from the leader and fill its ramdir again? Yes, in 5x RAM directory should be able to recover. - Mark

Re: SolrCloud: CloudSolrServer Zookeeper error.

2012-11-20 Thread Mark Miller
Take a look at the FAQ for SolrCloud: http://wiki.apache.org/solr/SolrCloud#FAQ - Mark On Nov 20, 2012, at 7:00 AM, Luis Cappa Banda wrote: > Hello everyone, > > I have developed a NRT Java app that indexes documents using a > CloudSolrServer instance. During my tests I have

Re: SolrCloud(5x) - Detects all of the Solr insrances on a machine

2012-11-20 Thread Mark Miller
You would have to be giving it the address of zookeeper - otherwise how would the other nodes know about it? Something is fishy. - Mark On Nov 20, 2012, at 3:56 AM, deniz wrote: > Hello, > > I am running a Solr instance (4.0), without invoking anything about > zookeeper and sol

Re: SolrCloud(5x) - Detects all of the Solr insrances on a machine

2012-11-20 Thread Mark Miller
How are you specifying the port? I don't see jetty.port in there. That is critical - it sets the hostPort in solr.xml. - Mark On Tue, Nov 20, 2012 at 9:42 PM, deniz wrote: > so another test result: > > i have set up a similar environment on another virtual machine which is > ru

Re: SolrCloud(5x) - Detects all of the Solr insrances on a machine

2012-11-20 Thread Mark Miller
It must be passes with -D as a system prop with the default setup. That feeds hostPort in solr.xml. If you use etc/jetty.xml, but sure to still pass it on the cmd line or also put the port in solr.xml for hostPort. - Mark On Tue, Nov 20, 2012 at 10:11 PM, deniz wrote: > Mark Miller-3 wr

Re: [SolrCloud] is softcommit cluster-wide for the collection ?

2012-11-21 Thread Mark Miller
ca commit failed ? What's the reason the commit failed? Either a really bad problem and that node will need to be restarted and either won't answer requests or it will be asked to recover by the leader when sending it an update that failed. Because commits are not required for durability, it's probably not the issue that you think. - Mark

Re: SolrCloud and external Zookeeper ensemble

2012-11-21 Thread Mark Miller
Separate is generally nice because then you can restart Solr nodes without consideration for ZooKeeper. Performance-wise, I doubt it's a big deal either way. - Mark On Nov 21, 2012, at 8:54 AM, Marcin Rzewucki wrote: > Hi, > > I have 4 solr collections, 2-3mn documents per col

Re: Using SolrCloud for update often lose response and get 503 error

2012-11-21 Thread Mark Miller
Have you looked at the logs? - Mark On Nov 21, 2012, at 1:07 AM, Qun Wang wrote: > Hello, > > Does anyone get the error of 503 when update by using SolrCloud? In my test I > found that if update too frequency Solr often get 503 error and all servers > inaccessible. Could some

Re: [SolrCloud] is softcommit cluster-wide for the collection ?

2012-11-21 Thread Mark Miller
On Nov 21, 2012, at 11:00 AM, GIROLAMI Philippe wrote: > Hi Mark, > Thanks for the details >>> If the answer is b), what would happen on a 1-replica setup if one commit >>> succeeded and the replica commit failed ? >> What's the reason the commit failed? E

Re: Single Tomcat Multiple Shards

2012-11-21 Thread Mark Miller
ame but different core names. Later, you can migrate those shards to other servers if you'd like. - Mark

Re: Out Of Memory =( Too many cores on one server?

2012-11-21 Thread Mark Miller
he tenured space, which is basically an alg fail. It's not a bad knob to tweak, because if you just keep raising the heap, you can wastefully keep giving more unnecessary RAM to the tenured space when you might only want to give more to the eden space. - Mark On Wed, Nov 21, 2012 at 11:00 AM

Re: Weird Behaviour on Solr 5x (SolrCloud)

2012-11-21 Thread Mark Miller
I'm not sure - I guess I'll have to look into it - could you file a JIRA issue with these details? - Mark On Wed, Nov 21, 2012 at 1:19 AM, deniz wrote: > well... i find a way to avoid this... i dont know if it is the correct way or > i am simply bypassing the problem inst

Re: SolrCloud(5x) - Detects all of the Solr insrances on a machine

2012-11-21 Thread Mark Miller
Limitation of web containers. There is not a clean way to get the port without making some request. If you pass the port as a sys prop on the cmd line and use jetty, it works out of the box. If you don't do that, there is config necessary. - Mark On Nov 21, 2012, at 8:34 PM, deniz

Re: SolrCloud - Fails to read db config file

2012-11-26 Thread Mark Miller
to set it to anything, as it should not be used. The ZkPropertiesWriter will work with ZooKeeper instead. - Mark On Nov 26, 2012, at 3:18 AM, deniz wrote: > okay, after changing it to db-config from the full path above, i am able to > see dataimport page, but still data import is failing.

Re: From Solr3.1 to SolrCloud

2012-11-26 Thread Mark Miller
The command line util has a clear command. If you use the out of the box setup, it's something like: example/cloud-scripts/zkcli.sh -cmd clear /path/to/clear http://wiki.apache.org/solr/SolrCloud#Command_Line_Util - Mark On Nov 26, 2012, at 3:44 AM, roySolr wrote: > Ok, that's

Re: AutoSoftcommit option solr 4.0

2012-11-26 Thread Mark Miller
counts. - Mark On Nov 26, 2012, at 2:54 AM, Shaveta_Chawla wrote: > I have migrated solr 3.6 to solr 4.0. I have implemented solr4.0's auto > commit option by adding > > 1000 > > > 6 > false > > these lines in solrconfig

Re: Reload core via CoreAdminRequest doesnt work with solr cloud? (solrj)

2012-11-26 Thread Mark Miller
I think that core admin commands may not work with CloudSolrServer at the moment. There is a JIRA issue for it I think. For now, I'd use the HTTP imp and point at the node you want to work with or reload with the collections api. - Mark On Nov 22, 2012, at 12:17 PM, joe.cohe...@gmai

Re: From Solr3.1 to SolrCloud

2012-11-26 Thread Mark Miller
On Mon, Nov 26, 2012 at 9:40 AM, roySolr wrote: > Mark: I'm using a separate zookeeper instance. I don't use the embedded zk in > solr. Doesn't matter either way. Clear deletes whole directories. -- - Mark

Odd casting error in embedded Jetty container

2012-11-26 Thread Mark Bennett
Class.newInstance(Class.java:308) at org.eclipse.jetty.servlet.ServletContextHandler$Context.createFilter(ServletContextHandler.java:951) -- Mark Bennett / New Idea Engineering, Inc. / mbenn...@ideaeng.com Direct: 408-733-0387 / Main: 866-IDEA-ENG / Cell: 408-829-6513

Re: SolrCloud(5x) - Errors while recovering

2012-11-27 Thread Mark Miller
chance, as well as a little code review. Something is off. - Mark On Nov 26, 2012, at 10:58 PM, deniz wrote: > Here is briefly what is happening: > > I have a simple SolrCloud environment for test purposes, running with a > zookeeper ensemble, not the ones embedded in Solr. > &g

Re: SolrCloud Performance - Indexing

2012-11-27 Thread Mark Miller
To get the best speed out of SolrCloud you have to index from many clients (or threads). Even better is if you index to many nodes rather than one. Using a single thread against a single instance with replicas will be a fair amount slower with cloud than if you just used one node. - Mark On

Re: Odd casting error in embedded Jetty container

2012-11-27 Thread Mark Bennett
Erik & Alex, If it still sounds like jars to you two, I'll take another whack in that direction. >From previous Google searches I thought I had already eliminated that, but logging every gosh-darn-jar and reviewing the list makes sense. -- Mark Bennett / New Idea Engineering,

Re: SolrCloud Performance - Indexing

2012-11-27 Thread Mark Miller
Yup, DIH is not optimal for SolrCloud yet. I made a few JIRA issues a short while ago that may help. I've seen people use it with SolrCloud in the past though - and it wasn't so slow…(though I'm sure slower than a single node). Search me... - Mark On Nov 27, 2012, at 1

Re: SolrCloud and MoreLikeThis: SOLR-788

2012-11-27 Thread Mark Miller
Add it? - Mark On Nov 27, 2012, at 6:33 AM, Luis Cappa Banda wrote: > I´ve recently patched Solr 4.0 tag but it exists a conflict > with PURPOSE_GET_MLT_RESULTS final static attributed in ShardRequest.java. > The thing is that it doesn´t exist, :-/ Any tips? > > Regards, >

Re: SolrCloud and MoreLikeThis: SOLR-788

2012-11-27 Thread Mark Miller
I wouldn't use a random code - follow the pattern of increments. - Mark On Tue, Nov 27, 2012 at 2:29 PM, Luis Cappa Banda wrote: > Hello, Mark. > > I didn´t know if adding that constant (with a random hexadecimal selected > by me) could affect to other parts of code. In fact so

Re: Odd casting error in embedded Jetty container

2012-11-27 Thread Mark Bennett
e you're mixing up jars from old and new Solrs somehow. > > You've > > stripped down the classpath, but what about the solr libraries? All the > > things that > > can be defined in directives in solrconfig.xml? > > > > Not much help I know, but the best I

Re: Snapshot exception

2012-11-27 Thread Mark Miller
I don't know that I have ever tried a backup with SolrCloud, but I can't think of any reason it should not work. Have you tried a back up with a single node Solr setup with 4x? - Mark On Nov 27, 2012, at 4:28 PM, Marcin Rzewucki wrote: > Hi, > > I have SolrCloud4x. I&#

Re: Snapshot exception

2012-11-27 Thread Mark Miller
Perhaps you can file a JIRA ticket with your findings? - Mark On Nov 27, 2012, at 5:31 PM, Marcin Rzewucki wrote: > Yes, I have and it works. It also works for SolrCloud, but not always. > Sometimes "missing file" error occurs. Restarting solr helps but it's not > good

Re: SolrCloud and exernal file fields

2012-11-28 Thread Mark Miller
Keep in mind that the distrib update proc will be auto inserted into chains! You have to include a proc that disables it - see the FAQ: http://wiki.apache.org/solr/SolrCloud#FAQ - Mark On Nov 28, 2012, at 7:25 AM, Mikhail Khludnev wrote: > Martin, > Right as far node in Zoo

<    4   5   6   7   8   9   10   11   12   13   >