unsubscribe

2024-07-03 Thread Gian Marco Tagliani

Re: My problem with T-shirts and nested documents

2019-05-27 Thread Gian Marco Tagliani
en > > parent docs need to be added to result list. > > Unfortunately, there is no [parent] result transformer. Thus it can be > done > > with generic > > > https://lucene.apache.org/solr/guide/6_6/transforming-result-documents.html#TransformingResultDocuments-_subquery_ &g

Re: My problem with T-shirts and nested documents

2019-05-24 Thread Gian Marco Tagliani
> Unfortunately, there is no [parent] result transformer. Thus it can be done > with generic > > https://lucene.apache.org/solr/guide/6_6/transforming-result-documents.html#TransformingResultDocuments-_subquery_ > . > > > On Fri, May 24, 2019 at 3:16 PM Gian Marco Tagliani

My problem with T-shirts and nested documents

2019-05-24 Thread Gian Marco Tagliani
s to use the Analytics Component ( https://lucene.apache.org/solr/guide/analytics.html) In this case I'm not able to get data from father and child document to build a facet. Has any of you encountered a similar problem? Do you have any idea on how to address my case? Thanks in advance Gian Marco Tagliani

Re: DIH problem

2012-09-26 Thread Gian Marco Tagliani
Here the issue: https://issues.apache.org/jira/browse/SOLR-3896 On Tue, Sep 25, 2012 at 1:41 PM, Gian Marco Tagliani wrote: > Ok, > I'll try to verify if there is the same issue in the 4.0 and I'll open the > issue in Jira. > > thanks > > -- > Gian Marco &

[jira] [Updated] (SOLR-3896) DIH: parentDeltaQuery fail updating the parent entity

2012-09-26 Thread Gian Marco Tagliani (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gian Marco Tagliani updated SOLR-3896: -- Attachment: SOLR-3896.patch Patch for Solr 3.6.1 >

[jira] [Created] (SOLR-3896) DIH: parentDeltaQuery fail updating the parent entity

2012-09-26 Thread Gian Marco Tagliani (JIRA)
Gian Marco Tagliani created SOLR-3896: - Summary: DIH: parentDeltaQuery fail updating the parent entity Key: SOLR-3896 URL: https://issues.apache.org/jira/browse/SOLR-3896 Project: Solr

Re: DIH problem

2012-09-25 Thread Gian Marco Tagliani
provide a test case and attach to jira. > > Thanks > > On Fri, Sep 21, 2012 at 6:03 PM, Gian Marco Tagliani > wrote: > > > Hi, > > I'm updating my Solr from version 3.4 to version 3.6.1 and I'm facing a > > little problem with the DIH. > > >

DIH problem

2012-09-21 Thread Gian Marco Tagliani
ception.log(log, "getNext() failed for query '" + query + "'", e); - Do you think this is correct? Thanks for your help -- Gian Marco Tagliani

Re: docBoost with "fq" search

2012-03-09 Thread Gian Marco Tagliani
se? Gian Marco On Wed, Mar 7, 2012 at 2:51 PM, Ahmet Arslan wrote: > > > --- On Wed, 3/7/12, Gian Marco Tagliani wrote: > > > From: Gian Marco Tagliani > > Subject: docBoost with "fq" search > > To: solr-user@lucene.apache.org > > Date: Wedn

docBoost with "fq" search

2012-03-07 Thread Gian Marco Tagliani
Hi All, I'm seeing strange behavior with my Solr (version 3.4). For searching I'm using the "q" and the "fq" params. At index-time I'm adding a docBoost to each document. When I perform a search with both "q" and "fq" params everything works. For the search with "q=*:*" and something in the "fq"

Re: HBase Datasource

2011-12-02 Thread Gian Marco Tagliani
Hi, In my company we have the same need, import from Hbase into Solr We just started a project here: http://code.google.com/p/hbase-solr-dataimport/ We want to provide an easy way to import data from HBase, similar to SqlEntityProcessor Gian Marco On Fri, Nov 11, 2011 at 4:37 AM, Fuad Efendi

[jira] Updated: (SOLR-1759) DIH $skipDoc issue

2010-02-05 Thread Gian Marco Tagliani (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gian Marco Tagliani updated SOLR-1759: -- Attachment: patch.txt I attached the patch with this tiny change > DIH $skipDoc is

RE: DIH $skipDoc issue

2010-02-05 Thread Gian Marco Tagliani
: DIH $skipDoc issue yes. it should be . Could you raise an issue? On Fri, Feb 5, 2010 at 4:38 PM, Gian Marco Tagliani wrote: > Hi, > Yes the patch solved my problem. > > Do you think it could be useful for general use? > > Gian Marco > > > > -Original Messag

[jira] Created: (SOLR-1759) DIH $skipDoc issue

2010-02-05 Thread Gian Marco Tagliani (JIRA)
Marco Tagliani I'm using the version 1.4.0 of Solr and I'm having some trouble with the DIH when I use the special command $skipDoc. After skipping a document to insert, the next one is not inserted in the proper way. My DIH configuration is quite complex so I'll try to explai

RE: DIH $skipDoc issue

2010-02-05 Thread Gian Marco Tagliani
@lucene.apache.org Subject: Re: DIH $skipDoc issue did the patch solve your problem? On Fri, Feb 5, 2010 at 12:17 AM, Gian Marco Tagliani wrote: > Hi all, > I'm using the version 1.4.0 of Solr and I'm having some trouble with the > DIH when I use the special command $skipDoc. > > Aft

DIH $skipDoc issue

2010-02-04 Thread Gian Marco Tagliani
dling the exception. The patch with this tiny change is attached to this mail. Did anybody else encounter this problem? Is the change I did correct? Thanks Gian Marco Tagliani Index: contrib/dataimporthandler/src/main/java/org/apache

lucene sorting

2006-04-05 Thread Gian Marco Tagliani
Hi, I need to change the lucene sorting to give just a bit more relevance to the recent documents (but i don't want to sort by date). I'd like to mix the lucene score with the date of the document. I'm following the example in "Lucene in Action", chapter 6. I'm trying to extends the SortCompa