RE: Solr NRT

2011-05-31 Thread David Hill
Unless you cross a Solr server commit threshold your client has to post a message for the server content to be available for searching. Unfortunatly the Solr tool that is supposed to do this apparently doesn't. I asked for community help last week and was surprised to receive no response, I t

RE: Indexing data from multiple datasources

2011-06-09 Thread David Ross
This thread got me thinking a bit... Does SOLR support the concept of "partial updates" to documents? By this I mean updating a subset of fields in a document that already exists in the index, and without having to resubmit the entire document. An example would be storing/indexing user tags ass

Indexing SharePoint from SolrJ

2011-07-27 Thread Twomey, David
and I assume I need to use solrJ and some third party libraries to do that. Hence I want to crawl Sharepoint using SolrJ so I can then call third party libraries at index time. Thanks so much David

colocated term stats

2011-07-27 Thread Twomey, David
Given a query term, is it possible to get from the index the top 10 collocated terms in the index. ie: return the top 10 terms that appear with this term based on doc count. A plus would be to add some constraints on how near the terms are in the docs.

Index time boosting with DIH

2011-07-28 Thread Bürkle , David
Can someone point me to an example for using index time boosting with the DataImportHandler.

RE: Index time boosting with DIH

2011-07-29 Thread Bürkle , David
--Original Message- From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: Donnerstag, 28. Juli 2011 12:37 To: solr-user@lucene.apache.org Subject: Re: Index time boosting with DIH On Thu, Jul 28, 2011 at 3:56 PM, Bürkle, David wrote: > Can someone point me to an example fo

Unable to get multicore working

2011-08-16 Thread David Sauve
is wrong. There doesn't seem to be any errors in there, except the 404s. Long story short. I'm stuck. Any suggestions on where to go with this? David

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
983/solr/ should work and so is > http://localhost:8983/solr/softwares01/admin/ > > > > 2011/8/16 David Sauve mailto:dnsa...@gmail.com)> > > > I've been trying (unsuccessfully) to get multicore working for about a day > > and a half now I'm nearly at

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
the right security. > > Finally, check your logs to make sure that Solr isn't complaining about > something else (like not having a defaultCoreName, for instance) > > > -Original Message- > From: David Sauve [mailto:dnsa...@gmail.com] > Sent: Tuesday, August 16,

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
're still seeing singlecore version > > where is your start.jar? > > search for solr.xml, see how many u've got plz. > > 2011/8/16 David Sauve mailto:dnsa...@gmail.com)> > > > I've installed using aptitude so I don't have an example folder

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
d to 'solr/' (could not find system property or > JNDI)* > 16/08/2011 17:30:55 org.apache.solr.core.CoreContainer > *INFO: New CoreContainer: solrHome=solr/ instance=21357269* > 16/08/2011 17:30:55 org.apache.solr.core.SolrResourceLoader > *INFO: Solr home set to 'solr/&#x

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
3) > at > org.apache.jasper.runtime.JspFactoryImpl.releasePageContext(JspFactoryImpl.java:124) > > (etc.) > > Adding the defaultCoreName fixed it. > > I expect this is indeed your problem. > > -Original Message- > From: David Sauve [mailto:dnsa...@gmail

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
"Welcome to Solr" with a link to "Admin". The link returns a 404. On Tuesday, 16 August, 2011 at 2:30 PM, Donald Organ wrote: > When you go to /solr what do you see? > > On Tue, Aug 16, 2011 at 5:23 PM, David Sauve (mailto:dnsa...@gmail.com)> wrote: > &g

Re: Unable to get multicore working

2011-08-16 Thread David Sauve
g line present?? Does your field definition for area_id follow > it? > > omitNorms="true" positionIncrementGap="0"/> > > Look at the file with an XML editor. Perhaps an edit to some earlier portion > of the schema is messing up this part of the schema? > >

Unable to get multicore working

2011-08-17 Thread David Sauve
hat is wrong. There doesn't seem to be any errors in there, except the 404s. Long story short. I'm stuck. Any suggestions on where to go with this? David

RE: Distributed Searching + unique Ids

2012-08-14 Thread Buttler, David
I just downloaded the solr 4 beta, and was running through the tutorial. It seemed to me that I was getting duplicate counts in my facet fields when I had two shards and four cores running. For example, http://localhost:8983/solr/collection1/browse Reports 21 entries in the facet cat:electronic

Duplicated facet counts in solr 4 beta: user error

2012-08-14 Thread Buttler, David
Here are my steps: 1) Download apache-solr-4.0.0-BETA 2) Untar into a directory 3) cp -r example example2 4) cp -r example exampleB 5) cp -r example example2B 6) cd example; java -Dbootstrap_confdir=./solr/collection1/conf -Dcollection.configName=myconf -DzkRun

RE: solr.xml entries got deleted when powered off

2012-08-15 Thread Buttler, David
You are not putting these files in /tmp are you? That is sometimes wiped by different OS's on shutdown -Original Message- From: vempap [mailto:phani.vemp...@emc.com] Sent: Wednesday, August 15, 2012 3:31 PM To: solr-user@lucene.apache.org Subject: Re: solr.xml entries got deleted when

solr 4 degraded behavior failure

2012-08-16 Thread Buttler, David
Hi all, I am testing out the could features in Solr 4, and I have a observation about the behavior under failure. Following the cloud tutorial, I set up a collection with 2 shards. I started 4 servers (so each shard is replicated twice). I added the test documents, and everything works fine.

RE: solr 4 degraded behavior failure

2012-08-16 Thread Buttler, David
Is there a way to make the shards.tolerant=true behavior the default behavior? -Original Message- From: Buttler, David [mailto:buttl...@llnl.gov] Sent: Thursday, August 16, 2012 11:01 AM To: solr-user@lucene.apache.org Subject: solr 4 degraded behavior failure Hi all, I am testing out

Co-existing solr cloud installations

2012-08-21 Thread Buttler, David
Hi all, I would like to use a single zookeeper cluster to manage multiple Solr cloud installations. However, the current design of how Solr uses zookeeper seems to preclude that. Have I missed a configuration option to set a zookeeper prefix for all of a Solr cloud configuration directories?

Weighted Search Results / Multi-Value Value's Not Aggregating Weight

2012-08-22 Thread David Radunz
s "Sex and the City: The Movie / Sex and the City 2" (which ironically is "Drama", "Comedy", "Romance - The very combination we are looking for). So is there a way to structure my query so that all of the multi-value values are treated individually? Aggregating the weighting/score? Thanks in advance! David

RE: Co-existing solr cloud installations

2012-08-22 Thread Buttler, David
21, 2012 at 4:46 PM, Buttler, David wrote: > Hi all, > I would like to use a single zookeeper cluster to manage multiple Solr cloud > installations. However, the current design of how Solr uses zookeeper seems > to preclude that. Have I missed a configuration option to set a zooke

Cloud assigning incorrect port to shards

2012-08-22 Thread Buttler, David
Hi, I have set up a Solr 4 beta cloud cluster. I have uploaded a config directory, and linked it with a configuration name. I have started two solr on two computers and added a couple of shards using the Core Admin function on the admin page. When I go to the admin cloud view, the shards all h

Re: Weighted Search Results / Multi-Value Value's Not Aggregating Weight

2012-08-22 Thread David Radunz
Hey, Please disregard this, I worked out what the actual problem was. I am going to post another query with something else I discovered. Thanks :) David On 22/08/2012 7:24 PM, David Radunz wrote: Hey, I have been having some problems getting good search results when using

RE: Cloud assigning incorrect port to shards

2012-08-23 Thread Buttler, David
Subject: Re: Cloud assigning incorrect port to shards What container are you using? Sent from my iPhone On Aug 22, 2012, at 3:14 PM, "Buttler, David" wrote: > Hi, > I have set up a Solr 4 beta cloud cluster. I have uploaded a config > directory, and linked it with a

Correctly importing and producing null in search results

2012-08-27 Thread David Martin
ologize if this is an asked and answered question. None of my web searches turned up an answer. Thanks, David

RE: Cloud assigning incorrect port to shards

2012-08-29 Thread Buttler, David
iller [mailto:markrmil...@gmail.com] Sent: Thursday, August 23, 2012 6:00 PM To: solr-user@lucene.apache.org Subject: Re: Cloud assigning incorrect port to shards Can you post your solr.xml file? On Thursday, August 23, 2012, Buttler, David wrote: > I am using the jetty container from the examp

Large XML file sizes error out parsing the file size as an Integer

2012-08-29 Thread David Martin
iding this file into smaller pieces, but if there's another solution I'd love to hear it. Thanks, David Martin From: Desktop mailto:dmar...@netflix.com>> Date: Wednesday, August 29, 2012 3:17 PM Subject: contract item assets exception Aug

Re: Correctly importing and producing null in search results

2012-08-30 Thread David Martin
roll our responses as a JAXB DTO so that our web service can supply responses in either JSON or XML. I think either requirement means having to do some "manual" post-processing of the Solrj responses, right? Thanks, David On 8/29/12 6:15 PM, "Erick Erickson" wrote: >If

solr user group

2012-09-18 Thread David Hill
r-user-unsubscr...@lucene.apache.org' Sent Mon 04/23/2012 8:01 AM to 'solr-user-unsubscr...@lucene.apache.org' subject = unsubscribe David Hill Iowa Student Loan | Lead Software Analyst / Developer | phone 515-273-7241 | fax 515-273-7241 | dh...@studentloan.org This e-mail and

SOLR 4.0 Beta documents being duplicated

2012-10-05 Thread David Quarterman
ve any ideas? Regards, David Q

RE: SOLR 4.0 Beta documents being duplicated

2012-10-05 Thread David Quarterman
Thanks Erick. We've added the '_version_' and we'll see if that makes a difference tomorrow. Also, have downloaded the RC1 and will try that next week. Regards, David Q -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: 05 October 2012

RE: solr user group

2012-10-09 Thread David Hill
And still on the list... David Hill Iowa Student Loan | Lead Software Analyst / Developer | phone 515-273-7241 | fax 515-273-7241 | dh...@studentloan.org -Original Message- From: David Hill Sent: Tuesday, September 18, 2012 6:58 AM To: 'solr-user@lucene.apache.org' Subject:

RE: Feature & design question: use autocomple?te to search on 2 different fields, and return 2 different data groups

2012-11-01 Thread David Quarterman
We had a similar requirement and found the best solution (unfortunately) was to spend a small amount of money. Have a look at Sematext's site (www.sematext.com). Their Autocomplete is awesome and we have a fantastic looking AC now on our development site, grouped by category, product & brand with p

RE: Feature & design question: use autocomple?te to search on 2 different fields, and return 2 different data groups

2012-11-01 Thread David Quarterman
ta groups David, appreciate the suggestion. Our current autocomplete feature is actually working pretty good. No perfomance issues; functionally is providing 100% results as expected. I checked sematext and also http://www.cominvent.com; they are great, and our budget to go get them is 0. At this

cores shards and disks in SolrCloud

2012-11-15 Thread Buttler, David
Hi, I have a question about the optimal way to distribute solr indexes across a cloud. I have a small number of collections (less than 10). And a small cluster (6 nodes), but each node has several disks - 5 of which I am using for my solr indexes. The cluster is also a hadoop cluster, so the

RE: cores shards and disks in SolrCloud

2012-11-15 Thread Buttler, David
rkill, unless you expect to expand significantly. 20m would likely be okay with two or three shards. You can store the indexes for each core on different disks which can give ome performance benefit. Just some thoughts. Upayavira On Thu, Nov 15, 2012, at 11:04 PM, Buttler, David wrote: > Hi, &g

inconsistent number of results returned in solr cloud

2012-11-16 Thread Buttler, David
Hi all, I buried an issue in my last post, so let me pop it up. I have a cluster with 10 collections on it. The first collection I loaded works perfectly. But every subsequent collection returns an inconsistent number of results for each query. The queries can be simply *:*, or more complex

RE: inconsistent number of results returned in solr cloud

2012-11-16 Thread Buttler, David
if that affects things? Trying to determine if this is a known issue or not. - Mark On Nov 16, 2012, at 1:34 PM, "Buttler, David" wrote: > Hi all, > I buried an issue in my last post, so let me pop it up. > > I have a cluster with 10 collections on it. The first collec

RE: inconsistent number of results returned in solr cloud

2012-11-19 Thread Buttler, David
tstrap_confdir=conf -jar start.jar DB> load data DB> Let me know if something is unclear. I can run through the process again and document it more carefully. DB> DB> Thanks for looking at it, DB> Dave Best Erick On Fri, Nov 16, 2012 at 2:55 PM, Buttler, David wrote: > My t

RE: Architecture Question

2012-11-19 Thread Buttler, David
If you just want to store the data, you can dump it into HDFS sequence files. While HBase is really nice if you want to process and serve data real-time, it adds overhead to use it as pure storage. Dave -Original Message- From: Cool Techi [mailto:cooltec...@outlook.com] Sent: Friday, N

Polish Stemmer

2009-09-02 Thread David Espinosa
Hi, I’m developing a multi language Solr index, where I have a single core for each one. I use SnowballPorterFilterFactory for German, French and Italian languages with excellent results. My problem appears when I try to create a Polish stemmed index. There isn’t a Snowball implementation for Po

Re: Polish Stemmer

2009-09-02 Thread David Espinosa
) { *return* *new* StempelFilter(in); } } Thank you very much Shalin! 2009/9/2 Shalin Shekhar Mangar > On Wed, Sep 2, 2009 at 8:10 PM, David Espinosa wrote: > > > My problem appears when I try to create a Polish stemmed index. There > isn’t > > a Snowball implementat

Highlighting in stemmed or n-grammed fields possible?

2009-09-16 Thread David Espinosa
Hi, Anybody knows how to get the highlighted field, when q term matches in a stemmed or n-grammed filtered field? Matching in a normal field (not stemmed or n-grammed) highlighting works perfectly as expected. But in stemmed matching cases, no highlighting fields are recovered, and in n-gramming

Highlighting in stemmed or n-grammed fields possible?

2009-09-21 Thread David Espinosa
Hi, Anybody knows how to get the highlighted field, when q term matches in a stemmed or n-grammed filtered field? Matching in a normal field (not stemmed or n-grammed) highlighting works perfectly as expected. But in stemmed matching cases, no highlighting fields are recovered, and in n-gramming

Need "OR" in DisMax Query

2009-10-05 Thread David Giffin
Hi There, Maybe I'm missing something, but I can't seem to get the dismax request handler to perform and OR query. It appears that OR is removed by the stop words. I like to do something like "qt=dismax&q=red+OR+green" and get all green and all red results. Thanks, David

Re: Need "OR" in DisMax Query

2009-10-05 Thread David Giffin
y_toString show this: +(((tags:red)~0.01 (tags:green)~0.01)~2) It feels like the dismax handler is not handling the "OR" properly. I also tried "q=red+|+green" and got the same 29,000 results. Thanks, David On Mon, Oct 5, 2009 at 3:02 PM, Christian Zambrano wrote: > David, > > I

xincludes schema help

2009-10-11 Thread David Stuart
o tried this to add muliple extra fieldType definitions xmlns:xi="http://www.w3.org/2001/XInclude"/> positionIncrementGap="100"> Any thoughts Thanks for your help Regards, David

Conditional copyField

2009-10-12 Thread David Stuart
but also populates the id field with a different value. Now I can't really change either source definition so is there a way in solrconfig or schema to check if id is empty and only copy if true or is there a better way via the updateprocessor? Thanks for your help in advance Regards David

facet.query and fq

2009-10-27 Thread David Giffin
ms that are in stock. Or is there a way to combine two queries into one? Thanks, David

Re: facet.query and fq

2009-10-27 Thread David Giffin
_and_excluding_Filters > > J. > > 2009/10/27 David Giffin : >> Hi There, >> >> Is there a way to get facet.query= to ignore the fq= param? We want to >> do a query like this: >> >> select?fl=*&start=0&q=cool&fq=in_stock:true&facet=true&am

Re: apply a patch on solr

2009-11-04 Thread David Stuart
You should be ok with the the revision option below. Look for the highest revision number in the list of files in the patch as subversion increments revision number on a repo basis not a file basis so the highest number will represent the current state of all the files when the patch was ma

synonym payload boosting

2009-11-08 Thread David Ginzburg
Hi, I have a field and a wighted synonym map. I have indexed the synonyms with the weight as payload. my code snippet from my filter *public Token next(final Token reusableToken) throws IOException * *. * *. * *.* * Payload boostPayload;* * * *for (Synonym sy

Re: synonym payload boosting

2009-11-09 Thread David Ginzburg
f any) ? On Sun, Nov 8, 2009 at 16:33, AHMET ARSLAN wrote: > Additionaly you need to modify your queryparser to return > BoostingTermQuery, PayloadTermQuery, PayloadNearQuery etc. > > With these types of Queries scorePayload method invoked. > > Hope this helps. > > --- On

Re: memory size

2009-11-11 Thread David Stuart
Hi This is a php problem you need to increase your per thread memory limit in your php.ini the field name is memory_limit Regards David On 11 Nov 2009, at 07:56, Jörg Agatz wrote: Hallo, I have a Problem withe the Memory Size, but i dont know how i can repair it. Maby it is a PHP

Re: synonym payload boosting

2009-11-11 Thread David Ginzburg
the process of finding it? I'm still trying to figure out what exactly to do. I have purchased the Solr 1.4 book , but it doesn't seem to have much information about my needs. On Tue, Nov 10, 2009 at 10:09, David Ginzburg wrote: > I would be happy to. > I'm not sure exactly wha

Re: synonym payload boosting

2009-11-12 Thread David Ginzburg
rom a standard Solr 1.4 downloaded tar.gz * *When I changed the jar in the WEB-INF/lib folder to the jars from the maven repository, the plugin loaded.* I don't know if a bug on Jira should be opened for this, but the distributions should be updated * * On Wed, Nov 11, 2009 at 18:15, David Ginzburg wr

Re: Weighting of synonyms

2009-11-22 Thread David Ginzburg
this unless it would make sense to utilize the > "type" field of Token. > > Thanks, > > Lajos > > > -- Regards _ David Ginzburg Developer, Digital Trowel 1 Hayarden St., Airport City [POB 169, NATBAG] Lod, 70151, Israel http://www.digitaltrowel.com/ Office: +972 73 240 522 Mobile: +972 50 496 0595 CHECK OUT OUR NEW TEXT MINING BLOG: http://mineyourbusiness.wordpress.com/

Re: is it possible to use Xinclude in schema.xml?

2009-11-28 Thread David Stuart
Yea i tried it as well it doesn't seem to implement xpointer properly so you can't add multiple fields or field types David On 28 Nov 2009, at 18:49, Peter Wolanin wrote: Follow-up: it seems the schema parser doesn't barf if you use xinclude with a single analyzer elem

Re: I cant get it to work

2009-12-15 Thread David Stuart
t multiple rows back because some of you tables have a one to many relationship. Once you have formed that query that is your document minus the duplicate information caused by the rows Cheers David On 15 Dec 2009, at 08:05, Faire Mii wrote: I just cant get it. If i got 10 tables in mysql an

Re: Log of zero result searches

2009-12-15 Thread David Stuart
The returning XML result tag has a numFound attribute that will report 0 if nothing matches your search criteria David On 15 Dec 2009, at 08:16, Roland Villemoes wrote: Hi Question: How do you log zero result searches? I quite important from a business perspective to know what

Re: Out of memory on Solr sorting

2008-07-29 Thread david w
Hi, Daniel I got the same probem like Sundar. Is that possible to tell me what profiling tool you are using? thx a lot. /David On Tue, Jul 29, 2008 at 8:19 PM, Daniel Alheiros <[EMAIL PROTECTED]>wrote: > Hi Sundar. > > Well it would be good if you could do some profiling o

Highlight Fragments

2008-09-23 Thread David Snelling
Ok, I'm very frustrated. I've tried every configuraiton I can and parameters and I cannot get fragments to show up in the highlighting in solr. (no fragments at the bottom or highlights in the text. I must be missing something but I'm just not sure what it is. /select/?qt=standard&q=crayon&hl=tru

Re: Highlight Fragments

2008-09-23 Thread David Snelling
This is the configuration for the two fields I have tried on On Tue, Sep 23, 2008 at 1:59 PM, wojtekpia <[EMAIL PROTECTED]> wrote: > > Make sure the fields you're trying to highlight are stored in your schema > (e.g. ) > > > > David Snelling-2 wrote:

Re: Highlight Fragments

2008-09-23 Thread David Snelling
a query where you're sure to get something to highlight in one of your > highlight fields, for example: > > > /select/?qt=standard&q=synopsis:crayon&hl=true&hl.fl=synopsis,shortdescription > > > > David Snelling-2 wrote: > > > > Thi

Re: Highlight Fragments

2008-09-23 Thread David Snelling
efault search field. > > The reason you don't see any highlights with the following query is because > your 'text' field isn't stored. > > select/?q=text:students&hl=on&hl.fl=text > > > > > > David Snelling-2 wrote: > >

How to get count of different groups of items in a single query

2008-09-25 Thread Choi, David
del:Toyota", 30 are "model:Chrysler", and 30 are "model:Ford". How can I get the count of each type of car, without doing 3 separate queries? Thanks in advance! - David Choi

Indexing complex types into Solr

2008-10-01 Thread Choi, David
Hello, I'm interested in indexing complex xml types, such as: red minivan I couldn't find any documentation regarding this. Is this possible? Thanks! David

RE: Indexing complex types into Solr

2008-10-01 Thread Choi, David
Thanks for the suggestions! - David -Original Message- From: Walter Underwood [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2008 2:31 PM To: solr-user@lucene.apache.org Subject: Re: Indexing complex types into Solr Or encode the hierarcy in the fieldnames. red minivan wunder

Solr has limit to number of returned results?

2008-10-10 Thread Choi, David
amounts to asking for q=* thanks - David Choi

Re: AND query on multivalue text

2008-11-24 Thread David Santamauro
one way or another. And without it, I don't quick understand the usefulness of multiValue fields. David

Re: AND query on multivalue text

2008-11-24 Thread David Santamauro
On Nov 24, 2008, at 8:52 AM, Erik Hatcher wrote: On Nov 24, 2008, at 8:37 AM, David Santamauro wrote: i need to search something as myText:billion AND guarantee i need to be extracted only the record where the words exists in the same value (in this case only the first record) because in

highlighting and stemming

2008-12-19 Thread David Bowen
We have two text fields, one for author names, and the other for the body of the document. It often happens that the author names also appear in the body of the document. We turned off stemming for the author field to avoid unexpected matches when searching by author. Now, suppose we have an aut

Re: highlighting and stemming

2008-12-22 Thread David Bowen
:8983/solr/select/?q=electronics&hl=true&hl.fl=features+cat will show "electronics" highlighted in the features field but not in the cat field. If you search instead for "connector", it is highlighted in both. On Sun, Dec 21, 2008 at 8:53 PM, Yonik Seeley wrote:

Re: highlighting and stemming

2008-12-23 Thread David Bowen
I've filed a ticket on this so it doesn't get lost: https://issues.apache.org/jira/browse/SOLR-937 On Mon, Dec 22, 2008 at 11:53 AM, David Bowen wrote: > Yonik, thanks for looking into this. > > Here is a better example of the problem, using the example data from the > la

Solr Replication Performance

2009-01-08 Thread David Giffin
hat people have had in tuning Solr Replication. Thanks, David

New Searcher / Commit / Cache Warming Time

2009-01-15 Thread David Giffin
pdate params={} status=0 QTime=16306 Do you know what would be causing "newSearcher" to create such a delays, and cpu spikes? Is there any reason not to disable the "newSearcher" section? Thanks, David

Word Delimiter struggles

2009-01-16 Thread David Shettler
This has likely been covered, and I've tried searching through the archives, but having trouble finding an answer. On OSVDB.org, if you search for: title:PHPGroupWare You get...nothing if you search for: title:phpGroupWare (which is how the entry is indexed originally), you get a match of cou

Re: Word Delimiter struggles

2009-01-19 Thread David Shettler
Thank you Shalin, I'm in the process of implementing your suggestion, and it works marvelously. Had to upgrade to solr 1.3, and had to hack up acts_as_solr to function correctly. Is there a way to receive a search for a given field, and have solr know to automatically check the two fields? I sup

Words that need protection from stemming, i.e., protwords.txt

2009-01-21 Thread David Woodward
Hi. Any good protwords.txt out there? In a fairly standard solr analyzer chain, we use the English Porter analyzer like so: For most purposes the porter does just fine, but occasionally words come along that really don't work out to well, e.g., "maine" is stemmed to "main" - clearly goofing

Severe errors in solr configuration

2009-02-04 Thread David Trainor
Hello, I am running Ubuntu 8.10, with Tomcat 6.0.18 installed via the package manager, and I am trying to get Solr 1.3.0 up and running, with no success. I believe I am having the same problem described here: http://www.nabble.com/Severe-errors-in-solr-configuration-td21829562.html When I attemp

Re: Severe errors in solr configuration

2009-02-05 Thread David Trainor
Thanks Anto! That indeed solves the problem. Best regards, Dave. On Thu, Feb 5, 2009 at 10:40 AM, Anto Binish Kaspar wrote: > Hi David > > I found a solution for your problem. I have explained it here > http://www.nabble.com/RE%3A-Severe-errors-in-solr-configuration-p21853756.h

Garbage Collectors

2009-04-16 Thread David Baker
I have an issue with garbage collection on our solr servers. We have an issue where the old generation never gets cleaned up on one of our servers. This server has a little over 2 million records which are updated every hour or so. I have tried the parallel GC and the concurrent GC. The

Re: Garbage Collectors

2009-04-16 Thread David Baker
s Solr the only webapp running? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: David Baker To: solr-user@lucene.apache.org Sent: Thursday, April 16, 2009 3:33:18 PM Subject: Garbage Collectors I have an issue with garbage collection o

Custom Sorting Based on Relevancy

2009-05-04 Thread David Giffin
pposite of the Query Elevate Search component. Thanks, David

StatsComponent and 1.3

2009-05-07 Thread David Shettler
Foreword: I'm not a java developer :) OSVDB.org and datalossdb.org make use of solr pretty extensively via acts_as_solr. I found myself with a real need for some of the StatsComponent stuff (mainly the sum feature), so I pulled down a nightly build and played with it. StatsComponent proved perf

Token filter on multivalue field

2009-06-03 Thread David Giffin
null; } } Thanks, David

Re: Token filter on multivalue field

2009-06-06 Thread David Giffin
I'm doing a combination of update processor and token filter. The token filter is necessary to reduce the duplicates after stemming has occurred. David 2009/6/4 Noble Paul നോബിള്‍ नोब्ळ् : > isn't better to use an UpdateProcessor  for this? > > On Thu, Jun 4, 2009 at 1:52 A

searchcomponent howto ...

2009-06-07 Thread David Palaitis
I'm trying to write a very simple SearchComponent that performs a simple operation on the query string before passing through to QueryComponent. The EncodingSearchComponent will perform something like the following Base64(MD5(querystring))

Function query using Map

2009-06-23 Thread David Baker
Hi, I'm trying to use the map function with a function query. I want to map a particular value to 1 and all other values to 0. We currently use the map function that has 4 parameters with no problem. However, for the map function with 5 parameters, I get a parse error. The following are t

Re: Function query using Map

2009-06-25 Thread David Baker
Noble Paul നോബിള്‍ नोब्ळ् wrote: The five parameter feature is added in solr1.4 . which version of solr are you using? On Wed, Jun 24, 2009 at 12:57 AM, David Baker wrote: Hi, I'm trying to use the map function with a function query. I want to map a particular value to 1 and all

Upgrade to solr 1.4

2009-06-26 Thread David Baker
Hi, I need to upgrade from solr 1.3 to solr 1.4. I was wondering if there is a particular revision of 1.4 that I should use that is considered very stable for a production environment?

Error while trying to index

2009-06-26 Thread David Baker
I am trying to index a solr server from a nightly build. I get the following error in my catalina.out: 26-Jun-2009 5:52:06 PM org.apache.solr.update.processor.LogUpdateProcessor finish

Error while inserting into index

2009-06-30 Thread David Baker
I recently upgraded to a nightly build of 1.4. The build works fine, I can deploy fine. But when I go to insert data into the index, I get the following error: 26-Jun-2009 5:52:06 PM org.apache.solr.update.processor.LogUpdateProcessor finish

solr 1.3.0 and Oracle Fusion Middleware

2009-07-21 Thread Hall, David
Trying to install SOLR for a project. Currently we have a 10.1.3 Oracle J2EE install. I believe it satisfies the SOLR requirements. I have the war file deployed and it appears to be ½ working, but have errors with the .css file when hitting the admin page. Anyone else been successful puttin

RE: solr 1.3.0 and Oracle Fusion Middleware

2009-07-21 Thread Hall, David
4:55 PM To: solr-user@lucene.apache.org Subject: Re: solr 1.3.0 and Oracle Fusion Middleware What are the errors you see? On Tue, Jul 21, 2009 at 3:01 PM, Hall, David wrote: > Trying to install SOLR for a project. Currently we have a 10.1.3 Oracle > J2EE install. I believe it satisfi

RE: solr 1.3.0 and Oracle Fusion Middleware

2009-07-22 Thread Hall, David
(SolrDispatchFilter.java:319) From: Mark Miller [mailto:markrmil...@gmail.com] Sent: Wednesday, July 22, 2009 10:04 AM To: Hall, David; solr-user@lucene.apache.org Subject: Re: solr 1.3.0 and Oracle Fusion Middleware Lets keep this communication on the list so others can benefit and chime in. What about

Re: Solr Drupal module problem

2010-01-14 Thread David Stuart
Hi, The Drupal Solr Module will work with both Solr 1.3 and 1.4 I currently have client installations using both these versions with Drupal (verison 5 and 6 ) Regards, Dave On 14 Jan 2010, at 23:08, Otis Gospodnetic wrote: > You may want to ask on Drupal's mailing lists. I hear about Drupal

Stripping Punctuation in a fieldType

2010-01-15 Thread David Seltzer
Hello All, I'm trying to find the best way to set up a fieldType that strips punctuation. I think the right way to do this is using a CharacterFilter of some type, but I can't seem to find any examples of how to set this up in a schema.xml file. Can anyone point me in the right direction? Right

<    1   2   3   4   5   6   7   8   9   10   >