[jira] Created: (LUCENENET-344) How to integrate Lucene search with vb.net web application

2010-02-26 Thread rupesh kumar prasad (JIRA)
How to integrate Lucene search with vb.net web application -- Key: LUCENENET-344 URL: https://issues.apache.org/jira/browse/LUCENENET-344 Project: Lucene.Net Issue Type: Wish E

[jira] Closed: (LUCENENET-344) How to integrate Lucene search with vb.net web application

2010-02-26 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy closed LUCENENET-344. -- Resolution: Invalid JIRA is a issue/bug tracking system. Please use maling lists to ask questions > How

Retrieving Attributes

2010-02-26 Thread Andy Pook
Attributes are a great thing from the indexing side of things. What I'd really like to be able to do is find a document. Then be able to retrieve the attributes for each field. We are considering storing some custom attributes against some of the "tokens" in a field. But we would like to be able to

RE: Retrieving Attributes

2010-02-26 Thread Michael Garski
Andy, Can you give a bit more information on what you are looking to do? I don't quite understand what you are looking to do. Michael -Original Message- From: Andy Pook [mailto:andy.p...@gmail.com] Sent: Friday, February 26, 2010 10:37 AM To: lucene-net-dev@lucene.apache.org Subject: R

[jira] Created: (LUCENENET-345) [Contrib] Extensions

2010-02-26 Thread Michael Garski (JIRA)
[Contrib] Extensions Key: LUCENENET-345 URL: https://issues.apache.org/jira/browse/LUCENENET-345 Project: Lucene.Net Issue Type: New Feature Reporter: Michael Garski I have created a few generic extensions

[jira] Updated: (LUCENENET-345) [Contrib] Extensions

2010-02-26 Thread Michael Garski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Garski updated LUCENENET-345: - Attachment: LUCENENET-345 Extensions.patch Patch is to be applied to the trunk. The r

[jira] Commented: (LUCENENET-345) [Contrib] Extensions

2010-02-26 Thread Michael Garski (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839141#action_12839141 ] Michael Garski commented on LUCENENET-345: -- I should add that the TermsFilter a

Re: Retrieving Attributes

2010-02-26 Thread Andy Pook
I'd like to be able to access the collection/stream of Attributes in a Field _after_ I've done a search. The result of a search is a collection of Documents. A Document has Fields. But I cannot see a simple way of getting at the Attributes of each Field. For example: The TypeAttribute has a defau