Re: Solr 1.3 expected release date

2007-12-12 Thread Venkatraman S
On Dec 13, 2007 1:38 AM, Ryan McKinley <[EMAIL PROTECTED]> wrote: > > I think the last *major* change going into 1.3 is SOLR-303 (Distributed > Search over HTTP) -- this will require some reworking of new features > like SearchComponents and solrj. After that, changes will mostly be for > stabili

Re: Solr and Flex

2007-12-12 Thread Venkatraman S
I presume you understand the difference between Solr and Flex - and am not sure what you need the code for? do you want an AS3 script implementation/wrapper for Solr or are you expecting an application which call uses Solr(to index the docs) and retrieve the docs using some web services and present

Re: How do I search in all fields without index by solr

2007-12-06 Thread Venkatraman S
On Dec 7, 2007 10:17 AM, Laxmilal Menaria <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I have created a simple java application which indexes database tables, > now > I want to configure the solr on my created index. My index has 5 fields, > FriendID, Title, Address, PhoneNo and Comments. > W

Re: [OT] reg Text Utilities

2007-11-23 Thread Venkatraman S
t > > On Nov 23, 2007, at 8:24 PM, Venkatraman S wrote: > > > Hi, > > > > I would be interested in knowing as to which open source utilities > > does the > > community use for text conversions , as in, pdf to text, xls to > > text, word > > to text , ps to

[OT] reg Text Utilities

2007-11-23 Thread Venkatraman S
Hi, I would be interested in knowing as to which open source utilities does the community use for text conversions , as in, pdf to text, xls to text, word to text , ps to text etc etc. Are their any other 'interesting' utilities/libraries(free and available for commercial use) that can be used fo

Re: solr workflow ?

2007-11-12 Thread Venkatraman S
Highly unfortunate! On Nov 12, 2007 9:07 PM, Traut <[EMAIL PROTECTED]> wrote: > rtfm :) > http://lucene.apache.org/solr/tutorial.html > > On Nov 12, 2007 4:33 PM, Dwarak R <[EMAIL PROTECTED]> wrote: > > Hi Guys > > > > How do we add word documents / pdf / text / etc documents in solr ?. How > do

Re: no segments* file found

2007-11-12 Thread Venkatraman S
are you using embedded solr? I had stumbled on a similar error : http://www.mail-archive.com/solr-user@lucene.apache.org/msg06085.html -V On Nov 12, 2007 2:16 PM, SDIS M. Beauchamp <[EMAIL PROTECTED]> wrote: > I'm using solr to index our files servers ( 480K files ) > > If I don't optimize, I '

Re: SOLR 1.3 Release?

2007-10-25 Thread Venkatraman S
On 10/26/07, Mike Klaas <[EMAIL PROTECTED]> wrote: > > If we did a 1.2.x, it shoud (imo) contain no new features, only > important bugfixes. I have been having a look at the trunk for quite sometime now, and must say that its changing pretty fast. Having an interim release now will require more

Re: Manage multiple indexes with Solr

2007-10-10 Thread Venkatraman S
i would be interested to know in both the cases : Case 1 : * document "1", with uniq ID "ui1" will be indexed in the "indexA" * document "2", with uniq ID "ui2" will be indexed in the "indexB" * document "3", with uniq ID "ui3" will be indexed in the "indexA" Case 2 : * document "1", with uniq ID

Re: searching remote indexes

2007-10-02 Thread Venkatraman S
hine and combine the results using you own business logic. > > Alternatively, you can try out the query distribution code being > developed in > <http://issues.apache.org/jira/browse/SOLR-303> > > -Mike > > On 28-Sep-07, at 1:59 AM, Venkatraman S wrote: > > > res

Re: searching remote indexes

2007-09-28 Thread Venkatraman S
resending due to lack of response : [We are using embedded solr 1.2 ] I need a mechanism by which i can search over 3 remote indexes? Can i use the Lucene remote apis to access the index created via Embedded solr? -Venkat On 9/4/07, Venkatraman S <[EMAIL PROTECTED]> wrote: > > Hi, &

Re: Solr Index - no segments* file found in org.apache.lucene.store.FSDirectory

2007-09-19 Thread Venkatraman S
On 9/20/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > > you imply that you are building your index using embedded solr, but based > on your stack trace it seems you are using Solr in a servlet container ... > i assume to search the index you've already built? I have a jsp that routes the

Re: How can i make a distribute search on Solr?

2007-09-19 Thread Venkatraman S
Along similar lines : assuming that i have 2 indexes in the same box , say at : /home/abc/data/index1 and /home/abc/data/index2, and i want the results from both the indexes when i do a search - then how should this be 'optimally' designed - basically these are different Solr homes and i want th

Re: Solr Index - no segments* file found in org.apache.lucene.store.FSDirectory

2007-09-19 Thread Venkatraman S
_1.fdt _1.prx _2.fnm _2.tis _3.nrm _4.fdx _4.tii _0.nrm _1.fdx _1.tii _2.frq _3.fdt _3.prx _4.fnm _4.tis On 9/19/07, Bill Au <[EMAIL PROTECTED]> wrote: > > What files are there in your /data/pub/index directory? > > Bill > > On 9/19/07, Venkatraman S &

Solr Index - no segments* file found in org.apache.lucene.store.FSDirectory

2007-09-19 Thread Venkatraman S
Hi , Product : Solr (Embedded)Version : 1.2 Problem Description : While trying to add and search over the index, we are stumbling on this error again and again. Do note that the SolrCore is committed and closed suitably in our Embedded Solr. Error (StackTrace) : Sep 19, 2007 9:41:41 AM org.

Re: Search for Java Programming vs "Java Programming"

2007-09-18 Thread Venkatraman S
[ Kindly do try before posting in the forum or atleast try to look into the wiki and other resources ] nwayz... For the Former: use 'AND' and in the default query For the latter : use phrase queries - enclosing within double quotes should work. On 9/18/07, Dilip.TS <[EMAIL PROTECTED]> wrote: >

Re: commit, concurrency, full text search

2007-09-18 Thread Venkatraman S
Before a COMMIT is done , lock is obtained and its released after the operation - hence no corruption happens. On 9/18/07, Dilip.TS <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a query, when u try for bulk updates, using autoCommit option > (which > does commit on regular basis). > > Suppose if

Re: Solr - rudimentary problems

2007-09-17 Thread Venkatraman S
C'est Parfait! .. yes - that was the problem. thanks a lot. I am compiling a complete list of FAQs - will update it in the wiki soon. -vEnKAt On 9/18/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > : The corresponding entry for this field in schema.xml is : > : : stored="true" multiValued

Re: Solr - rudimentary problems

2007-09-16 Thread Venkatraman S
Kindly Note again : we are using Embedded Solr. On 9/17/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: > > Venkatraman S wrote: > > We are using Lucene and are migrating to Solr 1.2 (we are using Embedded > > Solr). During this process we are stumbling on certain problems

Solr - rudimentary problems

2007-09-16 Thread Venkatraman S
We are using Lucene and are migrating to Solr 1.2 (we are using Embedded Solr). During this process we are stumbling on certain problems : 1) IF the same document is added again, then it it getting added in the index again(duplicated); inspite of the fact that the IDs are unique across documents.

SolrSchema Fields Dynamically

2007-09-14 Thread Venkatraman S
Hi, I am new to Solr and am trying to implementing a solution for indexing and searching using Embedded Solr. However, i have a query w.r.t SolrSchema : How do i generate the schema fields programatically, instead of defining them in the schema.xml ? Regards, Venkat [apologies for sending a WIP

SolrSchema Fields Dynamically

2007-09-14 Thread Venkatraman S
Hi, I am new to Solr and am t -- Blog @ http://blizzardzblogs.blogspot.com

Re: Processing solr response....

2007-09-04 Thread Venkatraman S
I am trying to build a sample program(in Java). But, to do this i have some queries, as basic documentation - which i am not able to find. Some basic Qs: - Does Solr create its own index or is it a wrapper on lucene index(i et its the latter) - If answer to the prev Q is NO, then how is the SOl

searching remote indexes

2007-09-03 Thread Venkatraman S
Hi, [I am new to Solr]. How do i search remote indexes using Solr? I am not able to find suitable documentation on this - can you guys guide me? Regards, Venkat --