Re: Solr + Federated Search Question

2014-10-02 Thread Alejandro Calbazana
everal ranked lists." > > Ahmet > > > On Thursday, October 2, 2014 7:29 PM, Alejandro Calbazana < > acalbaz...@gmail.com> wrote: > Ahmet,Jeff, > > Thanks. Some terms are a bit overloaded. By "federated", I do mean the > ability to query

Re: Solr + Federated Search Question

2014-10-02 Thread Alejandro Calbazana
gt; Personal: http://www.outerthoughts.com/ and @arafalov > Solr resources and newsletter: http://www.solr-start.com/ and @solrstart > Solr popularizers community: https://www.linkedin.com/groups?gid=6713853 > > > On 1 October 2014 09:29, Alejandro Calbazana wrote: > > Hello, > >

Re: Solr + Federated Search Question

2014-10-02 Thread Alejandro Calbazana
data into Solr and then > simply directly search the data within Solr. > > -- Jack Krupansky > > -Original Message- From: Ahmet Arslan > Sent: Wednesday, October 1, 2014 9:35 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr + Federated Search Question > >

Solr + Federated Search Question

2014-10-01 Thread Alejandro Calbazana
Hello, I have a general question about Solr in a federated search context. I understand that Solr does not do federated search and that different tools are often used to incorporate Solr indexes into a federated/enterprise search solution. Does anyone have recommendations on any products (open

Re: Computing Results So That They are Returned in Search Results

2013-10-30 Thread Alejandro Calbazana
gt; > > > Flesh out an example of exactly what you want. > > > > -- Jack Krupansky > > > > -Original Message- > > From: Alejandro Calbazana > > Sent: Wednesday, October 30, 2013 12:46 PM > > To: solr-user@lucene.apache.org > > Subject: Re: Com

Re: Computing Results So That They are Returned in Search Results

2013-10-30 Thread Alejandro Calbazana
at takes a > field, fetches its value, performs some arbitrary calculation, and then > returns that value. > > fl=id,name,my-func(field1),my-**func(field2) > > -- Jack Krupansky > > -Original Message- From: Alejandro Calbazana > Sent: Wednesday, October 30, 201

Computing Results So That They are Returned in Search Results

2013-10-30 Thread Alejandro Calbazana
I'd like to throw out a design question and see if its possible to solve this with Solr. I have a set of data that is computed that I'd like to make searchable. Ideally, I'd like to have all documents indexed and call it the day, but the nature of the data is such that it needs to be computed give

Many Dynamic Fields + Indexing Strategy

2013-10-29 Thread Alejandro Calbazana
Hi, I have an application that has a fair number of dynamic fields in addition to static fields. The use case is that a customer can create any number of dynamic fields and associate them with domain objects that we then pull into an indexed document. I have no way to know these fields in advanc

tlog after commit

2013-09-17 Thread Alejandro Calbazana
Quick question... Should I still see tlog files after a hard commit? I'm trying to test soft commit and hard commits and I was under the impression that tlog would be removed after a hard commit where, in the case of soft commits, I would still see them. Thanks, Al

Federated Search Design Question

2013-09-13 Thread Alejandro Calbazana
Hi, I have a general design question about federated search that I'd like to get some thoughts on. I have several line of business applications that manage their own data. There is a need to search across these LOB apps, but each of them have different authorization schemes in terms of allowing u

DIH + Solr Cloud

2013-09-03 Thread Alejandro Calbazana
Hi, Quick question about data import handlers in Solr cloud. Does anyone use more than one instance to support the DIH process? Or is the typical setup to have one box setup as only the DIH and keep this responsibility outside of the Solr cloud environment? I'm just trying to get picture of his

Data Import Handler Help

2013-08-07 Thread Alejandro Calbazana
Hi, I'm looking for a bit of guidance in implementing a data import handler for mongodb. I am using https://github.com/sucode/solrMongoDBImporter/blob/master/README.md as a starting point, and I can get full imports working properly with a few adjustments to the source. The problem comes in whe