Query on Level of Access to lucene in Solr

2009-02-04 Thread Nick
it off into Tomcat. Is this doable with solr? Please help with comments on the specifc mechanics of hooking up custom java application logic with lucene before integrating with the rest of the tomcat ecosystem. Thank you very much. Nick.

Solr Managed Schema by Default in 5.5

2016-03-11 Thread Nick Vasilyev
Hi, I started playing around with Solr 5.5 and created a collection using the following: ./solr create_collection -c test -p 9000 -replicationFactor 2 -d basic_configs -shards 2 The collection created fine, however I see that although I specified basic_configs, it was deployed in managed schema

Re: Solr Managed Schema by Default in 5.5

2016-03-11 Thread Nick Vasilyev
ll be to delete fields / copy fields, etc... I know the point of this is to be able to easily make a UI for these changes, but UI changes are hard to automate and version control. Please let me know if I am missing something. On Fri, Mar 11, 2016 at 10:41 AM, Shawn Heisey wrote: > On 3/11/

Re: Solr Managed Schema by Default in 5.5

2016-03-11 Thread Nick Vasilyev
Got it. Thank you for clarifying this, I was under impression that I would only be able to make changes via the API. I will look into this some more. On Fri, Mar 11, 2016 at 11:51 AM, Shawn Heisey wrote: > On 3/11/2016 9:28 AM, Nick Vasilyev wrote: > > Maybe I am missing something, i

Inconsistent Shard Usage for Distributed Queries

2016-03-15 Thread Nick Vasilyev
Hello, I have a brand new installation of Solr 5.4.1 and I am running into a strange problem with one of my collections. Collection *products* has 5 shards and replication factor of two. Both replicas are up and show green status on the Cloud page in the UI. When I run a default search on the que

Re: Inconsistent Shard Usage for Distributed Queries

2016-03-15 Thread Nick Vasilyev
, > something like: > > blha blah blah/products/query/shard1_core3/query?q=*:*. That > addresses the specific core rather than rely on any internal query > routing logic.. > > Best, > Erick > > On Tue, Mar 15, 2016 at 8:43 AM, Nick Vasilyev > wrote: > > Hello

Re: Inconsistent Shard Usage for Distributed Queries

2016-03-15 Thread Nick Vasilyev
de-effect. Simply issuing a commit on the url to the _collection_ will > cause > commits to happen on all replicas, as: > > blah/solr/collection/update?commit=true > > Best, > Erick > > On Tue, Mar 15, 2016 at 9:11 AM, Nick Vasilyev > wrote: > > I reloaded the collection a

Re: Inconsistent Shard Usage for Distributed Queries

2016-03-15 Thread Nick Vasilyev
propagated to other shards and the same shard on the other replica. Full commit update?commit=true&openSearcher=true works fine. I know that the reload button was not intended to issue commits, but it's quicker than typing out the command. On Tue, Mar 15, 2016 at 12:24 PM, Nick Vasily

Re: Boosts for relevancy (shopping products)

2016-03-18 Thread Nick Vasilyev
27;ll certainly look into the machine learning aspect, will be good to put > some basic knowledge I have into practice. > > I'd been led to believe the tie parameter didn't actually do a lot. :-/ > > > > On 03/18/2016 12:07 PM, Nick Vasilyev wrote: > >> I work with

Re: Boosts for relevancy (shopping products)

2016-03-19 Thread Nick Vasilyev
I work with a similar catalog; except our data is especially bad. We've found that several things helped: - Item level grouping (group same item sold by multiple vendors). Rank items with more vendors a bit higher. - Include a boost function for other attributes, such as an original image of the

Re: How fast indexing?

2016-03-20 Thread Nick Vasilyev
There can be a lot of factors, can you provide a bit of additional information to get started? - How many items are you indexing per second? - How does the indexing process look like? - How large is each item? - What hardware are you using? - How is your Solr set up? JVM memory, collection layout,

JSON Facet Stats Mincount

2016-04-14 Thread Nick Vasilyev
Hello, I am trying to get a list of items that have more than one manufacturer using the following json facet query. This works fine without mincount, but errors out as soon as I add it. Is this possible or am I doing something wrong? json.facet={ groupID: { type: terms, field: gro

Re: block join rollups

2016-04-18 Thread Nick Vasilyev
Hi Yonik, Well, no one replied to this yet, so I thought I'd chime in with some of the use cases that I am working with. Please note that I am lagging a big behind the last few releases, so I haven't had time to experiment with Solr 5.3+, I am sure that some of this is included in there already an

Solr 5.2.1 on Java 8 GC

2016-04-28 Thread Nick Vasilyev
Hello, We recently upgraded to Solr 5.2.1 with jre1.8.0_74 and are seeing long GC pauses when running jobs that do some hairy faceting. The same jobs worked fine with our previous 4.6 Solr. The JVM is configured with 32GB heap with default GC settings, however I've been tweaking the GC settings t

Re: Solr 5.2.1 on Java 8 GC

2016-04-28 Thread Nick Vasilyev
;facet.mincount' => 5, distrib => 'false', } I know it can be re-worked some, especially considering there are thousands of similar requests going out. However we didn't have this issue before and I am worried that it may be a symptom of a larger underlying probl

Re: Solr 5.2.1 on Java 8 GC

2016-04-28 Thread Nick Vasilyev
mmfr_exact is a string field. key_phrases is a multivalued string field. On Thu, Apr 28, 2016 at 11:47 AM, Yonik Seeley wrote: > What about the field types though... are they single valued or multi > valued, string, text, numeric? > > -Yonik > > > On Thu, Apr 28, 2016 at 11

Re: Solr 5.2.1 on Java 8 GC

2016-04-28 Thread Nick Vasilyev
more. > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > > > > On Apr 28, 2016, at 8:50 AM, Nick Vasilyev > wrote: > > > > mmfr_exact is a string field. key_phrases is a multivalued string field. > > &

Re: Solr 5.2.1 on Java 8 GC

2016-04-28 Thread Nick Vasilyev
Correction, the key_phrases is set up as follows: On Thu, Apr 28, 2016 at 12:03 PM, Nick Vasilyev wrote: > The working set is larger than the heap. This is our largest collection > and all shards combined would probably be

Re: Solr 5.2.1 on Java 8 GC

2016-04-28 Thread Nick Vasilyev
12:06 PM, Yonik Seeley wrote: > On Thu, Apr 28, 2016 at 11:50 AM, Nick Vasilyev > wrote: > > mmfr_exact is a string field. key_phrases is a multivalued string field. > > One guess is that top-level field caches (and UnInvertedField use) > were removed in > https://issue

Re: Solr 5.2.1 on Java 8 GC

2016-04-29 Thread Nick Vasilyev
Eclipse Memory Analyzer - I used this to analyze heap dumps before I got > a YourKit license: http://www.eclipse.org/mat/ > > Good luck! > > > > > > > On 4/28/16, 9:27 AM, "Yonik Seeley" wrote: > > >On Thu, Apr 28, 2016 at 12:21 PM, Nick Vasilyev >

Re: Solr5.5:DocValues/CopyField does not work with Atomic updates

2016-04-30 Thread Nick Vasilyev
I am also running into this problem on Solr 6. On Sun, Apr 24, 2016 at 6:10 PM, Karthik Ramachandran < kramachand...@commvault.com> wrote: > I have opened JIRA > > https://issues.apache.org/jira/browse/SOLR-9034 > > I will upload the patch soon. > > With Thanks & Regards > Karthik Ramachandran >

Re: Solr 5.2.1 on Java 8 GC

2016-05-01 Thread Nick Vasilyev
How do you log GC frequency and time to compare it with other GC configurations? Also, do you tweak parameters automatically or is there a set of configuration that get tested? Lastly, I was under impression that G1 is not recommended to be used based on some issues with Lucene, so I haven't trie

Re: Solr cloud 6.0.0 with ZooKeeper 3.4.8 Errors

2016-05-04 Thread Nick Vasilyev
It looks like you have too many open files, try increasing the file descriptor limit. On Wed, May 4, 2016 at 3:48 PM, Susheel Kumar wrote: > Hello, > > I am trying to setup 2 node Solr cloud 6 cluster with ZK 3.4.8 and used the > install service to setup solr. > > After launching Solr Admin Pane

Re: Solr cloud 6.0.0 with ZooKeeper 3.4.8 Errors

2016-05-04 Thread Nick Vasilyev
heel Kumar wrote: > Thanks, Nick. Do we know any suggested # for file descriptor limit with > Solr6? Also wondering why i haven't seen this problem before with Solr > 5.x? > > On Wed, May 4, 2016 at 4:54 PM, Nick Vasilyev > wrote: > > > It looks like you have to

Re: Solr cloud 6.0.0 with ZooKeeper 3.4.8 Errors

2016-05-05 Thread Nick Vasilyev
Just out of curiosity, are you using sharing the zookeepers between the different versions of Solr? If So, are you specifying a zookeeper chroot? On May 5, 2016 2:05 PM, "Susheel Kumar" wrote: > Nick, Hoss - Things are back to normal with ZK 3.4.8 and ZK-6.0.0. I > switched to

Filtering on nGroups

2016-05-05 Thread Nick Vasilyev
I am grouping documents on a field and would like to retrieve documents where the number of items in a group matches a specific value or a range. I haven't been able to experiment with all new functionality, but I wanted to see if this is possible without having to calculate the count and add it a

Re: Filtering on nGroups

2016-05-06 Thread Nick Vasilyev
rocessing isn't very dynamic though so there are lots of situations where that's just not viable. Best, Erick On Thu, May 5, 2016 at 6:05 PM, Nick Vasilyev wrote: > I am grouping documents on a field and would like to retrieve documents > where the number of items in a group matche

Re: Filtering on nGroups

2016-05-06 Thread Nick Vasilyev
I guess it would also work if I could facet on the group counts. I just need to know how many groups of different sizes there are. On Fri, May 6, 2016 at 2:10 PM, Nick Vasilyev wrote: > I am on 6.1 preview, I just need this to gather some one time metrics so > performance isn't an

Re: Solr edismax field boosting

2016-05-09 Thread Nick D
oing on with your scoring and how the boosts are(n't) working. Nick On Mon, May 9, 2016 at 7:22 PM, Megha Bhandari wrote: > Hi > > We are trying to boost certain fields with relevancy. However we are not > getting results as per expectation. Below is the configuration in >

Re: Solr edismax field boosting

2016-05-09 Thread Nick D
link is a bit out of date but may help you understand how the scoring works: https://wiki.apache.org/solr/SolrRelevancyFAQ#How_are_documents_scored Nick On Mon, May 9, 2016 at 8:08 PM, Megha Bhandari wrote: > To clarify on the debug information given earlier , we changed the query &g

Re: Solr edismax field boosting

2016-05-10 Thread Nick D
nding the values in the _text_ field. Also you probably should read up on BM25Similarity as this is the default in the version of solr you are using. Nick On Tue, May 10, 2016 at 12:27 AM, Megha Bhandari wrote: > Thanks Nick, got the response formatted. We are using Solr 5.5. >

Re: How to search in solr for words like %rek Dr%

2016-05-10 Thread Nick D
great just to splitup by a size. There are a number of tokenizers you can try out. Nick On May 10, 2016 9:22 AM, "Thrinadh Kuppili" wrote: > I am trying to search a field named Address which has a space in it. > Example : > Address has the below values in it. > 1. 2000 No

Re: How to search in solr for words like %rek Dr%

2016-05-10 Thread Nick D
results with your new field types. Nick On Tue, May 10, 2016 at 10:01 AM, Thrinadh Kuppili wrote: > I have tried with maxGramSize="12"/> and search using the Extended Dismax > > Q= {!dismax qf=address} rek Dr* - It did not work as expected since i am > getting all the re

Re: Dynamically change solr suggest field

2016-05-11 Thread Nick D
-ContextFiltering Hope this helps a bit Nick On Wed, May 11, 2016 at 7:05 AM, Lasitha Wattaladeniya wrote: > Hello devs, > > I'm trying to implement auto complete text suggestions using solr. I have a > text box and next to that there's a combo box. So the auto complete should

Re: Re-indexing in SolRCloud while keeping the collection online -- Best practice?

2016-05-11 Thread Nick Vasilyev
Aliasing works great, I implemented it after upgrading to Solr 5 and it allows us to do this exact thing. The only thing you have to watch out for is indexing new items (if they overwrite old ones) while you are re-indexing. I took it a step further for another collection that stores a lot of time

Re: More Like This on not new documents

2016-05-13 Thread Nick D
mlt isn't a bad thing at all. Nick On Fri, May 13, 2016 at 2:23 AM, Vincenzo D'Amore wrote: > Hi all, > > anybody know if is there a chance to use the mlt component with a new > document not existing in the collection? > > In other words, if I have a new document,

json.facet streaming

2016-05-17 Thread Nick Vasilyev
I am on the nightly build of 6.1 and I am experimenting with json.facet streaming, however the response I am getting back looks like regular query response. I was expecting something like the streaming api. Is this right or am I missing something? Hhere is the json.facet string. 'json.facet':

Re: json.facet streaming

2016-05-17 Thread Nick Vasilyev
t;:8928379}, { "processor":"FacetFieldProcessorStream", "elapse":0, "field":"group", "limit":10, "domainSize":8576804}]}, "json":{"facet":{"gro

Re: json.facet streaming

2016-05-17 Thread Nick Vasilyev
oks like facets are being computed... do you not see them in > the response? > -Yonik > > > On Tue, May 17, 2016 at 9:12 AM, Nick Vasilyev > wrote: > > I enabled query debugging, here is the facet-trace snippet. > > > > "facet-trace":{ > >

Re: json.facet streaming

2016-05-17 Thread Nick Vasilyev
Got it. Thanks for clarifying. On Tue, May 17, 2016 at 9:58 AM, Yonik Seeley wrote: > On Tue, May 17, 2016 at 9:41 AM, Nick Vasilyev > wrote: > > Hi Yonik, I do see them in the response, but the JSON format is like > > standard facet output. I am not sure what streaming fa

Re: API call for optimising a collection

2016-05-17 Thread Nick Vasilyev
As far as I know, you have to run it on each core. On May 18, 2016 1:04 AM, "Binoy Dalal" wrote: > Is there no api call that can optimize an entire collection? > > I tried the collections api page on the confluence wiki but couldn't find > anything, and a Google search also yielded no meaningful

Solr 5.5.2

2016-05-26 Thread Nick Vasilyev
Is there an anticipated release date for 5.5.2? I know 5.5.1 was just released a while ago and although it fixes the faceting performance (SOLR-8096), distributed grouping is broken (SOLR-8940). I just need a solid 5.x release that is stable and with all core functionality working. Thanks

Re: Solr 5.5.2

2016-05-26 Thread Nick Vasilyev
5.2 that includes this fix (after the fix has been > vetted). > > Best, > Erick > > On Thu, May 26, 2016 at 11:08 AM, Nick Vasilyev > wrote: > > Is there an anticipated release date for 5.5.2? I know 5.5.1 was just > > released a while ago and although it fixes

Re: Facet data type

2016-05-26 Thread Nick D
in terms of faceting. (the Lucene change that caused a number of Issues is also referenced in this Jira). Nick On Thu, May 26, 2016 at 11:45 AM, Erick Erickson wrote: > I always prefer ints to strings, they can't help but take > up less memory, comparing two ints is much faster

Re: Facet data type

2016-05-27 Thread Nick D
mance with 4.x upgrades. I think there are some even more knowledgeable people on here who could chime in with a more detailed explanation or correct me if I misspoke. Nick On Fri, May 27, 2016 at 12:11 PM, Steven White wrote: > Thanks Erick. > > What about Solr defect SOLR-7495 that

Re: Use of solr + banana for faceted search

2016-07-20 Thread Nick Vasilyev
Banana has a facet panel that allows you to configure several fields to facet on, you can have multiple fields and they will show up as an accordion. However, keep in mind that the field needs to be tokenized for faceting (i.e. string) and upon selection the filter is added to the fq parameter in t

Re: Use of solr + banana for faceted search

2016-07-21 Thread Nick Vasilyev
Not that I know of, but it is an open source project so its easy to extend. On Jul 21, 2016 11:01 AM, "Darshan Pandya" wrote: > Thanks Nick, once again. > I was able to use Facet panel. > > I also wanted to ask the group if there is a repository of custom panels >

Solr Rounding Issue On Float fields.

2016-07-21 Thread Nick Vasilyev
Hi, I am running into a weird rounding issue on Solr 5.2.1. I have a float field (also tried tfloat), I am indexing 154035.26 into it (confirmed in the data), but at query time, I get back 154035.27 (.01 more). Additionally when I query for the document and include this number in the q parameter,

Re: Solr Rounding Issue On Float fields.

2016-07-21 Thread Nick Vasilyev
48 PM, Nick Vasilyev wrote: > Hi, I am running into a weird rounding issue on Solr 5.2.1. I have a float > field (also tried tfloat), I am indexing 154035.26 into it (confirmed in > the data), but at query time, I get back 154035.27 (.01 more). > Additionally when I query for the document

Re: Solr Rounding Issue On Float fields.

2016-07-21 Thread Nick Vasilyev
Thanks Chris. Searching for both values and retrieving the documents would be alright as long as the data was correct. In this case, the data that I am indexing into Solr is not the same data that I am pulling out at query time. That is the real impact here. On Thu, Jul 21, 2016 at 6:12 PM, Chris

Re: How to re-index SOLR data

2016-08-09 Thread Nick Vasilyev
Hi, I work on a python Solr Client library and there is a reindexing helper module that you can use if you are on Solr 4.9+. I use it all the time and I think it works pretty well. You can re-index all documents from a collection into another collection

Discreptancy in json.facet uniqe and group.ngroups

2016-09-05 Thread Nick Vasilyev
Hi, I need to get the number of distinct values of a field and I am getting different counts between the json.facet interface and group.ngroups. Here are the two queries: {'q': '*:*', 'rows': 0, 'json.facet': '{'mfr': "unique('mfr')"}' }) This brings up around 6,000 in the mfr field. However,

Re: Discreptancy in json.facet uniqe and group.ngroups

2016-09-06 Thread Nick Vasilyev
t 12:22 PM, Alexandre Rafalovitch wrote: > Perhaps https://issues.apache.org/jira/browse/SOLR-7452 ? > > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 5 September 2016 at 23:07, Nick Vasilyev > wrote: > >

Re: Miserable Experience Using Solr. Again.

2016-09-15 Thread Nick Vasilyev
Just wanted to chime in on the technical set-up of the Solr "petting zoo", I think I can help here; just let me know what you need. Here is the idea; just have a vagrant box with ansible provisioning Zoo keepers and Solr, creating collections, and etc That way anyone starting out can just clon

mm being ignored by edismax

2016-10-06 Thread Nick Hall
ot;string 4\") +(vehicle_string_t:\"string 5\"))", You can see that the key difference is that in version 4 it uses the "~3" to indicate the mm, but in 6.2.1 it doesn't matter what I have mm set to, it always ends with "/no_coord" and is trying to match all 5 strings even if mm is set to 1, so mm is being completely ignored. I imagine there is some behavior that changed between 4 and 6.2.1 that I need to adjust something in my configuration to account for, but I'm scratching my head right now. Has anyone else seen this and can point me in the right direction? Thanks, Nick

Re: mm being ignored by edismax

2016-10-07 Thread Nick Hall
web interface to do test queries while debugging. This web interface has no field for q.op as far as I can see, so with (e)dismax the mm field does not work effectively with the web interface. Thank you for your help, Nick On Thu, Oct 6, 2016 at 10:53 PM, Alexandre Rafalovitch wrote: > I think

Re: How to retrieve 200K documents from Solr 4.10.2

2016-10-12 Thread Nick Vasilyev
Check out cursorMark, it should be available in your release. There is some good information on this page: https://cwiki.apache.org/confluence/display/solr/Pagination+of+Results On Wed, Oct 12, 2016 at 5:46 PM, Salikeen, Obaid < obaid.salik...@iacpublishinglabs.com> wrote: > Hi, > > I am using

I want "john smi" to find "john smith" in my custom "fullname_s" field

2017-06-06 Thread Nick Way
lname_s:john smi? but nothing gives the expected result - am I missing something? I spent hours on this one point yesterday so if anyone can please point me in the right direction I'd be really grateful. I'm using Solr with Adobe Coldfusion by the way but I think the principles are the same. Thank you! Nick

Re: I want "john smi" to find "john smith" in my custom "fullname_s" field

2017-06-06 Thread Nick Way
Fantastic thank you so much; I now have 'fullname_s:#string.spacesescaped#* or email_s:#string.spacesescaped#*' which is working like a dream - thank you so much - really appreciate your help. Thank you also Amrit. Nick On 6 June 2017 at 10:40, Erik Hatcher wrote: > Nick - try

Solr list operator

2017-09-06 Thread Nick Way
should NOT get a match Can anyone help me out please as I can't seem to find any documentation on this. Thanks very much in advance. Kind regards, Nick Way

Re: Solr list operator

2017-09-12 Thread Nick Way
hat? ​Thank you very much for your help which was much appreciated. Best, Nick On 6 September 2017 at 16:46, Erick Erickson wrote: > You'll have to split up the input on commas if you don't just do it > the multiValued way Walter suggests, perhaps one of the pattern > t

Re: Best python 3 client for solrcloud

2016-11-24 Thread Nick Vasilyev
I am a comitter for https://github.com/moonlitesolutions/SolrClient. I think its pretty good, my aim with it is to provide several reusable modules for working with Solr in python. Not just querying, but working with collections indexing, reindexing, etc.. Check it out and let me know what you t

Re: Find groups where at least one item matches a query

2017-02-05 Thread Nick Vasilyev
Check out the group.limit argument. On Feb 5, 2017 12:10 PM, "Cristian Popovici" wrote: > Erick, thanks for you answer. > > Sorry - I forgot to mention that I do not know the group id when I perform > the query. > Grouping - I think - does not help for me as it filters out the documents > that d

Invalid UTF-8 character 0xffff at char #17373581, byte #17539047

2017-02-28 Thread Nick Way
ring on it? Thank you very much indeed. Kind regards, Nick Way full error message: [was class java.io.CharConversionException] Invalid UTF-8 character 0x at char #17373581, byte #17539047) java.lang.RuntimeException: [was class java.io.CharConversionException] Invalid UTF-8 character 0xff

Re: millions of records problem

2011-10-17 Thread Nick Veenhof
You could use this technique? I'm currently reading up on it http://khaidoan.wikidot.com/solr-common-gram-filter On 17 October 2011 12:57, Jan Høydahl wrote: > Hi, > > What exactly do you mean by "slow" search? 1s? 10s? > Which operating system, how many CPUs, which servlet container and how muc

Re: Solr Distributed Search vs Hadoop

2011-12-23 Thread Nick Vincent
ch on this on the relevant technical forums for those technologies. Nick

DisMax, multi fields, and phrase fields

2010-07-01 Thread Nick Hall
In my application, I have documents like: DOCUMENT 1: part_num: ABC123 Spark Plug application: 2008 Toyota Corolla application: 2007 Honda Civic DOCUMENT 2: part_num: FGH234 Spark Plug application: 2007 Toyota Corolla application: 2008 Honda Civic The "application" field is set up to be a multi-

Re: Solr Javascript+JSON not optimized for SEO

2010-10-25 Thread Nick Jenkin
uot;it's faster" is not a valid answer!) -Nick On Sun, Oct 24, 2010 at 12:30 AM, PeterKerk wrote: > > Unfortunately its not online yet, but is there anything I can clarify in more > detail? > > Thanks! > -- > View this message in context: > http://lucene.4720

Re: Concatenate multiple tokens into one

2010-11-11 Thread Nick Martin
. If anyone can tell me a simple way to concatenate tokens into one token again, similar too the KeyWordTokenizer that would be super helpful. Many thanks Nick On 11 Nov 2010, at 00:23, Robert Gründler wrote: > > On Nov 11, 2010, at 1:12 AM, Jonathan Rochkind wrote: > >> Are yo

Re: Concatenate multiple tokens into one

2010-11-11 Thread Nick Martin
Thanks Robert, I had been trying to get your ConcatFilter to work, but I'm not sure what i need in the classpath and where Token comes from. Will check the thread you mention. Best Nick On 11 Nov 2010, at 18:13, Robert Gründler wrote: > I've posted a ConcaFilter in my previous ma

Re: EdgeNGram relevancy

2010-11-11 Thread Nick Martin
debugQuery=on > > > This would still not deal with the problem of removing stop words from the indexing and query analysis stages. I really need something that will allow that and give a single token as in the example below. Best Nick

Re: Error: _version_field must exist in schema

2012-11-22 Thread Nick Zadrozny
gt; the reason? > Belated reply, but this is probably something you should let us know about directly at supp...@onemorecloud.com if it happens again. Cheers. -- Nick Zadrozny Cofounder, One More Cloud websolr.com <https://websolr.com/home> • bonsai.io <http://bonsai.io/home>

Re: Help! Confused about using Jquery for the Search query - Want to ditch it

2012-06-07 Thread Nick Chase
ter (http://wiki.apache.org/solr/XsltResponseWriter) to use XSLT to turn the raw XML into your actual results HTML. The other option is to create a python page that does the call to Solr and spits out just the HTML for your results, then call THAT rather than calling Solr directly. Nick

Re: Help! Confused about using Jquery for the Search query - Want to ditch it

2012-06-07 Thread Nick Chase
+1 on that! If you do want to provide direct results, ALWAYS send requests through a proxy that can verify that a) all requests are coming from your web app, and b) only "acceptable" queries are being passed on. Nick On 6/7/2012 2:50 PM, Michael Della Bitta wrote: On Thu, J

Re: Question on addBean and deleteByQuery

2012-06-07 Thread Nick Zadrozny
oding. As to whether that's configurable in SolrJ, I defer to the experts on the list. http://en.wikipedia.org/wiki/Chunked_transfer_encoding -- Nick Zadrozny http://websolr.com — hassle-free hosted search, powered by Apache Solr

Re: Question Solr Index main in RAM

2011-02-27 Thread Nick Jenkin
You could also try using a ram disk, mkdir /var/ramdisk mount -t tmpfs none /var/ramdisk -o size=m Obviously, if you lose power you will lose everything.. On Mon, Feb 28, 2011 at 11:37 AM, Lance Norskog wrote: > This sounds like a great idea but rarely works out. Garbage collection > has to

SOLR 4 Alpha Out Of Mem Err

2012-07-14 Thread Nick Koton
commits entirely within the client, the indexing rate is very restricted. Any suggestions would be appreciated Nick Cotton nick.ko...@gmail.com

RE: SOLR 4 Alpha Out Of Mem Err

2012-07-14 Thread Nick Koton
ou are seeing with auto commit vs client commit? How often are you trying to commit? With the client? With auto commit? Are you doing soft commits? Std commits? A mix? What's the stack trace for the OOM? What OS are you using? Anything else you can add? -- Mark Miller On Saturd

RE: SOLR 4 Alpha Out Of Mem Err

2012-07-15 Thread Nick Koton
t commit within, but issue commits in the solrj client with wait for sync and searcher set to true. In case #3, I do not see the out of memory in the server. However, document index rates are restricted to about 1,000 per second. Nick -Original Message- From: ysee...@gmail.com [mailto:ys

RE: SOLR 4 Alpha Out Of Mem Err

2012-07-15 Thread Nick Koton
this with "example" schema in a small cloud configuration using LargeVolumeTestBase or the like? It will take me a couple days to work it in. Or perhaps this sort of test is already run? Best Nick -Original Message- From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Beh

RE: SOLR 4 Alpha Out Of Mem Err

2012-07-16 Thread Nick Koton
igure out how, I will share it so perhaps a safe guard can be put in place. Nick Server threads - very roughly 0.1 %: cmdDistribExecutor-9-thread-7161 (10096) java.util.concurrent.SynchronousQueue$TransferStack@17b90c55 . sun.misc.Unsafe.park(Native Method) . java.util.concurrent.locks.LockS

RE: SOLR 4 Alpha Out Of Mem Err

2012-07-17 Thread Nick Koton
with 6 shards and two servers per shard. The servers receiving the index requests hit steady state with approximately 800 threads per server. So could there be something amiss in the server side implementation of ConcurrentUpdateSolrServer? Best regards, Nick -Original Message- From

SOLR 4 ALPHA /terms /browse

2012-07-18 Thread Nick Koton
3.run(QueuedThreadPool.java:5 34) at java.lang.Thread.run(Thread.java:662) ,code=500} Best regards, Nick Koton

SOLR 4 BEAT - More Like This

2012-08-28 Thread Nick Koton
sing mlt.fl) I see the error from both. Is anyone else seeing similar behavior? Nick Koton STANALONE RESPONSE - -05-trueid:VDBDB1A16text,features,name,sku,id,manu,cat,title,description,keywords, author,resourcename--VDBDB1A16A-DATA V-Series 1GB 184-Pin DDR SDRAM Unbuffered DDR 400 (P

SOLR 4 BETA facet.pivot and cloud

2012-10-04 Thread Nick Cotton
browse page on the example data. The pivot facet for "cat,inStock" only appears if I run without zookeeper. If this is known, can you please let me know if this is a defect in beta that is expected to be working in GA or whether it will remain a limition for some time. regards, Nick Koton

SolrCloud failover behavior

2012-11-03 Thread Nick Chase
eds updating, fine; I just need to know. Otherwise if anybody has any clues as to what I may be missing, I'd be grateful. :) Thanks... --- Nick

Re: SolrCloud failover behavior

2012-11-06 Thread Nick Chase
Thanks a million, Erick! You're right about killing both nodes hosting the shard. I'll get the wiki corrected. Nick On 11/3/2012 10:51 PM, Erick Erickson wrote: SolrCloud doesn't work unless every shard has at least one server that is up and running. I _think_ you m

Internal Vs. External ZooKeeper

2012-11-11 Thread Nick Chase
OK, I can't find a definitive answer on this. The wiki says not to use the embedded ZooKeeper servers for production. But my question is: why not? Basically, what are the reasons and circumstances that make you better off using an external ZooKeeper ensemble? Thanks... Nick

Re: Internal Vs. External ZooKeeper

2012-11-11 Thread Nick Chase
Thanks, Jack, this is a great explanation! And since a greater number of ZK nodes tends to degrade write performance, that would be a factor in making every Solr node a ZK node as well. Much obliged! Nick On 11/11/2012 10:45 AM, Jack Krupansky wrote: "Production" typical

zkcli issues

2012-11-11 Thread Nick Chase
ified that C:\sw\apache-solr-4.0.0\example\cloud-scripts\..\solr-webapp\webapp\WEB-INF\lib\apache-solr-solrj-4.0.0.jar exists, so I'm really at a loss here. Thanks... Nick

Re: zkcli issues

2012-11-15 Thread Nick Chase
Unfortunately, this doesn't seem to solve the issue; now I'm beginning to wonder if maybe it's because I'm on Windows. Has anyone successfully run ZkCLI on Windows? Nick On 11/12/2012 2:27 AM, Jeevanandam Madanagopal wrote: Nick - Sorry, embedded links are not sho

Re: zkcli issues

2012-11-16 Thread Nick Chase
lib\apache-solr-solrj-4.0.0.jar And anyway, it's a weird error, referencing a jar as a class, isn't it? Start up a JIRA? - Nick On 11/16/2012 10:42 AM, Mark Miller wrote: I *think* I tested the script on windows once way back. Anyway, the code itself should not be OS specific.

Re: Seattle / PNW Hadoop/Lucene/HBase Meetup, Wed Sep 30th

2009-09-30 Thread Nick Dimiduk
As Bradford is out of town this evening, I will take up the mantel of Person-on-Point. Contact me with questions re: tonight's gathering. See you tonight! -Nick 614.657.0267 On Mon, Sep 28, 2009 at 4:33 PM, Bradford Stephens < bradfordsteph...@gmail.com> wrote: > Hello everyone!

Re: Seattle / PNW Hadoop/Lucene/HBase Meetup, Wed Sep 30th

2009-10-07 Thread Nick Dimiduk
Hey PNW Clouders! I'd really like to chat further with the crew doing distributed Solr. Give me a ring or shoot me an email, let's do lunch! -Nick On Wed, Sep 30, 2009 at 2:10 PM, Nick Dimiduk wrote: > As Bradford is out of town this evening, I will take up the mantel of >

MoreLikeThis and interesting terms

2009-10-16 Thread Nick Spacek
7;t been able to find one) to make those fields I have boosted the ones that come up first in the list of interesting terms. Thanks, Nick Spacek

MoreLikeThis support Dismax parameters

2009-10-19 Thread Nick Spacek
equestHandler instead of RequestHandlerBase? Nick Spacek

Re: MoreLikeThis support Dismax parameters

2009-11-03 Thread Nick Spacek
aragraph, right? There currently doesn't seem to be a way to influence the ordering of the interesting terms. Thanks, Nick

Re: [POLL] - A new logo for Solr

2008-08-01 Thread Nick Jenkin
Is there an option to keep the current one? -Nick On 8/2/08, Shalin Shekhar Mangar <[EMAIL PROTECTED]> wrote: > On Fri, Aug 1, 2008 at 8:39 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > > On Fri, Aug 1, 2008 at 10:44 AM, Shalin Shekhar Mangar > > <[EMAIL PRO

Indexing Only Parts of HTML Pages

2008-08-13 Thread Nick Tkach
I'm wondering, is there some way ("out of the box") to tell Solr that we're only interested in indexing certain parts of a page? For example, let's say I have a bunch of pages in my site that contain some common navigation elements, roughly like this: Stuff here about parts

Re: Solr Logo thought

2008-08-21 Thread Nick Jenkin
I like the O, it is both the sun and it looks like an eye which suits in with the search. Good stuff. -Nick On 8/21/08, Lukáš Vlček <[EMAIL PROTECTED]> wrote: > Hi, > > Well, the eye looking O is not intentional. It is more a result of the > techique I used when doing the initi

  1   2   >