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

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

2011-04-15 Thread bryan rasmussen
allartikel.dtd In XML file in the same folder as the DTD allartikel.dtd Thanks, Bryan Rasmussen

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

2011-04-18 Thread bryan rasmussen
not to be compatible with the newest versions of Lucene... version of solr is 3.1.0 Thanks, Bryan Rasmussen

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

2011-04-18 Thread bryan rasmussen
name=Optimized2011-04-18 11:55:48/str str name=Total Documents Processed0/str str name=Time taken 0:0:0.922/str /lst − str name=WARNING This response format is experimental. It is likely to change in the future. /str /response On Mon, Apr 18, 2011 at 11:46 AM, bryan rasmussen rasmussen.br

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

2011-04-18 Thread bryan rasmussen
fields I get response − lst name=responseHeader int name=status0/int int name=QTime0/int − lst name=params str name=indenton/str str name=start0/str str name=qMomsManual/str str name=version2.2/str str name=rows10/str /lst /lst result name=response numFound=0 start=0/ /response :( Thanks, Bryan

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

2011-04-18 Thread bryan rasmussen
solrQueryParser defaultOperator=AND/ /schema the protwords.txt and stopwords.txt are also from the rss example. thanks, Bryan Rasmussen On Mon, Apr 18, 2011 at 12:55 PM, lboutros boutr...@gmail.com wrote: If a document contains multiple 'txt' fields, it should be marked as 'multiValued'. field name=txt

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 rasmussen.br

command=full-import not working, indexes 11 documents

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

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

Re: testing of stemming

2011-04-19 Thread bryan rasmussen
was 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 5:19

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 fschietteca...@gmail.com: I would start here:        http://snowball.tartarus.org/ François On Apr 19, 2011, at 11:15 AM, bryan rasmussen wrote: Hi, I was wondering if I have a large number

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: 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 jan@cominvent.com wrote: Hi, Solr IS an enterprise search server

indexing xml attributes?

2011-05-17 Thread bryan rasmussen
? 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 rasmussen.br...@gmail.com wrote: Hi, As I understand it the DIH XPathEntityProcessor will not allow me to index

I need to improve highlighting

2011-05-18 Thread bryan rasmussen
thanks, Bryan Rasmussen

Re: I need to improve highlighting

2011-05-18 Thread bryan rasmussen
to be actual elements (hl.fomatter maybe?) Thanks, Bryan Rasmussen On Wed, May 18, 2011 at 2:25 PM, bryan rasmussen rasmussen.br...@gmail.com wrote: Hi, If I do a search http://localhost:8983/solr/tester/select/?q=kongerigethl=true then in the lst name=highlighting subtree I get arr name

Re: I need to improve highlighting

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

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

2011-05-23 Thread bryan rasmussen
to 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: 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 romijain3...@gmail.com 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

Re: problem in setting field attribute in schema.xml

2011-05-25 Thread bryan rasmussen
it is because the non-indexed field is stored. Best Regards, Bryan Rasmussen On Wed, May 25, 2011 at 3:11 PM, Romi romijain3...@gmail.com 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

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread bryan rasmussen
Best Regards, Bryan Rasmussen

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread bryan rasmussen
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 romijain3...@gmail.com wrote: thanks a lot bryan: it might be again

Re: problem in setting field attribute in schema.xml

2011-05-26 Thread bryan rasmussen
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
in indexed fields. It does seem somewhat counter-intuitive. Best Regards, Bryan Rasmussen

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 elleryle...@be-o.com wrote: I have an XML string like this: ?xml version=1.0 encoding=UTF-8?languageintl![CDATA

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 static.void@gmail.com wrote I've been hearing more and more about ElasticSearch. Can anyone give me

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

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

clustering problems on 3.1

2011-06-07 Thread bryan rasmussen
a 404 response back and SEVERE: REFCOUNT ERROR: unreferenced org.apache.solr.SolrCore@14db38a4 (core1) has a reference count of 1 appeared in my console. Any suggestions? Thanks, Bryan Rasmussen

getTransformer error

2011-06-10 Thread bryan rasmussen
... 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 Xalan. Thanks, Bryan

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 rasmussen.br...@gmail.com wrote: Hi, I am trying to transforrm the results using xslt - I store my xslts in conf

track unused parts of config, schema

2012-06-08 Thread bryan rasmussen
, Bryan Rasmussen