Re: analyzer for Code

2013-06-13 Thread Steve Rowe
e programming language lexers. Steve On Jun 13, 2013, at 1:40 PM, Gian Maria Ricci wrote: > Thanks for the suggestions, I’ll try with the WordDelimiterFilterFactory. My > aim is not to have a perfect analysis, just a way to quick search for words > in the whole history of a codebas

Re: Best way to match umlauts

2013-06-13 Thread Steve Rowe
On Jun 13, 2013, at 3:48 PM, Jack Krupansky wrote: > mapping="mapping-FoldToASCII"/> The mapping attribute above is missing the .txt file extension: Steve

Re: Best way to match umlauts

2013-06-13 Thread Steve Rowe
r reasons you'd want to choose one over the other that I'm not thinking of, but primarily it's about choosing processing order to affect further stages in the pipeline. If you don't think order matters, then you should be fine choosing either one. Steve On Jun 13, 2013, at 8:1

RE: aggregate functions in Solr?

2011-09-27 Thread Steve McKay
out of > Solr? > > Regards, > Esteban To use your example, you could query stats.field=value1&stats.field=value2&stats.facet=doc_id and calculate sum(value1)/sum(value2) in a Velocity template. I'm not sure it's a *good* solution, but that's a way you could get the results you want in the response from Solr. Steve

Faceting a multi valued field

2011-11-07 Thread Steve Fatula
So, I have a bunch of products indexed in Solr. Each product may exist in any number of product categories. The product category field is therefore multivalued in Solr. This allow us to show categories a product exists in. Now, instead we want to browse the products by category. This also works

Re: Faceting a multi valued field

2011-11-07 Thread Steve Fatula
From: Chris Hostetter >To: "solr-user@lucene.apache.org" ; Steve Fatula > >Sent: Monday, November 7, 2011 5:42 PM >Subject: Re: Faceting a multi valued field > > >how are you modeling the tree nature of your cateory taxonomy when you >index the terms?  if

Re: Faceting a multi valued field

2011-11-07 Thread Steve Fatula
From: Chris Hostetter >To: Steve Fatula >Cc: "solr-user@lucene.apache.org" >Sent: Monday, November 7, 2011 7:17 PM >Subject: Re: Faceting a multi valued field > >: A > B > C > D > E >: Z > C > D > E >: Z > C > F > G > H > E

Re: Faceting a multi valued field

2011-11-08 Thread Steve Fatula
>From: Chris Hostetter >To: Steve Fatula >Cc: "solr-user@lucene.apache.org" >Sent: Monday, November 7, 2011 7:17 PM >Subject: Re: Faceting a multi valued field > > >you can the >level and most of the path and just index the "${parent_cat_id}:${cat_i

Out of memory, not during import or updates of the index

2011-11-09 Thread Steve Fatula
We get at rare times out of memory errors during the day. I know one reason for this is data imports, none are going on. I see in the wiki, document adds have some quirks, not doing that. I don't know to to expect for memory use though. We had Solr running under Tomcat set to 2G ram. I presume c

Re: Out of memory, not during import or updates of the index

2011-11-09 Thread Steve Fatula
From: Otis Gospodnetic >To: "solr-user@lucene.apache.org" >Sent: Wednesday, November 9, 2011 2:51 PM >Subject: Re: Out of memory, not during import or updates of the index > >Hi, > >Some options: >* Yes, on the slave/search side you can reduce your cache sizes and lower the >memory footprint. >*

Re: Out of memory, not during import or updates of the index

2011-11-10 Thread Steve Fatula
From: Paul Libbrecht >To: solr-user@lucene.apache.org >Sent: Thursday, November 10, 2011 7:19 AM >Subject: Re: Out of memory, not during import or updates of the index > >do you have any custom code in your Solr? >We had out-of-memory errors just because of that, I was using one method to >obta

Re: Solr Indexing Time

2011-11-10 Thread Steve Fatula
From: "Husain, Yavar" >To: "solr-user@lucene.apache.org" >Sent: Thursday, November 10, 2011 3:43 AM >Subject: Solr Indexing Time > >However while using Solr on a VM, with 4 GB RAM it took 50 minutes to index at >the first time. Note that there is no Network delays and no RAM issues. Now >when I

Re: Out of memory, not during import or updates of the index

2011-11-10 Thread Steve Fatula
From: Andre Bois-Crettez >To: "solr-user@lucene.apache.org" >Sent: Thursday, November 10, 2011 7:02 AM >Subject: Re: Out of memory, not during import or updates of the index > >You can add JVM parameters to better trace the heap usage with >-XX:+PrintGCDetails -verbose:gc -Xloggc:/your/gc/logfil

Re: Out of memory, not during import or updates of the index

2011-11-10 Thread Steve Fatula
From: Mark Miller >To: solr-user >Sent: Thursday, November 10, 2011 3:00 PM >Subject: Re: Out of memory, not during import or updates of the index > >How big is your index? > >The total for the data dir is 651M. >What kind of queries do you tend to see? Do you facet on a lot of fields? Sort >o

sub query parsing bug???

2011-12-05 Thread Steve Fuchs
Hello All, I have my field description listed below, but I don't think its pertinent. As my issue seems to be with the query parser. I'm currently using an edismax subquery clause to help with my searching as such: _query_:"{!type=edismax qf='ref_expertise'}\(nonlinear OR soliton\) AND \"opti

Re: sub query parsing bug???

2011-12-12 Thread Steve Fuchs
e requirements. Is there some other way I could be executing this query even in the single field case? Thanks and Thanks in Advance for all help Steve On Dec 6, 2011, at 8:26 AM, Erick Erickson wrote: > Hmmm, does this help? > > In Solr 1.4 and prior, you should basically set mm=0

question

2012-01-07 Thread Steve Chen
Hi Everybody, How can we read e-mail content in PST file of the storage of Microsoft outlook. It is not the e-mail at the exchange server. Thanks Regards Shu (Steve) Chen Tel: 425-818-0568 Fax: 425-641-8908 Cell: 425-785-9971

How to index rich document with XML payload?

2010-06-26 Thread Steve Johnson
Greetings, I am new to Solr, but have gotten as far as successfully indexing documents both by sending XML describing the document and by sending the document itself using "update/extract". What I want to do now is, in effect, do both of these on each of my documents. I want to be able to h

Where is the lock file?

2010-09-29 Thread Steve Cohen
g messages like the above? Should we just change the lock to simple? Thanks, Steve Cohen

Re: Solr Cluster Indexing data question

2010-09-30 Thread Steve Cohen
So how would one set it up to use multiple nodes for building an index? I see a document for solr + hadoop (http://wiki.apache.org/solr/HadoopIndexing) and it says it has an example but the example is missing. Thanks, Steve Cohen On Thu, Sep 30, 2010 at 10:58 AM, Jak Akdemir wrote: > If

Help removing myself from this mailing list

2010-10-08 Thread Steve Reichgut
Can anyone help me on how to remove myself from this mailing list. The emails don't come with an opt-out link nor can I find anywhere else to go to remove my email address. Any help would be really appreciated! Steve

Re: Ranking by sorting score and rankingField better or by product(score, rankingField)?

2012-11-20 Thread Steve Rowe
says: Solr looks for the external file in the index directory under the name of external_ or external_.*" I think the intent here is that "the index directory" is the directory *containing* the index directory, rather than the index directory itself. Steve On Nov 19, 201

Re: Solr 4 in IntelliJ IDEA: make project errors

2012-12-05 Thread Steve Rowe
Hi Artyom, The lucene_solr_4_0 branch IntelliJ setup works for me. Sounds like Ivy isn't succeeding in downloading dependencies. 'ant idea' calls 'ant resolve', which uses Apache Ivy to download binary dependencies. Can you post output from running 'ant resolve&

Re: Cannot run Solr4 from Intellij Idea

2012-12-05 Thread Steve Rowe
Hi Artyom, I don't use IntelliJ artifacts - I just edit/compile/test. I can include this stuff in the IntelliJ configuration if you'll help me. Can you share screenshots of what you're talking about, and/or IntelliJ config files? Steve On Dec 5, 2012, at 8:24 AM, Artyom wr

Re: Cannot run Solr4 from Intellij Idea

2012-12-06 Thread Steve Rowe
x27;s more sensible anyway, since that's the official/supported build. Steve On Dec 6, 2012, at 7:06 PM, Erick Erickson wrote: > Why do this? It's trivial to attach IntelliJ to a running solr, just create > "remote" configuration. When you do, it'll give you parame

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Steve Rowe
using it on synonyms in the same field. Steve On Dec 12, 2012, at 12:50 PM, Walter Underwood wrote: > Query parsers cannot fix the IDF problem or make query-time synonyms faster. > Query synonym expansion makes more search terms. More search terms are more > work at query time

Re: Can a field with defined synonym be searched without the synonym?

2012-12-12 Thread Steve Rowe
Hmm, I've gotten this very wrong :) - DisjunctionMaxQuery will operate per-doc, so using it in the way I suggested will not allow for synonym IDF leveling across documents. Also, scoring obviously includes more factors than IDF. On Dec 12, 2012, at 5:18 PM, Steve Rowe wrote: > But

Re: Searches with phonetics

2012-12-17 Thread Steve Rowe
In addition to reindexing, you should insure that your query analyzer has the same lowercasing behavior as your index analyzer. Otherwise "july" may not match "July", and vice versa. On Dec 17, 2012, at 4:57 AM, Sangeetha wrote: > Hi, > > I have not done anything in my schema.xml for phoneti

Re: Do we have some sort of recomposing token filter?

2013-01-08 Thread Steve Rowe
Hi Alexandre, CombiningFilter sounds close (no option to put spaces between original terms), but hasn't yet been committed: <https://issues.apache.org/jira/browse/LUCENE-3413>. Steve On Jan 8, 2013, at 4:55 PM, Alexandre Rafalovitch wrote: > Hello, > > I want to ta

Re: RSS tutorial that comes with the apache-solr not indexing

2013-01-14 Thread Steve Rowe
Hi bibhor, I looked at <http://rss.slashdot.org/Slashdot/slashdot> and <http://www.feedforall.com/sample.xml>, and their top-level structure is: ... This doesn't match your or your Steve On Jan 14, 2013, at 1:02 PM, bibhor wrote: > Hi, > I did try anot

Re: RSS tutorial that comes with the apache-solr not indexing

2013-01-14 Thread Steve Rowe
> Personal blog: http://blog.outerthoughts.com/ > LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch > - Time is the quality of nature that keeps events from happening all at > once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) > > > On Mon, Jan 14, 2013 a

[ANNOUNCE] Apache Solr 4.1 released

2013-01-22 Thread Steve Rowe
January 2013, Apache Solr™ 4.1 available The Lucene PMC is pleased to announce the release of Apache Solr 4.1. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted searc

Re: Solr 3.6.2 tutorial link is dead

2013-01-22 Thread Steve Rowe
Thanks for reporting Alex, I'll take care of it. - Steve On Jan 22, 2013, at 2:53 PM, Alexandre Rafalovitch wrote: > Not even sure whom to tell: http://lucene.apache.org/solr/tutorial.html (v4 > of the tutorial is there, v3 of the tutorial is a dead link). > > Regards, >

Re: Solr 3.6.2 tutorial link is dead

2013-01-22 Thread Steve Rowe
This is fixed now. Thanks again, Alex. - Steve On Jan 22, 2013, at 2:53 PM, Alexandre Rafalovitch wrote: > Not even sure whom to tell: http://lucene.apache.org/solr/tutorial.html (v4 > of the tutorial is there, v3 of the tutorial is a dead link). > > Regards, > Alex. > P

Re: Solr 4.1 Maven artifacts.

2013-01-28 Thread Steve Rowe
Or on Central: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.solr%22 On Jan 28, 2013, at 3:27 PM, Miguel Ángel Martín wrote: > Hi Lu: > > Look at > > https://repository.apache.org/content/groups/snapshots/org/apache/solr/ > > ;-) > El 28/01/2013 20:10, "Luis Cappa Banda" esc

Re: Increase Token length for white space tokenizer

2013-02-07 Thread Steve Rowe
WhitespaceTokenizer extends CharTokenizer, which has a hard-coded token length limit of 256 chars. I think adding configurability for this should be fairly simple. Patches welcome! Steve On Feb 7, 2013, at 8:14 AM, prakash_m16 wrote: > Hi , > > I would like to know how to inc

Re: What should focus be on hardware for solr servers?

2013-02-14 Thread Steve Rowe
On Feb 14, 2013, at 11:24 AM, Walter Underwood wrote: > Laptop disks are slower than the EC2 disks. My laptop disk is an SSD.

Re: Implement price range filter: DataImportHandler started. Not Initialized. No commands can be run

2013-02-14 Thread Steve Rowe
ggestion: don't use nabble for posting to mailing lists. Or put code snippets up on a third-party text sharing facility, e.g. pastebin, github gist, etc. Steve On Feb 14, 2013, at 12:10 PM, PeterKerk wrote: > Ok, something went wrong with posting the code,since I did not escape the &

Re: Storing all attributes in the document so that I can avoid a distributed cache?

2013-02-20 Thread Steve Rowe
See also Adrien Grand's blog post on this feature (he implemented it): <http://blog.jpountz.net/post/35667727458/stored-fields-compression-in-lucene-4-1> Steve On Feb 20, 2013, at 7:22 AM, Erick Erickson wrote: > bq: Does the new compressed stored field format in Solr 4.1

Re: Multivalued non-indexed field?

2013-02-20 Thread Steve Rowe
Hi Isaac, Can you describe the problem? E.g., what do you mean by "ignores"? Usually sample inputs and expected outputs help. Steve On Feb 20, 2013, at 4:25 PM, Isaac Hebsh wrote: > Hi. > > I'm trying to configure a stored-, non-indexed field, to be multiValu

Re: Subscription to mailing list

2013-02-23 Thread Steve Rowe
Hi Ankush, Instructions for subscribing, and other info about the Solr mailing lists, are here: http://lucene.apache.org/solr/discussion.html Steve On Feb 23, 2013, at 5:47 AM, Ankush Puri wrote: > Hi, > I've started using solr from last day only.I must say it's rea

Re: Defining tokenizer pattern with < character

2013-03-01 Thread Steve Rowe
Kristian, I think what you want is pattern="<[^>]>" (untested) - that is, you probably don't want to regex-escape the character class brackets "[" and "]", and you should html-escape the angle brackets. Steve On Mar 1, 2013, at 11:42 AM, "

Re: Backtick character in field values, and results

2013-03-05 Thread Steve Rowe
ot;`something", new String[] { "`something" }); But these two succeed: assertAnalyzesTo(a, "tre'ma", new String[] { "tre'ma" }); assertAnalyzesTo(a, "pen~a", new String[] { "pen~a" }); I'm not sure if backticks should be folded away by ICUFoldingFilter, but if they are, then I think we should be consistent and also fold away other characters like it. Steve

Dynamic schema design: feedback requested

2013-03-06 Thread Steve Rowe
the best, since it would address concerns of users who don't want the schema to be modifiable. I look forward to hearing others' thoughts on these and any other issues related to dynamic schema modification. Thanks, Steve

Re: Dynamic schema design: feedback requested

2013-03-06 Thread Steve Rowe
other concern is about schema "ownership": dealing with schemas that mix hand-editing with Solr modification/serialization would likely be harder than supporting just one of them. But I suppose there is already a set of validity checks, so maybe this wouldn't be so bad? Steve O

Re: Dynamic schema design: feedback requested

2013-03-06 Thread Steve Rowe
orted. Steve On Mar 6, 2013, at 2:49 PM, Mark Miller wrote: > Hmm…I think I'm missing some pieces. > > I agree with Erick that you should be able to load a schema from any object - > a DB, a file in ZooKeeper, you name it. But it seems by default, having that > object be sche

Re: Dynamic schema design: feedback requested

2013-03-06 Thread Steve Rowe
On Mar 6, 2013, at 3:33 PM, Mark Miller wrote: > On Mar 6, 2013, at 12:08 PM, Steve Rowe wrote: >> I'm not sure what pieces you might be missing, sorry. > > My main confusion is around this: > > bq. When schema.xml is present, schema.json (if any) will be ignored

Re: Dynamic schema design: feedback requested

2013-03-08 Thread Steve Rowe
onship between the two wouldn't be represented in the request. Maybe if there were requests that returned the collections using a particular named config, and vice versa, people could at least discover problematic dependencies before they send schema modificaiton requests? Or maybe such requests already exist? Steve

Re: Dynamic schema design: feedback requested

2013-03-08 Thread Steve Rowe
If it's config it's config and the user owns it. > If it's data it's data and the system owns it. Calling the system-owned file 'schema.dat', rather than 'schema.json' (i.e., extension=format), would help to reinforce this black-box view. Steve

Re: Dynamic schema design: feedback requested

2013-03-08 Thread Steve Rowe
On Mar 8, 2013, at 2:57 PM, Steve Rowe wrote: >> multiple collections may share the same config set and thus schema, so what >> happens if someone does not know this and hits PUT >> localhost:8983/solr/collection1/schema and it affects also the schema for >> collect

Re: copyField with * stops working with 4.2 (related to SOLR-3798 ?)

2013-03-12 Thread Steve Rowe
attern for a referenced dynamic field". I'll make a copy of that table and add a case where the source value type can be a glob matching one or more explicit fields. Steve

Re: copyField with * stops working with 4.2 (related to SOLR-3798 ?)

2013-03-13 Thread Steve Rowe
I committed a fix under SOLR-4567. On Mar 13, 2013, at 12:50 AM, Steve Rowe wrote: > Yes, this is a regression, definitely my fault. Sorry Alex! > > The table on SOLR-3798 is missing this case: a glob matching one or more > explicit fields (as opposed to dynamic fields). >

Re: Is there an EdgeSingleFilter already?

2013-03-16 Thread Steve Rowe
del, especially its "comsumeAllTokens" option. I think this would make a nice addition to Lucene. Also, what do you plan to use this for? Steve On Mar 16, 2013, at 5:02 PM, xavier jmlucjav wrote: > Hi, > > I need to use shingles but only keep the ones that start from the edge.

Re: Is there an EdgeSingleFilter already?

2013-03-16 Thread Steve Rowe
See https://issues.apache.org/jira/browse/LUCENE-4843 Let me know if it works for you. Steve On Mar 16, 2013, at 5:35 PM, xavier jmlucjav wrote: > I read too fast your reply, so I thought you meant configuring the > LimitTokenPositionFilter. I see you mean I have to write o

Re: Is there an EdgeSingleFilter already?

2013-03-17 Thread Steve Rowe
Hi xavier, Cool, thanks for the feedback, I'll commit later today (unless somebody objects), so it will be part of the Lucene/Solr 4.3 release. Steve On Mar 17, 2013, at 1:21 PM, xavier jmlucjav wrote: > Steve, worked like a charm. > thanks! > > > On Sun, Mar 17, 20

Re: Are there plans for 4.2.1?

2013-03-19 Thread Steve Rowe
[…] use multiple copyField directives, each giving an explicit field name. So the above example using this workaround would be: - Steve On Mar 19, 2013, at 12:48 PM, Alexandre Rafalovitch wrote: > I am still trying to figure out Solr release cadence. They seem to be > pretty fr

sorting based on pivot aggregations

2011-01-18 Thread Steve Fuchs
m like a feature people would like. Is there any plan to implement it? Or even better a patch that I could apply? thanks in advance steve

Re: sorting based on pivot aggregations

2011-01-18 Thread Steve Fuchs
Hello and Thanks for the reply. I've been over that page, and it doesn't seem like it helps with the pivoting aspect. That is if I am sorting via an existing pivot 'sum(student_id,test_grade)' I want my groups of student_id sorted by the sum of test_grade with that student_id. The data is all

searching based on grouping result

2011-01-21 Thread Steve Fuchs
_flag:* ? Thanks in advance. steve

Re: searching based on grouping result

2011-01-24 Thread Steve Fuchs
ions I can do on collapsed groups as a whole. They are more of a display thing that can't be referenced in the query. Same thing with facets? Am I right in this? steve thansk again steve On Jan 22, 2011, at 12:53 AM, Otis Gospodnetic wrote: > Steve, > > Does http://wiki.apache.

Re: searching based on grouping result

2011-01-24 Thread Steve Fuchs
t, while others would. I can do it in post processing, but that will mess up sorting and pagination. Thanks again steve On Jan 24, 2011, at 11:39 AM, Stefan Matheis wrote: > Steve, > > and what exactly do you expect? You can work on the Group itself with > http://wiki.apac

Limiting on dates in Solr

2011-03-03 Thread Steve Lewis
o do something similar, so I may just have unrealistic expectations of what a search engine will do. Thanks in advance! Steve

Re: Limiting on dates in Solr

2011-03-03 Thread Steve Lewis
- shouldn't that be 2011-03-03T23:59:59.999Z From: Steve Lewis To: solr-user@lucene.apache.org Sent: Thu, March 3, 2011 11:21:53 AM Subject: Limiting on dates in Solr I am treating Solr as a NoSQL db that has great search capabilities. I am querying on a few f

Product data schema question

2011-08-15 Thread Steve Cerny
a separate table just for inventory and related it back to the SKU with a foreign key. How do I store size and inventory information effectively with Solr? -- Steve

Re: Product data schema question

2011-08-16 Thread Steve Cerny
gt; the faceting on variant inventory. > > -Original Message- > From: Steve Cerny [mailto:sjce...@gmail.com] > Sent: Monday, August 15, 2011 6:29 PM > To: solr-user@lucene.apache.org > Subject: Product data schema question > > I'm working on an online eCommer

Re: Product data schema question

2011-08-16 Thread Steve Cerny
ly have one > key. > > You could use two cores with two configurations (but that presumably > wouldn't be much help). > > Solr is not a DBMS. It is an index. > > -Original Message- > From: Steve Cerny [mailto:sjce...@gmail.com] > Sent: Tuesday, August 16, 2

Dismax Question

2012-07-01 Thread Steve Fatula
e bad part is that it is searching for any one of those split words. Steve

Re: Dismax Question

2012-07-02 Thread Steve Fatula
>From: Vadim Kisselmann >To: solr-user@lucene.apache.org; Steve Fatula >Sent: Monday, July 2, 2012 4:31 AM >Subject: Re: Dismax Question > >in your schema.xml you can set the default query parser operator, in >your case , but it's >deprecated. > > >I

Re: Dismax Question

2012-07-02 Thread Steve Fatula
>From: Ahmet Arslan >To: solr-user@lucene.apache.org; Steve Fatula >Sent: Monday, July 2, 2012 6:22 AM >Subject: Re: Dismax Question > >> So, my question is how do we get Solr search to work with >> AND when it is splitting words? The splitting part is good, &g

Re: Dismax Question

2012-07-02 Thread Steve Fatula
From: Joel Rosen To: solr-user@lucene.apache.org; Steve Fatula >Cc: Ahmet Arslan ; Tom Burton-West >Sent: Monday, July 2, 2012 10:31 AM >Subject: Re: Dismax Question > > >I and another user recently posted about this exact same issue.  It sounds >like maybe this is a

Re: Dismax Question

2012-07-02 Thread Steve Fatula
From: Joel Rosen >To: solr-user@lucene.apache.org; Steve Fatula >Cc: Ahmet Arslan ; Tom Burton-West >Sent: Monday, July 2, 2012 10:31 AM >Subject: Re: Dismax Question > >I and another user recently posted about this exact same issue.  It sounds >like maybe this is a

Re: Dismax Question

2012-07-05 Thread Steve Fatula
It turns out that Solr 3.5.0 does not have the dismax issue, so, we have reverted. Hopefully, the bug will be fixed.

DIH import transaction issue

2012-09-28 Thread Steve Cerny
replacing sensitive details). For the life of me I cannot figure out what is causing the rollback and how to suppress the behavior. Any help would be much appreciated. -- Steve sjce...@gmail.com

Re: DIH import transaction issue

2012-10-03 Thread Steve Cerny
Does anyone have any ideas on the issue noted below? On Fri, Sep 28, 2012 at 11:00 AM, Steve wrote: > Hello, I have a simple Solr core setup to index 500 store locations with > their corresponding latitude / longitude. The core is setup, running, and > importing correctly however I

Re: SolrJ CloudSolrServer throws ClassCastException

2012-10-24 Thread Steve Rowe
Hi Kevin, Solrj 4.0.0 is on Maven Central now, and has been since Oct. 11th: <http://search.maven.org/#artifactdetails%7Corg.apache.solr%7Csolr-solrj%7C4.0.0%7Cjar> Steve On Oct 24, 2012, at 11:21 AM, Kevin Osborn wrote: > Thanks for that idea. The problem was that my So

Re: Bash Script to start delta import handler

2012-11-17 Thread Steve Rowe
Hi Spadez, Nabble has helpfully stripped out your script. Maybe don't use Nabble? Steve On Nov 16, 2012, at 5:06 PM, Spadez wrote: > Hey guys, > > I am after a bash script (or python script) which I can use to trigger a > delta import of XML files via CRON. After a b

DIH import "out of memory" problem (batchSize and autoCommit not working)

2009-09-22 Thread Steve Sun
to all drivers placed in /lib. Regards, Steve

Re: DIH import "out of memory" problem (batchSize and autoCommit not working)

2009-09-22 Thread Steve Sun
2009/9/22 Shalin Shekhar Mangar > On Tue, Sep 22, 2009 at 2:29 PM, Steve Sun wrote: > > > Hi, > > > > I spent a whole day trying to make "batchSize" work for JdbcDataSource > with > > "org.postgresql.Driver", but got frustrated. At last I

trie fields and sortMissingLast

2009-09-30 Thread Steve Conover
Am I correct in thinking that trie fields don't support sortMissingLast (my tests show that they don't). If not, is there any plan for adding it in? Regards, Steve

Re: trie fields and sortMissingLast

2009-10-01 Thread Steve Conover
I just noticed this comment in the default schema: Does that mean TrieFields are never going to get sortMissingLast? Do you all think that a reasonable strategy is to use a copyField and use "s" fields for sorting (only), and trie for everything else? On Wed, Sep 30, 2009 at 10:59

Re: trie fields and sortMissingLast

2009-10-01 Thread Steve Conover
> Not in time for 1.4, but yes they will eventually get it. > It has to do with the representation... currently we can't tell > between a 0 and "missing". Hmm. So does that mean that a query for latitudes, stored as trie floats, from -10 to +10 matches documents with no (i.e. null) latitude value

is it possible to speed up this query?

2009-10-03 Thread Steve Conover
g to trie ranges and that hasn't helped - are there any other tricks around accomplishing "not null" that would turn the query around faster? -Steve

Re: is it possible to speed up this query?

2009-10-04 Thread Steve Conover
done? Anything I could be specifically caching? Regards, Steve On Sat, Oct 3, 2009 at 9:07 AM, Yonik Seeley wrote: > On Sat, Oct 3, 2009 at 11:44 AM, Steve Conover wrote: >> Hi, >> >> I have a query that's taking about 120ms to run that I'd like to try >> t

Re: is it possible to speed up this query?

2009-10-04 Thread Steve Conover
> Lowering the precisionStep of the trie field could help.  With a > precisionStep of 8, there would be 256 top-level terms to step over. > If you lowered it to 6, it would cut it to 64 or 4 would cut it to 16. > > The fastest would be to index a separate field to indicate presence or > absence of

solr+jetty logging to syslog?

2009-11-19 Thread Steve Conover
, and anything else you think is relevant? Much appreciated -Steve

Re: solr+jetty logging to syslog?

2009-11-21 Thread Steve Conover
Does no one send solr logging to syslog? On Thu, Nov 19, 2009 at 5:54 PM, Steve Conover wrote: > The solution involves slf4j to log4j to syslog (at least, for solr), > but I'm having some trouble stringing all the parts together.  If > anyone is doing this, would you mind posti

advice on minimal solr/jetty

2009-01-19 Thread Steve Conover
Now I'm looking at all the solr plugins that get loaded at startup that I don't use and wondering whether getting rid of those would help. But before jumping off into jar manipulation I figured I'd pose this question to the group - what would you do? -Steve

commit / new searcher delay?

2009-03-04 Thread Steve Conover
is in place). I've tried turning off all caching, to no effect. Anyone have any idea what could be going on here? Ideally, would be an operation that blocks until the exact moment when the new searcher is in place and is actually serving based on the new index state... -Steve

Re: commit / new searcher delay?

2009-03-05 Thread Steve Conover
Yep, I notice the default is true/true, but I explicitly specified both those things too and there's no difference in behavior. On Wed, Mar 4, 2009 at 7:39 PM, Shalin Shekhar Mangar wrote: > On Thu, Mar 5, 2009 at 6:06 AM, Steve Conover wrote: > >> I'm doing some testing

Re: commit / new searcher delay?

2009-03-05 Thread Steve Conover
That's exactly what I'm doing, but I'm explicitly replicating, and committing. Even under these circumstances, what could explain the delay after commit before the new index becomes available? On Thu, Mar 5, 2009 at 10:55 AM, Shalin Shekhar Mangar wrote: > On Thu, Mar 5, 2009

optimization advice?

2009-03-26 Thread Steve Conover
x27;d like to get response times down to near-instantaneous / < 50ms (which is where they were when the index was ~ 1 millions documents). I'd love to hear suggestions - in particular are there obvious optimization options I've missed? Regards, Steve

Re: optimization advice?

2009-03-27 Thread Steve Conover
> Steve, > > Maybe you can tell us about: sure > - your hardware 2.5GB RAM, pretty modern virtual servers > - query rate Let's say a few queries per second max... < 4 And in general the challenge is to get latency on any given query down to something very low - we don&

Re: optimization advice?

2009-03-27 Thread Steve Conover
..I'm wondering what factors are involved here. -Steve On Fri, Mar 27, 2009 at 6:58 PM, Otis Gospodnetic wrote: > > OK, we are a step closer.  Sorting makes things slower.  What field(s) do you > sort on, what are their types, and if there is a date in there, are the dates > v

Re: optimization advice?

2009-03-27 Thread Steve Conover
String ;-) - we only allow sorting on string fields. On Fri, Mar 27, 2009 at 9:21 PM, Otis Gospodnetic wrote: > > Steve, > > A field named "name" sounds like a free text field.  What is its type, string > or text?  Fields you sort by should not be tokenized and should

Re: optimization advice?

2009-03-28 Thread Steve Conover
e memory at the problem? If so, could you explain a little bit about why? Regards, Steve On Sat, Mar 28, 2009 at 6:31 PM, Otis Gospodnetic wrote: > > OK, how about this trick then.  Do you really need the full string for > sorting?  Could you get by (cheat) sorting only on the first N ch

Re: recommendation for document store to use alongside Solr?

2009-05-26 Thread Steve Conover
It's not distributed, but I like Tokyo Cabinet. Tokyo Tyrant adds http on top, I've never used Tyrant though. -Steve On Tue, May 26, 2009 at 7:50 AM, Peter Keane wrote: > Hi All- > > I've just recently began playing with Apache Solr, and it seems to be > a perfec

solr blocking on commit

2010-01-19 Thread Steve Conover
this sense that I'm just missing something obvious (?) Regards, Steve

Re: solr blocking on commit

2010-01-19 Thread Steve Conover
added in a long time / ever. Once a set of documents is posted to /update, if I re-post it solr behaves pretty well - and that's true even if I restart solr. On Tue, Jan 19, 2010 at 3:05 PM, Yonik Seeley wrote: > On Tue, Jan 19, 2010 at 5:57 PM, Steve Conover wrote: >> I'm using lat

Re: solr blocking on commit

2010-01-20 Thread Steve Conover
> How solr organized so that search can continue when a commit has closed the > index? > Also, looking at lucene docs, commit causes a system fsync().  Won't search > also > get blocked by the IO traffic generated? ...I'll run iostat too and see if there's anything interesting to report

and DisMaxRequestHandler

2010-02-15 Thread Steve Radhouani
Hi there, Can the option be used by the DisMaxRequestHandler? Thanks, -Steve

<    1   2   3   4   5   6   >