Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
AnswerRe: User Logon for Windows Applications Best Practices Pin
Rob Philpott23-May-14 4:22
Rob Philpott23-May-14 4:22 
AnswerRe: User Logon for Windows Applications Best Practices Pin
Eddy Vluggen23-May-14 5:16
professionalEddy Vluggen23-May-14 5:16 
GeneralRe: User Logon for Windows Applications Best Practices Pin
Aaron Hartley23-May-14 6:52
Aaron Hartley23-May-14 6:52 
GeneralRe: User Logon for Windows Applications Best Practices Pin
Eddy Vluggen23-May-14 7:19
professionalEddy Vluggen23-May-14 7:19 
QuestionHow to make a REST request with certificate, private key and password in C#? Pin
rune00723-May-14 0:50
rune00723-May-14 0:50 
QuestionResizing a Picture Pin
megha_p22-May-14 23:22
megha_p22-May-14 23:22 
AnswerRe: Resizing a Picture Pin
OriginalGriff23-May-14 0:05
mveOriginalGriff23-May-14 0:05 
AnswerRe: Resizing a Picture Pin
Emre Ataseven25-May-14 10:06
professionalEmre Ataseven25-May-14 10:06 
Questionhow can i resize my picturebox image with less pixels? Pin
megha_p22-May-14 22:00
megha_p22-May-14 22:00 
AnswerRe: how can i resize my picturebox image with less pixels? Pin
OriginalGriff22-May-14 22:14
mveOriginalGriff22-May-14 22:14 
AnswerRe: how can i resize my picturebox image with less pixels? Pin
Karen Mitchelle22-May-14 22:21
professionalKaren Mitchelle22-May-14 22:21 
GeneralRe: how can i resize my picturebox image with less pixels? Pin
Pete O'Hanlon22-May-14 22:39
mvePete O'Hanlon22-May-14 22:39 
GeneralRe: how can i resize my picturebox image with less pixels? Pin
Karen Mitchelle22-May-14 23:02
professionalKaren Mitchelle22-May-14 23:02 
GeneralRe: how can i resize my picturebox image with less pixels? Pin
Pete O'Hanlon22-May-14 23:41
mvePete O'Hanlon22-May-14 23:41 
AnswerRe: how can i resize my picturebox image with less pixels? Pin
Emre Ataseven25-May-14 10:08
professionalEmre Ataseven25-May-14 10:08 
QuestionError in Console App:"The request was aborted: Could not create SSL/TLS secure channel." Pin
QuickDeveloper22-May-14 9:05
QuickDeveloper22-May-14 9:05 
AnswerRe: Error in Console App:"The request was aborted: Could not create SSL/TLS secure channel." Pin
BobJanova22-May-14 22:58
BobJanova22-May-14 22:58 
QuestionHow to send 255 bit data to I/O card ? Pin
Erkanh22-May-14 9:04
Erkanh22-May-14 9:04 
AnswerRe: How to send 255 bit data to I/O card ? Pin
jschell22-May-14 9:16
jschell22-May-14 9:16 
AnswerRe: How to send 255 bit data to I/O card ? Pin
OriginalGriff22-May-14 22:17
mveOriginalGriff22-May-14 22:17 
AnswerRe: How to send 255 bit data to I/O card ? Pin
Rob Philpott22-May-14 22:22
Rob Philpott22-May-14 22:22 
GeneralIs it possible controlling number of 255 solenoid valve ? Pin
Erkanh16-Jun-14 2:23
Erkanh16-Jun-14 2:23 
QuestionHow do I find the field in which the match has been found? Pin
Shubhanshu Pathak22-May-14 8:12
Shubhanshu Pathak22-May-14 8:12 
Group Members,

I am new at Lucene.Net and using this in my application
In my application I want to know which field of the Document has been matched during search.
So I opted for searcher.explain(). However later I found out that this is a costly approach.
As an alternative I pondered in contrib dlls and saw FastVectorHighlighter class having IsFieldMatch() api. But there is no documentation available stating if this can be used without any performance constraint.
So kindly let me know which is better searcher.explain() or FastVectorHighlighter.IsFieldMatch()

It will also be great if you people suggest me any alternative approach as well.

Regards,
Shubhanshu
AnswerRe: How do I find the field in which the match has been found? Pin
OriginalGriff22-May-14 8:27
mveOriginalGriff22-May-14 8:27 
AnswerRe: How do I find the field in which the match has been found? Pin
Shubhanshu Pathak22-May-14 18:19
Shubhanshu Pathak22-May-14 18:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.