Home
last modified time | relevance | path

Searched refs:ToStringUtils (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Search/
H A DPrefixQuery.cs22 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
67 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DWildcardQuery.cs22 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
103 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DMatchAllDocsQuery.cs22 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
181 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DTermRangeQuery.cs21 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
175 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DFuzzyQuery.cs27 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
201 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DTermQuery.cs23 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
218 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DFilteredQuery.cs21 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
272 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DPhraseQuery.cs23 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
350 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DBooleanQuery.cs23 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
570 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DMultiTermQuery.cs24 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
H A DMultiPhraseQuery.cs24 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
363 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DNumericRangeQuery.cs27 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
241 …null) ? "*" : max.ToString()).Append(maxInclusive ? ']' : '}').Append(ToStringUtils.Boost(Boost)).… in ToString()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Search/Spans/
H A DSpanTermQuery.cs22 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
64 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DFieldMaskingSpanQuery.cs21 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
143 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DSpanFirstQuery.cs23 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
150 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DSpanNearQuery.cs23 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
125 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DSpanNotQuery.cs23 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
194 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
H A DSpanOrQuery.cs24 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
265 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/lib/KinoSearch1/Util/
H A DToStringUtils.pm1 package KinoSearch1::Util::ToStringUtils;
23 KinoSearch1::Util::ToStringUtils - common routines which aid stringification
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Search/Function/
H A DValueSourceQuery.cs22 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
210 return valSrc.ToString() + ToStringUtils.Boost(Boost); in ToString()
H A DCustomScoreQuery.cs22 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
150 return sb.ToString() + ToStringUtils.Boost(Boost); in ToString()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Search/Payloads/
H A DPayloadNearQuery.cs21 using ToStringUtils = Lucene.Net.Util.ToStringUtils; typedef
105 buffer.Append(ToStringUtils.Boost(Boost)); in ToString()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Util/
H A DToStringUtils.cs24 public class ToStringUtils class
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DToStringUtils.cs10 internal static class ToStringUtils class
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/lib/KinoSearch1/Search/
H A DTermQuery.pm7 use KinoSearch1::Util::ToStringUtils qw( boost_to_string );

12