Re: terms component misleading results

2012-05-25 Thread Cam Bazz
Oh ok, I got it. So If I update the document three times, does that mean I have 1 normal document, and 2 marked for deletion? Because the max difference was 1 - no matter how many times you update. I think I can manage the faceting to do what I need. I guess that will be faster than making a rea

Re: upgrade to 3.6

2012-05-25 Thread Cam Bazz
for example > https://issues.apache.org/jira/browse/SOLR-3375 > > -- >  Sami Siren > > On Fri, May 25, 2012 at 10:11 AM, Cam Bazz wrote: >> Hello, >> >> I have upgraded from 1.4 to 3.6 - it went quite smooth, using the same >> schema.xml >> >> I hav

upgrade to 3.6

2012-05-25 Thread Cam Bazz
Hello, I have upgraded from 1.4 to 3.6 - it went quite smooth, using the same schema.xml I have done some testing, and I have not found any problems yet. Soon I will migrate the production system to 3.6 Any recomendations on this matter? Maybe I skipped something? Best Regards, C.B.

terms component misleading results

2012-05-25 Thread Cam Bazz
Hello, I need to know exact count of certain terms in the documents. I noticed that when I update a document, (only one field for testing) the terms count go +1 for that specific term. for example, if I have two documents in index, each with tag="ccc" and if I update one of the documents, the term

representing latlontype in pojo

2011-11-08 Thread Cam Bazz
Hello, I have custom pojo's, and I use solrj to read and index them with getBeans() method. So now, I want to store a spatially searchable data member in my pojo. I have in my schema.xml: and - so, what object type must I have in my bean? LatLonType does not seem to have a constructor,

synonyms file, and example cases

2011-01-24 Thread Cam Bazz
Hello, I have been looking at the solr synonym file that was an example, I did not understand some notation: aaa => bbb => 1 2 ccc => 1,2 a\=>a => b\=>b a\,a => b\,b fooaaa,baraaa,bazaaa The first one says search for when query is aaa. am I correct? the second one

making rotating timestamped logs from solr output

2010-07-08 Thread Cam Bazz
Hello, I would like to log the solr console. although solr logs requests in timestamped format, this only logs the requests, i.e. does not log number of hits for a given query, etc. is there any easy way to do this other then reverting to methods for capturing solr output. I usually run solr on m

Re: faceting question

2009-01-24 Thread Cam Bazz
is there no other way then to use the patch? since the query A is super set of B ??? if not doable, I will probably use some caching technique. Best. On Sat, Jan 24, 2009 at 9:14 AM, Shalin Shekhar Mangar wrote: > On Sat, Jan 24, 2009 at 6:56 AM, Cam Bazz wrote: > >> Hello; &

faceting question

2009-01-23 Thread Cam Bazz
Hello; I got a multiField named tagList which may contain multiple tags. I am making a query like: tagList:a AND tagList:b AND tagList:c and I am also getting a tagList facet returning me some values. What I would like is Solr to return me facets as if the query was: tagList:a AND tagList:b is

feeding documents tru API

2008-10-09 Thread Cam Bazz
Hello, I have been looking at the API documentation but I dont know where to look in order to feed documents tru API without using xml files. any ideas? Best. -C.B.

Re: feeding data

2008-10-09 Thread Cam Bazz
integration of solr to a serlvet/ejb3 based system? Best Regards, -C.B. On Thu, Sep 4, 2008 at 3:32 PM, Erik Hatcher <[EMAIL PROTECTED]> wrote: > > On Sep 4, 2008, at 8:27 AM, Cam Bazz wrote: >> >> hello, >> is there no other way then making xml files and feeding those

feeding data

2008-09-04 Thread Cam Bazz
hello, is there no other way then making xml files and feeding those to solr? I just want to feed solr programmatically. - without xml Best.

Re: adding documents with json post

2008-06-23 Thread Cam Bazz
tch > > > - Original Message > > From: Cam Bazz <[EMAIL PROTECTED]> > > To: solr-user@lucene.apache.org > > Sent: Sunday, June 22, 2008 5:53:56 PM > > Subject: adding documents with json post > > > > hello; > > > > this probably has bee

adding documents with json post

2008-06-22 Thread Cam Bazz
hello; this probably has been asked before but how can I add documents with tru a json ajax submit? does solr only accept XML input? Best. -C.B.

Re: Solr system and numbers

2008-06-09 Thread Cam Bazz
I got a similar question: how would one normalize or even detect if a string is a phone number? On Mon, Jun 9, 2008 at 4:17 PM, dudes dudes <[EMAIL PROTECTED]> wrote: > > great info ,,, thanks a lot all > > > > > Date: Mon, 9 Jun 2008 05:58:50 -0700 > > Fr

html to text based on some sort of uniqueness metric

2008-06-09 Thread Cam Bazz
Hello, I am indexing newspaper articles as an excercise in solr. When dealing with newspaper articles in previous experiences I always tried to get the div or the table that contains the actual news, using nekohtml traversing tru the dom tree and getting the text from the div or table that contain

solr query syntax

2008-06-05 Thread Cam Bazz
Hello, how can we specify in query so it will just bring certain field and query in the default field? for example can I do a year:1998 AND searchword Best Regards, -C.B.

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Cam Bazz
I have done something similar and I am using a search servlet that will forward the request to solr tru commons htclient. Maybe it could be a solution to DoS, although it is still possible. Best. -Cam Bazz On Thu, May 29, 2008 at 8:04 PM, Otis Gospodnetic < [EMAIL PROTECTED]> wrote: &g

solr feed problem

2008-05-18 Thread Cam Bazz
hello, I am trying to feed solr with xml files of my own schema, and I am getting: SEVERE: org.xmlpull.v1.XmlPullParserException: entity reference names can not start with character '\ufffd' my xml is utf8 for sure, as well as the text inside. but for some reason I get this exception and then so

exception while feeding converted text from pdf

2008-05-14 Thread Cam Bazz
Hello, I made a simple java program to convert my pdfs to text, and then to xml file. I am getting a strange exception. I think the converted files have some errors. should I encode the txt string that I extract from the pdfs in a special way? Best, -C.B. EVERE: org.xmlpull.v1.XmlPullParserExcep

Re: indexing pdf documents

2008-05-14 Thread Cam Bazz
Research and Development Librarian > Digital Scholarship Services > Box 400129 > Alderman Library > University of Virginia > Charlottesville, VA 22904 > > > On May 13, 2008, at 3:58 AM, Cam Bazz wrote: > > > yes, I have seen the documentation on RichDocumentReque

Re: indexing pdf documents

2008-05-13 Thread Cam Bazz
documents have labels) Best. -C.B. On Tue, May 13, 2008 at 1:30 AM, Chris Harris <[EMAIL PROTECTED]> wrote: > Solr does not have this support built in, but there's a patch for it: > > https://issues.apache.org/jira/browse/SOLR-284 > > On Mon, May 12, 2008 at 2:02 PM,

indexing pdf documents

2008-05-12 Thread Cam Bazz
Hello, Before making a little program to extract the txt from my pdfs and feed it into solr with xml, I just wanted to check if solr has capability to digest pdf files apart from xml? Best Regards, -C.B.