: Our QParser plugin will perform queries against directory documents and
: return any file document that has the matching directory id(s). So the
: plugin transforms the query to something like
:
: q:+(directory_id:4 directory:10) +directory_id:(4)
...
: Currently the parser plugin is
[mailto:solr-user-return-30215-laurent.vauthrin=disney@lucene.apache
.org] On Behalf Of Vauthrin, Laurent
Sent: Thursday, December 10, 2009 11:44 AM
To: solr-user@lucene.apache.org
Subject: RE: SolrPlugin Guidance
Ok, looks like I may not be taking the right approach here. I'm running
a pr
Vauthrin
-Original Message-
From:
solr-user-return-30170-laurent.vauthrin=disney@lucene.apache.org
[mailto:solr-user-return-30170-laurent.vauthrin=disney@lucene.apache
.org] On Behalf Of Vauthrin, Laurent
Sent: Wednesday, December 09, 2009 2:53 PM
To: solr-user@lucene.apache.org
Subject: RE: S
-user@lucene.apache.org
Subject: RE: SolrPlugin Guidance
: e.g. For the following query that looks for a file in a directory:
: q=+directory_name:"myDirectory" +file_name:"myFile"
:
: We'd need to decompose the query into the following two queries:
: 1. q=+directory_name:"
: e.g. For the following query that looks for a file in a directory:
: q=+directory_name:"myDirectory" +file_name:"myFile"
:
: We'd need to decompose the query into the following two queries:
: 1. q=+directory_name:"myDirectory"&fl=directory_id
: 2. q=+file_name:"myFile" +directory_id:(results fr
hanks,
Laurent Vauthrin
-Original Message-
From: solr-user-return-29672-laurent.vauthrin=disney@lucene.apache.org
[mailto:solr-user-return-29672-laurent.vauthrin=disney@lucene.apache.org]
On Behalf Of Shalin Shekhar Mangar
Sent: Wednesday, November 25, 2009 5:42 AM
To: solr-user
On Tue, Nov 24, 2009 at 11:04 PM, Vauthrin, Laurent <
laurent.vauth...@disney.com> wrote:
>
> Our team is trying to make a Solr plugin that needs to parse/decompose a
> given query into potentially multiple queries. The idea is that we're
> trying to abstract a complex schema (with different docu