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
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
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
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
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
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
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 '
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
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
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
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,
&
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
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
_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 &
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.
[ 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:
>
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
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
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
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.
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
Hi,
I am new to Solr and am t
--
Blog @ http://blizzardzblogs.blogspot.com
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
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
--
24 matches
Mail list logo