RE: SolrPlugin Guidance

2009-12-15 Thread Chris Hostetter
: 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

RE: SolrPlugin Guidance

2009-12-11 Thread Vauthrin, Laurent
[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

RE: SolrPlugin Guidance

2009-12-10 Thread Vauthrin, Laurent
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

RE: SolrPlugin Guidance

2009-12-09 Thread Vauthrin, Laurent
-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:"

RE: SolrPlugin Guidance

2009-12-07 Thread Chris Hostetter
: 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

RE: SolrPlugin Guidance

2009-11-30 Thread Vauthrin, Laurent
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

Re: SolrPlugin Guidance

2009-11-25 Thread Shalin Shekhar Mangar
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