track unused parts of config, schema

2012-06-08 Thread bryan rasmussen
, Bryan Rasmussen

Re: getTransformer error

2011-06-10 Thread bryan rasmussen
Ok I guess it is nonetheless a stylesheet problem, as a basic hello world outputting stylesheet works. thanks, Bryan Rasmussen On Fri, Jun 10, 2011 at 10:12 AM, bryan rasmussen wrote: > Hi, > I am trying to transforrm the results using xslt - I store my xslts in > conf/xslt/ > >

getTransformer error

2011-06-10 Thread bryan rasmussen
tentType ... Caused by: java.io.IOException: Unable to initialize Templates 'result.xsl' ... Caused by: javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet I'm supposing it is not an XSLT issue as I am able to run the transformation via command line with

clustering problems on 3.1

2011-06-07 Thread bryan rasmussen
? Thanks, Bryan Rasmussen

solr 3.1 java.lang.NoClassDEfFoundError org/carrot2/core/ControllerFactory

2011-06-07 Thread bryan rasmussen
=true -Dsolr.solr.home="C:\projects\solrexample\solr" -jar start.jar Any idea as to why crusty is not working? Thanks, Bryan Rasmussen

Re: Solr vs ElasticSearch

2011-06-01 Thread bryan rasmussen
Well, I recently chose it for a personal project and the deciding thing for me was that it had nice integration to couchdb. Thanks, Bryan Rasmussen On Wed, Jun 1, 2011 at 4:33 AM, Mark wrote > I've been hearing more and more about ElasticSearch. Can anyone give me a > rough overview o

Re: HTMLStripTransformer will remove the content in XML??

2011-05-27 Thread bryan rasmussen
I would expect that it doesn't understand CDATA and thinks of everything between < and > as a 'tag'. Best Regards, Bryan Rasmussen On Fri, May 27, 2011 at 9:41 AM, Ellery Leung wrote: > I have an XML string like this: > > > > encoding="UTF-8"?>

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread bryan rasmussen
finds results in indexed fields. It does seem somewhat counter-intuitive. Best Regards, Bryan Rasmussen

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread bryan rasmussen
index with the new schema. I've had the situation a number of times where I have changed the indexing rule for a field and not followed these steps and been surprised when my index does not follow my expectations - and it seems like you are experiencing the same thing. Best Regards, Bryan Rasmussen

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread bryan rasmussen
indexed content and reindex using the new schema, with lots of stopping and restarting involved. So - delete index, restart with new schema, index content with new schema. Best Regards, Bryan Rasmussen On Thu, May 26, 2011 at 11:24 AM, Romi wrote: > thanks a lot bryan: it might be again the repeti

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread bryan rasmussen
your request to give the list of fields you want returned - for example &fl=id,title in the querystring for the request should mean you would just see id1 t1 and not a1 Best Regards, Bryan Rasmussen

Re: problem in setting field attribute in schema.xml

2011-05-25 Thread bryan rasmussen
is because the non-indexed field is stored. Best Regards, Bryan Rasmussen On Wed, May 25, 2011 at 3:11 PM, Romi wrote: > if i do stored=false then it indexes the data but not shows the data in > search result. but in my case i do not want to index the data for a field > and to the my

Re: problem in setting field attribute in schema.xml

2011-05-25 Thread bryan rasmussen
if you never want to see a result for a field set stored = false. Best Regards, Bryan Rasmussen On Wed, May 25, 2011 at 2:37 PM, Romi wrote: > In my schema.xml file i made a filed attribute indexed=false and stored=true. > ie. i am not indexing this field but still in my search result

I only want to return a fields value in certain cases, how is this done

2011-05-23 Thread bryan rasmussen
return f1 if it has the value that is found in the search. Is this doable? Can you show me an example? Thanks, Bryan Rasmussen

Re: I need to improve highlighting

2011-05-18 Thread bryan rasmussen
see in the first 10 results. funny. thanks, Bryan Rasmussen On Wed, May 18, 2011 at 2:59 PM, Erick Erickson wrote: > Just checking, but have you tried setting > hl.fragsize= as suggested here: > > http://wiki.apache.org/solr/HighlightingParameters#hl.fragsize ? > > If that

Re: I need to improve highlighting

2011-05-18 Thread bryan rasmussen
elements to be actual elements (hl.fomatter maybe?) Thanks, Bryan Rasmussen > On Wed, May 18, 2011 at 2:25 PM, bryan rasmussen > wrote: >> Hi, >> >> If I do a search >> http://localhost:8983/solr/tester/select/?q=kongeriget&hl=true then in >> the s

I need to improve highlighting

2011-05-18 Thread bryan rasmussen
till never go beyond the default for the field (I can go less than 100 but not more) 2. Get a count of number of highlighted instances(preferable) or return each highlighted text in a separate str element - so kongerigetkongeriget thanks, Bryan Rasmussen

Re: indexing xml attributes?

2011-05-17 Thread bryan rasmussen
Ah never mind, I had to restart my instance in order for my changes to the dataimporter to register. thanks, Bryan Rasmussen On Tue, May 17, 2011 at 12:19 PM, bryan rasmussen wrote: > Hi, > > As I understand it the DIH XPathEntityProcessor will not allow me to > index attribut

indexing xml attributes?

2011-05-17 Thread bryan rasmussen
Hi, As I understand it the DIH XPathEntityProcessor will not allow me to index attributes - like so So if I want to index attributes I should pre-process the documents into the format that Solr indexes normally and place the value of the ID into a field? Thanks, Bryan Rasmussen

Re: How much does Solr enterprise server differ from the non Enterprise server?

2011-05-05 Thread bryan rasmussen
ok, I just saw the thing about syncing the version numbers. Is there any information on these Solr 3.1 books? Publishers, publication dates, website on them? Mvh, Bryan Rasmussen On Thu, May 5, 2011 at 10:57 AM, Jan Høydahl wrote: > Hi, > > Solr IS an enterprise search server. And

How much does Solr enterprise server differ from the non Enterprise server?

2011-05-05 Thread bryan rasmussen
I am asking specifically because I am wondering if it is worth my time too read the Enterprise server book or if there is too much of a branch between the two? If I read the book are there any parts of the book specifically that won't be relevant? Thanks, Bryan Rasmussen

Re: testing of stemming

2011-04-19 Thread bryan rasmussen
that looks like a good starting point, thanks, bryan rasmussen 2011/4/19 François Schiettecatte : > I would start here: > >        http://snowball.tartarus.org/ > > François > > On Apr 19, 2011, at 11:15 AM, bryan rasmussen wrote: > >> Hi, >> >> I

Re: testing of stemming

2011-04-19 Thread bryan rasmussen
hoping for something similar to a wordnet of stems... but at worst I would be fine with checking specifically against my index - I just didn't necessarily want to automate the browser to do it as I figured it would be extra performance intensive. Thanks, Bryan Rasmussen On Tue, Apr 19, 2011 at

testing of stemming

2011-04-19 Thread bryan rasmussen
Hi, I was wondering if I have a large number of queries I want to test stemming on if there is a free standing library I can just run it against without having to do all the overhead of a http request? Thanks, Bryan Rasmussen

command=full-import not working, indexes 11 documents

2011-04-18 Thread bryan rasmussen
ts I have) they all get indexed. Any explanation for something I might have overlooked in configuration that would be having this effect? Thanks, Bryan Rasmussen

Re: all searches return 0 hits - what have I done wrong?

2011-04-18 Thread bryan rasmussen
Hmm, ok I see the schema was wrong - I was calling the TEXT field txt... also now I am getting results on my title search after another restart and reindex - setting the TXT fields to be multiValued. Thanks, Bryan Rasmussen On Mon, Apr 18, 2011 at 1:09 PM, bryan rasmussen wrote: > w

Re: all searches return 0 hits - what have I done wrong?

2011-04-18 Thread bryan rasmussen
, Bryan Rasmussen On Mon, Apr 18, 2011 at 12:55 PM, lboutros wrote: > If a document contains multiple 'txt' fields, it should be marked as > 'multiValued'. > > multiValued="true"/> > > But if I'm understanding well, you also tried this ? : >

Re: all searches return 0 hits - what have I done wrong?

2011-04-18 Thread bryan rasmussen
ifference between these two is that will be more than one TXT, I just tried with the parent element however and it didn't do anything. But when I do a search for MomsManual which you can see is in all the title fields I get − 0 0 − on 0 MomsManual 2.2 10 :( Thanks, Bryan Rasmussen On Mon

Re: all searches return 0 hits - what have I done wrong?

2011-04-18 Thread bryan rasmussen
likely to change in the future. On Mon, Apr 18, 2011 at 11:46 AM, bryan rasmussen wrote: > Hi, > I am starting my solr instance with the command java > -Dsolr.solr.home="./test1/solr/" -jar start.jar > where I have a solr.xml file > > >         >      

all searches return 0 hits - what have I done wrong?

2011-04-18 Thread bryan rasmussen
start=0&rows=10&indent=on I get − 0 0 − on 0 Administrationsydelser 2.2 10 There is a segments.gen and a segments_4 file in my index but nothing else. Tried looking with Luke but it seems not to be compatible with the newest versions of Lucene... version of solr is 3.1.0 Thanks, Bryan Rasmussen

DataImportHandler - importing XML documents, undeclared general entity - DTD right there

2011-04-15 Thread bryan rasmussen
, Bryan Rasmussen

newbie - filter to only show queried field when query is free text

2011-04-15 Thread bryan rasmussen
Hi, If I want to filter a search result to not return all fields as per the default but I don't know what field my hits will be in. This is basically for unstructured document type data, for example large HTML or DOCBOOK documents. thanks, Bryan Rasmussen