rclabo commented on issue #629:
URL: https://github.com/apache/lucenenet/issues/629#issuecomment-1081000560


   I do notice in the first example you give you state:
   >{+(username:*carlos* address:*carlos* country:*carlos* description:*carlos* 
notes:*carlos* ) +usrid:1}
   
   and in that the last part has `userid` spelled wrong and states `+usrid` 
instead..  But I suspect that may be a typo and that you didn't copy and past 
that code from your actual code.
   
   The best way to help us to help you is to provide piece of code we can 
execute that demonstrates the issue you are experiencing, it could take the 
form of a console app like this tutorial code: 
[example](https://lucenenet.apache.org/quick-start/tutorial.html#writing-some-lucenenet-code)
 or it could take the form of a unit test.  But it needs to be the minimal code 
to demo the issue that can be executed.  
   
   Also, it's generally better to post this sort of question on `StackOverflow` 
where other users will get the benefit of your question and our work to solve 
it but since you have already posted it as an issue, that's fine.  Just post 
back to this issue some sample code we can execute to demo the observed 
behavior. 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to