You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <de...@bloodhound.apache.org> on 2014/03/02 07:33:55 UTC

[Apache Bloodhound] #773: KeyError: 'product' in bhsearch

#773: KeyError: 'product' in bhsearch
---------------------+-----------------------
 Reporter:  astaric  |      Owner:  nobody
     Type:  defect   |     Status:  new
 Priority:  major    |  Milestone:  Release 8
Component:  search   |    Version:  0.8.0dev
 Keywords:           |
---------------------+-----------------------
 After disabling whoosh fixes, product is not always present in the search
 document. On of the manifestations is broken bhsearch rebuild admin
 command reported on the
 [http://mail-archives.apache.org/mod_mbox/bloodhound-
 dev/201402.mbox/%3C5310F4B6.9040900%40uol.com.br%3E mailing list].

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/773>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #773: KeyError: 'product' in bhsearch

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#773: KeyError: 'product' in bhsearch
----------------------+-----------------------
  Reporter:  astaric  |      Owner:  astaric
      Type:  defect   |     Status:  accepted
  Priority:  major    |  Milestone:  Release 8
 Component:  search   |    Version:  0.8.0dev
Resolution:           |   Keywords:
----------------------+-----------------------

Comment (by astaric):

 I have missed one occurrence of doc['product']. Fixed in r1573485.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/773#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #773: KeyError: 'product' in bhsearch

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#773: KeyError: 'product' in bhsearch
----------------------+-----------------------
  Reporter:  astaric  |      Owner:  astaric
      Type:  defect   |     Status:  accepted
  Priority:  major    |  Milestone:  Release 8
 Component:  search   |    Version:  0.8.0dev
Resolution:           |   Keywords:
----------------------+-----------------------
Changes (by astaric):

 * status:  new => accepted
 * owner:  nobody => astaric


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/773#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #773: KeyError: 'product' in bhsearch

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#773: KeyError: 'product' in bhsearch
----------------------+-----------------------
  Reporter:  astaric  |      Owner:  astaric
      Type:  defect   |     Status:  closed
  Priority:  major    |  Milestone:  Release 8
 Component:  search   |    Version:  0.8.0dev
Resolution:  fixed    |   Keywords:
----------------------+-----------------------
Changes (by astaric):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 Added test for bhsearch rebulid with document without product in r1573509.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/773#comment:4>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #773: KeyError: 'product' in bhsearch

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#773: KeyError: 'product' in bhsearch
----------------------+-----------------------
  Reporter:  astaric  |      Owner:  astaric
      Type:  defect   |     Status:  accepted
  Priority:  major    |  Milestone:  Release 8
 Component:  search   |    Version:  0.8.0dev
Resolution:           |   Keywords:
----------------------+-----------------------

Comment (by astaric):

 Access to doc!['product'] was replaced with doc.get('product') in
 r1573264.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/773#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker