You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by di...@incubator.apache.org on 2004/09/30 06:43:32 UTC

[jira] Created: (DIREVE-20) Fix constructor issues in search engine

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/DIREVE-20

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DIREVE-20
    Summary: Fix constructor issues in search engine
       Type: Task

     Status: Open
   Priority: Major

    Project: Directory Eve
 Components: 
             Backend

   Assignee: Alex Karasulu
   Reporter: Alex Karasulu

    Created: Wed, 29 Sep 2004 9:42 PM
    Updated: Wed, 29 Sep 2004 9:42 PM

Description:
Currently the search engine components that work via chain recursion have a chicken and egg problem.  Using constructor injection alone is not cutting it.  So we're going to have to find another way to intialize the flywieght structure used for conducting a search on a database.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DIREVE-20) Fix constructor issues in search engine

Posted by di...@incubator.apache.org.
Message:

   The following issue has been closed.

   Resolver: Alex Karasulu
       Date: Thu, 30 Sep 2004 10:38 PM

Taken care of by getting rid of the tiny classes of code causing the cyclic deps due to chain recursion on their methods.

Classes like ConjunctionEnumerator, DisjunctionEnumerator and NegationEnumerator were removed and their enumerate functionality moved to the ExpressionEnumerator top level Enumerator.

This was committed on revision 47611 and here's the commit info:

http://svn.apache.org/viewcvs.cgi?rev=47611&root=Apache-SVN&view=rev

Alex 

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/DIREVE-20

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DIREVE-20
    Summary: Fix constructor issues in search engine
       Type: Task

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Directory Eve
 Components: 
             Backend

   Assignee: Alex Karasulu
   Reporter: Alex Karasulu

    Created: Wed, 29 Sep 2004 9:42 PM
    Updated: Thu, 30 Sep 2004 10:38 PM

Description:
Currently the search engine components that work via chain recursion have a chicken and egg problem.  Using constructor injection alone is not cutting it.  So we're going to have to find another way to intialize the flywieght structure used for conducting a search on a database.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira