lucene-codecs-8.11.2-150200.4.7.1<>,f^~p9|9_i1ιpjG|`pއaroM1J.{Jt<ʘ&V%njM(Wo No3 q ?L*֤R} x ŒɆc$ F柞`} j&DdǕ$%X/>>x?hd $ = 'B]cl    z (P(u8|9:1FSGhHIXY\]^>bc`defluvwxyz"dClucene-codecs8.11.2150200.4.7.1Codecs module for luceneApache Lucene is a full-text search engine written entirely in Java. This package provides the "codecs" module for Lucene.f^~h04-ch1bSUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Libraries/Javahttps://lucene.apache.org/linuxnoarch@AA큤f^wf^vf^vf^vf^wf^vff9aa5df800b927eeaacc1d16639c4e719d087219d92eaa3ad4ee825b1c966bd208107ba8846bc78a12257fecd378f708699adff1bca3c0c55c9f69fe1224a0b780e6f8fbbaee07335934a784fd23885e7012188497403f4fbe9b27026c12afclucene/lucene-codecs.jarrootrootrootrootrootrootrootrootrootrootrootrootlucene-8.11.2-150200.4.7.1.src.rpmlucene-codecsmvn(org.apache.lucene:lucene-codecs)mvn(org.apache.lucene:lucene-codecs:pom:)@@@    java-headlessjavapackages-filesystemmvn(org.apache.lucene:lucene-core)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)8.11.23.0.4-14.6.0-14.0-15.2-14.14.1ee @dQdgb7@^@^x]n]?]@]@]@]@\b@\'@[Y5Ycl@YTY@U hgus.kenion@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comidonmez@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comfstrba@suse.comjengelh@inai.debadshah400@gmail.comdziolkowski@suse.comtchvatal@suse.com- Use %patch -P N instead of deprecated %patchN.- Upgrade to version 8.11.2 * API Changes + LUCENE-9265: SimpleFSDirectory is deprecated in favor of NIOFSDirectory. + LUCENE-9304: Removed ability to set DocumentsWriterPerThreadPool on IndexWriterConfig. The DocumentsWriterPerThreadPool is a packaged protected final class which made it impossible to customize. + LUCENE-9339: MergeScheduler#merge doesn't accept a parameter if a new merge was found anymore. + LUCENE-9330: SortFields are now responsible for writing themselves into index headers if they are used as index sorts. + LUCENE-9340: Deprecate SimpleBindings#add(SortField). + LUCENE-9345: MergeScheduler is now decoupled from IndexWriter. Instead it accepts a MergeSource interface that offers the basic methods to acquire pending merges, run the merge and do accounting around it. + LUCENE-9349: QueryVisitor.consumeTermsMatching() now takes a Supplier to enable queries that build large automata to provide them lazily. TermsInSetQuery switches to using this method to report matching terms. + LUCENE-9366: DocValues.emptySortedNumeric() no longer takes a maxDoc parameter + LUCENE-7822: CodecUtil#checkFooter(IndexInput, Throwable) now throws a CorruptIndexException if checksums mismatch or if checksums can't be verified. + LUCENE-7020: TieredMergePolicy#setMaxMergeAtOnceExplicit is deprecated and the number of segments that get merged via explicit merges is unlimited by default. + LUCENE-9437: Lucene's facet module's DocValuesOrdinalsReader.decode method is now public, making it easier for applications to decode facet ordinals into their corresponding labels + LUCENE-9449: Field comparators for numeric fields and _doc were moved to their own package. TopFieldCollector sets TotalHits.relation to GREATER_THAN_OR_EQUAL_TO, as soon as the requested total hits threshold is reached, even though in some cases no skipping optimization is applied and all hits are collected. + LUCENE-9515: IndexingChain now accepts individual primitives rather than a DocumentsWriterPerThread instance in order to create a new DocConsumer. + LUCENE-9680: Removed deprecation warning from IndexWriter#getFieldNames(). + LUCENE-9902: Change the getValue method from IntTaxonomyFacets to be protected instead of private. Users can now access the count of an ordinal directly without constructing an extra FacetLabel. Also use variable length arguments for the getOrdinal call in TaxonomyReader. + LUCENE-9962: DrillSideways allows sub-classes to provide "drill down" FacetsCollectors. They may provide a null collector if they choose to bypass "drill down" facet collection. + LUCENE-10027: Add a new Directory reader open API from indexCommit and a custom comparator for sorting leaf readers + LUCENE-10036: Replaced the ScoreCachingWrappingScorer ctor with a static factory method that ensures unnecessary wrapping doesn't occur. * New Features + LUCENE-7889: Grouping by range based on values from DoubleValuesSource and LongValuesSource + LUCENE-8962: Add IndexWriter merge-on-commit feature to selectively merge small segments on commit, subject to a configurable timeout, to improve search performance by reducing the number of small segments for searching + LUCENE-8962: Add IndexWriter merge-on-refresh feature to selectively merge small segments on getReader, subject to a configurable timeout, to improve search performance by reducing the number of small segments for searching. + LUCENE-9378: Doc values now allow configuring how to trade compression for retrieval speed. + LUCENE-9385: Add FacetsConfig option to control which drill-down terms are indexed for a FacetLabel + LUCENE-9386: RegExpQuery added case insensitive matching option. + LUCENE-9413: Add CJKWidthCharFilter and its factory + LUCENE-9444: Add utility class to retrieve facet labels from the taxonomy index for a facet field so such fields do not also have to be redundantly stored + LUCENE-9484: Allow sorting an index after it was created. With SortingCodecReader, existing unsorted segments can be wrapped and merged into a fresh index using IndexWriter#addIndices API. + LUCENE-9507: Custom order for leaves in IndexReader and IndexWriter + LUCENE-9537: Added smoothingScore method and default implementation to Scorable abstract class. The smoothing score allows scorers to calculate a score for a document where the search term or subquery is not present. The smoothing score acts like an idf so that documents that do not have terms or subqueries that are more frequent in the index are not penalized as much as documents that do not have less frequent terms or subqueries and prevents scores which are the product or terms or subqueries from going to zero. Added the implementation of the Indri AND and the IndriDirichletSimilarity from the academic Indri search engine: http://www.lemurproject.org/indri.php. + LUCENE-9552: New LatLonPoint query that accepts an array of LatLonGeometries. + LUCENE-9553: New XYPoint query that accepts an array of XYGeometries. + LUCENE-9572: TypeAsSynonymFilter has been enhanced support ignoring some types, and to allow the generated synonyms to copy some or all flags from the original token + LUCENE-9574 A token filter to drop tokens that match all specified flags. + LUCENE-9575: PatternTypingFilter has been added to allow setting a type attribute on tokens based on a configured set of regular expressions + LUCENE-9594: FeatureField supports newLinearQuery that for scoring uses raw indexed values of features without any transformation. + LUCENE-9641: LatLonPoint query support for spatial relationships. + LUCENE-9694: New tool for creating a deterministic index to enable benchmarking changes on a consistent multi-segment index even when they require re-indexing. + LUCENE-9950: New facet counting implementation for general string doc value fields (SortedSetDocValues / SortedDocValues) not created through FacetsConfig + LUCENE-10035: The SimpleText codec now writes skip lists. + LUCENE-10083: Analyzer and stemmer for Telugu language * Improvements + LUCENE-9276: Use same code-path for updateDocuments and updateDocument in IndexWriter and DocumentsWriter. + LUCENE-9279: Update dictionary version for Ukrainian analyzer to 4.9.1 + LUCENE-8050: PerFieldDocValuesFormat should not get the DocValuesFormat on a field that has no doc values. + LUCENE-9304: Removed ThreadState abstraction from DocumentsWriter which allows pooling of DWPT directly and improves the approachability of the IndexWriter code. + LUCENE-9324: Add an ID to SegmentCommitInfo in order to compare commits for equality and make snapshots incremental on generational files. + LUCENE-9342: TotalHits' relation will be EQUAL_TO when the number of hits is lower than TopDocsColector's numHits + LUCENE-9353: Metadata of the terms dictionary moved to its own file, with the '.tmd' extension. This allows checksums of metadata to be verified when opening indices and helps save seeks when opening an index. + LUCENE-9359: SegmentInfos#readCommit now always returns a CorruptIndexException if the content of the file is invalid. + LUCENE-9393: Make FunctionScoreQuery use ScoreMode.COMPLETE for creating the inner query weight when ScoreMode.TOP_DOCS is requested. + LUCENE-9392: Make FacetsConfig.DELIM_CHAR publicly accessible + LUCENE-9397: UniformSplit supports encodable fields metadata. + LUCENE-9396: Improved truncation detection for points. + LUCENE-9402: Let MultiCollector handle minCompetitiveScore + LUCENE-8574: Add a new ExpressionValueSource which will enforce only one value per name per hit in dependencies, ExpressionFunctionValues will no longer recompute already computed values + LUCENE-9416: Fix CheckIndex to print an invalid non-zero norm as unsigned long when detecting corruption. + LUCENE-9440: FieldInfo#checkConsistency called twice from Lucene50(60)FieldInfosFormat#read; Removed the (redundant?) assert and do these checks for real. + LUCENE-9446: In BooleanQuery rewrite, always remove MatchAllDocsQuery filter clauses when possible. + LUCENE-9501: Improve coverage for Asserting* test classes: make sure to handle singleton doc values, and sometimes exercise Weight#scorer instead of Weight#bulkScorer for top-level queries. + LUCENE-9511: Include StoredFieldsWriter in DWPT accounting to ensure that it's heap consumption is taken into account when IndexWriter stalls or should flush DWPTs. + LUCENE-9514: Include TermVectorsWriter in DWPT accounting to ensure that it's heap consumption is taken into account when IndexWriter stalls or should flush DWPTs. + LUCENE-9523: In query shapes over shape fields, skip points while traversing the BKD tree when the relationship with the document is already known. + LUCENE-9539: Use more compact datastructures to represent sorted doc-values in memory when sorting a segment before flush and in SortingCodecReader. + LUCENE-9458: WordDelimiterGraphFilter should order tokens at the same position by endOffset to emit longer tokens first. The same graph is produced. + LUCENE-5309: Optimize facet counting for single-valued SSDV / StringValueFacetCounts. + LUCENE-9023: GlobalOrdinalsWithScore should not compute occurrences when the provided min is 1. + LUCENE-9177: ICUNormalizer2CharFilter no longer requires normalization-inert characters as boundaries for incremental processing, vastly improving worst-case performance. + LUCENE-9455: ExitableTermsEnum should sample timeout and interruption check before calling next(). + LUCENE-9662: Make CheckIndex concurrent by parallelizing index check across segments. + LUCENE-9663: Add compression to terms dict from SortedSet/Sorted DocValues. + LUCENE-9675: Binary doc values fields now expose their configured compression mode in the attributes of the field info. + LUCENE-9725: BM25FQuery was extended to handle similarities beyond BM25Similarity. It was renamed to CombinedFieldQuery to reflect its more general scope. + LUCENE-9877: Reduce index size by increasing allowable exceptions in PForUtil from 3 to 7. + LUCENE-9687: Hunspell support improvements: add API for spell-checking and suggestions, support compound words, fix various behavior differences between Java and C++ implementations, improve performance + LUCENE-9917: The BEST_SPEED compression mode now trades more compression ratio in exchange of faster reads. + LUCENE-9935: Enable bulk merge for stored fields with index sort. + LUCENE-9944: Allow DrillSideways users to provide their own CollectorManager without also requiring them to provide an ExecutorService. + LUCENE-9945: Extend DrillSideways to support exposing FacetCollectors directly. + LUCENE-9946: Support for multi-value fields in LongRangeFacetCounts and DoubleRangeFacetCounts. + LUCENE-9965: Added QueryProfilerIndexSearcher and ProfilerCollector to support debugging query execution strategy and timing. + LUCENE-9981: Operations.getCommonSuffix/Prefix(Automaton) is now much more efficient, from a worst case exponential down to quadratic cost in the number of states + transitions in the Automaton. These methods no longer use the costly determinize method, removing the risk of TooComplexToDeterminizeException + LUCENE-9981: Operations.determinize now throws TooComplexToDeterminizeException based on too much "effort" spent determinizing rather than a precise state count on the resulting returned automaton, to better handle adversarial cases like det(rev(regexp("(.*a){2000}"))) that spend lots of effort but result in smallish eventual returned automata. + LUCENE-9983: Stop sorting determinize powersets unnecessarily. + LUCENE-10030: Lazily evaluate score in DrillSidewaysScorer.doQueryFirstScoring + LUCENE-10043: Decrease default for LRUQueryCache's skipCacheFactor to 10. This prevents caching a query clause when it is much more expensive than running the top-level query. + LUCENE-10103: Make QueryCache respect Accountable queries * Optimizations + LUCENE-9254: UniformSplit keeps FST off-heap. + LUCENE-8103: DoubleValuesSource and QueryValueSource now use a TwoPhaseIterator if one is provided by the Query. + LUCENE-9287: UsageTrackingQueryCachingPolicy no longer caches DocValuesFieldExistsQuery. + LUCENE-9286: FST.Arc.BitTable reads directly FST bytes. Arc is lightweight again and FSTEnum traversal faster. + LUCENE-7788: fail precommit on unparameterised log messages and examine for wasted work/objects + LUCENE-9273: Speed up geometry queries by specialising Component2D spatial operations. Instead of using a generic relate method for all relations, we use specialize methods for each one. In addition, the type of triangle is computed at deserialization time, therefore we can be more selective when decoding points of a triangle. + LUCENE-9087: Build always trees with full leaves and lower the default value for maxPointsPerLeafNode to 512. + LUCENE-9148: Points now write their index in a separate file. + LUCENE-9280: Add an ability for field comparators to skip non-competitive documents. Creating a TopFieldCollector with totalHitsThreshold less than Integer.MAX_VALUE instructs Lucene to skip non-competitive documents whenever possible. For numeric sort fields the skipping functionality works when the same field is indexed both with doc values and points. To indicate that the same data is stored in these points and doc values SortField#setCanUsePoints method should be used. + LUCENE-9395: ConstantValuesSource now shares a single DoubleValues instance across all segments + LUCENE-9447, LUCENE-9486: Stored fields now get higer compression ratios on highly compressible data. + LUCENE-9373: FunctionMatchQuery now accepts a "matchCost" optimization hint. + LUCENE-9510: Indexing with an index sort is now faster by not compressing temporary representations of the data. + LUCENE-9449: Enhance DocComparator to provide an iterator over competitive documents when searching with "after". This iterator can quickly position on the desired "after" document skipping all documents and segments before "after". + LUCENE-9021: QueryParser: re-use the LookaheadSuccess exception. + LUCENE-9346: WANDScorer now supports queries that have a 'minimumNumberShouldMatch' configured. + LUCENE-9536: Reduced memory usage for OrdinalMap when a segment has all values. + LUCENE-9636: Faster decoding of postings for some numbers of bits per value. + LUCENE-9673: Substantially improve RAM efficiency of how MemoryIndex stores postings in memory, and reduced a bit of RAM overhead in IndexWriter's internal postings book-keeping + LUCENE-9827: Speed up merging of stored fields and term vectors for smaller segments. + LUCENE-9932: Performance improvement for BKD index building + LUCENE-9996: Improved memory efficiency of IndexWriter's RAM buffer, in particular in the case of many fields and many indexing threads. + LUCENE-10014: Lucene90DocValuesFormat was using too many bits per value when compressing via gcd, unnecessarily wasting index storage. + LUCENE-10022: Rewrite empty DisjunctionMaxQuery to MatchNoDocsQuery. + LUCENE-10031: Slightly faster segment merging for sorted indices. + LUCENE-10196: Improve IntroSorter with 3-ways partitioning + LUCENE-10481: FacetsCollector will not request scores if it does not use them * Bug Fixes + LUCENE-9300: Fix corruption of the new gen field infos when doc values updates are applied on a segment created externally and added to the index with IndexWriter#addIndexes(Directory). + LUCENE-9350: Partial reversion of LUCENE-9068; holding levenshtein automata on FuzzyQuery can end up blowing up query caches which use query objects as cache keys, so building the automata is now delayed to search time again. + LUCENE-9259: Fix wrong NGramFilterFactory argument name for preserveOriginal option + LUCENE-8849: DocValuesRewriteMethod.visit wasn't visiting its embedded query + LUCENE-9258: DocTermsIndexDocValues assumed it was operating on a SortedDocValues (single valued) field when it could be multi-valued used with a SortedSetSelector + LUCENE-9164: Ensure IW processes all internal events before it closes itself on a rollback. + LUCENE-8908: Return default value from objectVal when doc doesn't match the query in QueryValueSource + LUCENE-9133: Fix for potential NPE in TermFilteredPresearcher for empty fields + LUCENE-9309: Wait for #addIndexes merges when aborting merges. + LUCENE-9337: Ensure CMS updates it's thread accounting datastructures consistently. CMS today releases it's lock after finishing a merge before it re-acquires it to update the thread accounting datastructures. This causes threading issues where concurrently finishing threads fail to pick up pending merges causing potential thread starvation on forceMerge calls + LUCENE-9314: Single-document monitor runs were using the less efficient MultiDocumentBatch implementation. + LUCENE-9362: Fix equality check in ExpressionValueSource#rewrite. This fixes rewriting of inner value sources. + LUCENE-9405: IndexWriter incorrectly calls closeMergeReaders twice when the merged segment is 100% deleted. + LUCENE-9400: Tessellator might build illegal polygons when several holes share the shame vertex. + LUCENE-9417: Tessellator might build illegal polygons when several holes share are connected to the same vertex. + LUCENE-9418: Fix ordered intervals over interleaved terms + LUCENE-9443: The UnifiedHighlighter was closing the underlying reader when there were multiple term-vector fields. This was a regression in 8.6.0. + LUCENE-9478: Prevent DWPTDeleteQueue from referencing itself and leaking memory. The queue passed an implicit this reference to the next queue instance on flush which leaked about 500byte of memory on each full flush, commit or getReader call. + LUCENE-9427: Fix a regression where the unified highlighter didn't produce highlights on fuzzy queries that correspond to exact matches. + LUCENE-9467: Fix NRTCachingDirectory to use Directory#fileLength to check if a file already exists instead of opening an IndexInput on the file which might throw a AccessDeniedException in some Directory implementations. + LUCENE-9501: Fix a bug in IndexSortSortedNumericDocValuesRangeQuery where it could violate the DocIdSetIterator contract. + LUCENE-9401: Include field in ComplexPhraseQuery's toString() + LUCENE-9578: Fix TermRangeQuery when there is no upper bound and the lower bound is the empty string excluded. This would previously match no strings at all while it should match all non-empty strings. + LUCENE-9524: Fix NPE in SpanWeight#explain when no scoring is required and SpanWeight has null Similarity.SimScorer. + LUCENE-9508: DocumentsWriter was only stalling threads for 1 second allowing documents to be indexed even the DocumentsWriter wasn't able to keep up flushing. Unless IW can't make progress due to an ill behaving DWPT this issue was barely noticeable. + LUCENE-9581: Japanese tokenizer should discard the compound token instead of disabling the decomposition of long tokens when discardCompoundToken is activated. + LUCENE-9595: Make Component2D#withinPoint implementations consistent with ShapeQuery logic. + LUCENE-9606: Wrap boolean queries generated by shape fields with a Constant score query. + LUCENE-9617: Fix per-field memory leak in IndexWriter.deleteAll(). Reset next available internal field number to 0 on FieldInfos.clear(), to avoid wasting FieldInfo references. + LUCENE-9635: BM25FQuery - Mask encoded norm long value in array lookup. + LUCENE-9642: When encoding triangles in ShapeField, make sure generated triangles are CCW by rotating triangle points before checking triangle orientation. + LUCENE-9661: Fix deadlock in TermsEnum.EMPTY that occurs when trying to initialize TermsEnum and BaseTermsEnum at the same time + LUCENE-9744: NPE on a degenerate query in MinimumShouldMatchIntervalsSource $MinimumMatchesIterator.getSubMatches(). + LUCENE-9762: DoubleValuesSource.fromQuery (also used by FunctionScoreQuery.boostByQuery) could throw an exception when the query implements TwoPhaseIterator and when the score is requested repeatedly. + LUCENE-9791: BytesRefHash.equals/find is now thread safe, fixing a Luwak/Monitor bug causing registered queries to sometimes fail to match. + LUCENE-9870: Fix Circle2D intersectsLine t-value (distance) range clamp + LUCENE-9887: Fixed parameter use in RadixSelector. + LUCENE-9953: LongValueFacetCounts should count each document at most once when determining the total count for a dimension. Prior to this fix, multi-value docs could contribute a > 1 count to the dimension count. + LUCENE-9958: Fixed performance regression for boolean queries that configure a minimum number of matching clauses. + LUCENE-9963: FlattenGraphFilter is now more robust when handling incoming holes in the input token graph + LUCENE-9964: Duplicate long values in a document field should only be counted once when using SortedNumericDocValuesFields + LUCENE-9967: Do not throw NullPointerException while trying to handle another exception in ReplicaNode.start + LUCENE-9988: Fix DrillSideways correctness bug introduced in LUCENE-9944 + LUCENE-9991: Fix edge case failure in TestStringValueFacetCounts + LUCENE-9999: CombinedFieldQuery can fail with an exception when document is missing some fields. + LUCENE-10008: Respect ignoreCase in CommonGramsFilterFactory + LUCENE-10020: DocComparator should not skip docs with the same docID on multiple sorts with search after + LUCENE-10026: Fix CombinedFieldQuery equals and hashCode, which ensures query rewrites don't drop CombinedFieldQuery clauses. + LUCENE-10039: Correct CombinedFieldQuery scoring when there is a single field. + LUCENE-10046: Counting bug fixed in StringValueFacetCounts. + LUCENE-10060: Ensure DrillSidewaysQuery instances never get cached. + LUCENE-10070 Skip deleted docs when accumulating facet counts for all docs + LUCENE-10081: KoreanTokenizer should check the max backtrace gap on whitespaces. + LUCENE-10106: Sort optimization can wrongly skip the first document of each segment + LUCENE-10110: MultiCollector now handles single leaf collector that wants to skip low-scoring hits but the combined score mode doesn't allow it + LUCENE-10111: Missing calculating the bytes used of DocsWithFieldSet in NormValuesWriter + LUCENE-10116: Missing calculating the bytes used of DocsWithFieldSet and currentValues in SortedSetDocValuesWriter + LUCENE-10119: Sort optimization with search_after can wrongly skip documents whose values are equal to the last value of the previous page + LUCENE-10126: Sort optimization with a chunked bulk scorer can wrongly skip documents + LUCENE-10134: ConcurrentSortedSetDocValuesFacetCounts shouldn't share liveDocs Bits across threads + LUCENE-10154: NumericLeafComparator to define getPointValues + LUCENE-10208: Ensure that the minimum competitive score does not decrease in concurrent search + LUCENE-10477: Highlighter: WeightedSpanTermExtractor.extractWeightedSpanTerms to Query#rewrite multiple times if necessary + LUCENE-10564: Make sure SparseFixedBitSet#or updates ramBytesUsed * Documentation + LUCENE-9424: Add a performance warning to AttributeSource.captureState javadocs * Changes in runtime behaviour + LUCENE-9539: SortingCodecReader now doesn't cache doc values fields anymore. Previously, SortingCodecReader used to cache all doc values fields after they were loaded into memory. This reader should only be used to sort segments after the fact using IndexWriter#addIndices. * Other + LUCENE-9257: Always keep FST off-heap. FSTLoadMode, Reader attributes and openedFromWriter removed. + LUCENE-9272: Checksums of the terms index are now verified when LeafReader#checkIntegrity is called rather than when opening the index. + LUCENE-9270: Update Javadoc about normalizeEntry in the Kuromoji DictionaryBuilder. + LUCENE-9275: Make TestLatLonMultiPolygonShapeQueries more resilient for CONTAINS queries. + LUCENE-9244: Adjust TestLucene60PointsFormat#testEstimatePointCount2Dims so it does not fail when a point is shared by multiple leaves. + LUCENE-9271: ByteBufferIndexInput was refactored to work on top of the ByteBuffer API. + LUCENE-9191: Make LineFileDocs's random seeking more efficient, making tests using LineFileDocs faster + LUCENE-9338: Refactors SimpleBindings to improve type safety and cycle detection + LUCENE-9358: Change the way the multi-dimensional BKD tree builder generates the intermediate tree representation to be equal to the one dimensional case to avoid unnecessary tree and leaves rotation. + LUCENE-9288: poll_mirrors.py release script can handle HTTPS mirrors. + LUCENE-9232: Fix or suppress 13 resource leak precommit warnings in lucene/replicator + LUCENE-9398: Always keep BKD index off-heap. BKD reader does not implement Accountable any more. + LUCENE-9292: Refactor BKD point configuration into its own class. + LUCENE-9470: Make TestXYMultiPolygonShapeQueries more resilient for CONTAINS queries. + LUCENE-9512: Move LockFactory stress test to be a unit/integration test. + LUCENE-9637: Removes some unused code and replaces the Point implementation on ShapeField/ShapeQuery random tests. + LUCENE-9836: Removed the pure Maven build. It is no longer possible to build artifacts using Maven (this feature was no longer working correctly). Due to migration to Gradle for Lucene/Solr 9.0, the maintenance of the Maven build was no longer reasonable. POM files are generated for deployment to Maven Central only. Please use "ant generate-maven-artifacts" to produce and deploy artifacts to any repository. + LUCENE-9836: Migrate Maven tasks to use "maven-resolver-ant-tasks" instead of the no longer maintained "maven-ant-tasks". + LUCENE-9985: Upgrade jetty to 9.4.41 + LUCENE-9976: Fix WANDScorer assertion error. + LUCENE-10098: Add docs/links to GermanAnalyzer describing how to decompound nouns + SOLR-14995: Update Jetty to 9.4.34 * Build + Upgrade forbiddenapis to version 3.0.1. + LUCENE-9376: Fix or suppress 20 resource leak precommit warnings in lucene/search + LUCENE-9380: Fix auxiliary class warnings in Lucene + LUCENE-9389: Enhance gradle logging calls validation: eliminate getMessage() + Upgrade forbiddenapis to version 3.1. + LUCENE-10104, SOLR-15631: Upgrade forbiddenapis to version 3.2 - Removed patch: * lucene-java8compat.patch + not needed in this version, since the compatibility is handled by --release option for javac versions that support it - Added patch: * lucene-timestamps.patch + use SOURCE_DATE_EPOCH for timestamps and for pseudo-random seeds + improves reproducibility of builds using lucene for indexing - Modified patches: * lucene-missing-dependencies.patch * lucene-nodoclint.patch * lucene-osgi-manifests.patch + rediff to changed context- Avoid xerces-j2 on classpath * fixes build after apache-ivy upgrade to 2.5.2- Do not depend on jtidy, since it is not used during build- Added patch: * lucene-nodoclint.patch + Do not abort compilation on html5 errors with javadoc 17- Upgrade to version 8.5.0 * API Changes: + LUCENE-9093: Change in behavior of the UnifiedHighlighter's LengthGoalBreakIterator that will yield Passages sized a little different due to the fact that the sizing pivot is now the center of the first match and not its left edge. + LUCENE-9116: PostingsWriterBase and PostingsReaderBase no longer support setting a field's metadata via a 'long[]'. + LUCENE-9116: The FSTOrd postings format has been removed. + LUCENE-8369: Remove obsolete spatial module. + LUCENE-8621: Refactor LatLonShape, XYShape, and all query and utility classes to core. + LUCENE-9218: XY geometries API works in float space. + LUCENE-9212: Intervals.multiterm() takes CompiledAutomaton rather than plain Automaton + LUCENE-9150: Restore support for dynamic PlanetModel in spatial3d. + LUCENE-9171: QueryBuilder.newTermQuery() and .newSynonymQuery() now take boost parameters. + LUCENE-9029: Deprecate SloppyMath toRadians/toDegrees in favor of Java Math. + LUCENE-8620: Add CONTAINS support for LatLonShape and XYShape. + LUCENE-9050: MultiTermIntervalsSource.visit() was not calling back to its visitor. + LUCENE-8909: IndexWriter#getFieldNames() method is used to get fields present in index. After LUCENE-8316, this method is no longer required. Hence, deprecate IndexWriter#getFieldNames() method. + LUCENE-8755: SpatialPrefixTreeFactory now consumes the "version" parsed with Lucene's Version class. The quad and packed quad prefix trees are sensitive to this. It's recommended to pass the version like you should do likewise for analysis components for tokenized text, or else changes to the encoding in future versions may be incompatible with older indexes. + LUCENE-8956: QueryRescorer now only sorts the first topN hits instead of all initial hits. + LUCENE-8921: IndexSearcher.termStatistics() no longer takes a TermStates; it takes the docFreq and totalTermFreq. And don't call if docFreq <= 0. The previous implementation survives as deprecated and final. It's removed in 9.0. + LUCENE-8990: PointValues#estimateDocCount(visitor) estimates the number of documents that would be matched by the given IntersectVisitor. THe method is used to compute the cost() of ScorerSuppliers instead of PointValues#estimatePointCount(visitor). + LUCENE-8865: IndexSearcher now uses Executor instead of ExecutorService. This change is fully backwards compatible since ExecutorService directly implements Executor. + LUCENE-8856: Intervals queries have moved from the sandbox to the queries module. + LUCENE-8893: Intervals.wildcard() and Intervals.prefix() methods now take BytesRef rather than String. + LUCENE-3041: A query introspection API has been added. Queries should implement a visit() method, taking a QueryVisitor, and either pass the visitor down to any child queries, or call a visitX() or consumeX() method on it. All locations in the code that called Weight.extractTerms() have been changed to use this API, and the extractTerms() method has been deprecated. + LUCENE-8735: Directory.getPendingDeletions is now abstract to ensure subclasses override it. FilterDirectory now delegates the call, ensuring correct default behaviour for subclasses. + LUCENE-8662: TermsEnum.seekExact(BytesRef) to abstract and delegate seekExact(BytesRef) in FilterLeafReader.FilterTermsEnum. + LUCENE-8469: Deprecated StringHelper.compare has been removed. + LUCENE-8039: Introduce a "delta distance" method set to GeoDistance. This allows distance calculations, especially for paths, to take into account an "excursion" to include the specified point. + LUCENE-8007: Index statistics Terms.getSumDocFreq(), Terms.getDocCount() are now required to be stored by codecs. Additionally, TermsEnum.totalTermFreq() and Terms.getSumTotalTermFreq() are now required: if frequencies are not stored they are equal to TermsEnum.docFreq() and Terms.getSumDocFreq(), respectively, because all freq() values equal 1. + LUCENE-8038: Deprecated PayloadScoreQuery constructors have been removed + LUCENE-8014: Similarity.computeSlopFactor() and Similarity.computePayloadFactor() have been removed + LUCENE-7996: Queries are now required to produce positive scores. + LUCENE-8099: CustomScoreQuery, BoostedQuery and BoostingQuery have been removed + LUCENE-8012: Explanation now takes Number rather than float + LUCENE-8116: SimScorer now only takes a frequency and a norm as per-document scoring factors. + LUCENE-8113: TermContext has been renamed to TermStates, and can now be constructed lazily if term statistics are not required + LUCENE-8242: Deprecated method IndexSearcher#createNormalizedWeight() has been removed + LUCENE-8267: Memory codecs removed from the codebase (MemoryPostings, MemoryDocValues). + LUCENE-8144: Moved QueryCachingPolicy.ALWAYS_CACHE to the test framework. + LUCENE-8356: StandardFilter and StandardFilterFactory have been removed + LUCENE-8373: StandardAnalyzer.ENGLISH_STOP_WORD_SET has been removed + LUCENE-8388: Unused PostingsEnum#attributes() method has been removed + LUCENE-8405: TopDocs.maxScore is removed. IndexSearcher and TopFieldCollector no longer have an option to compute the maximum score when sorting by field. + LUCENE-8411: TopFieldCollector no longer takes a fillFields option, it now always fills fields. + LUCENE-8412: TopFieldCollector no longer takes a trackDocScores option. Scores need to be set on top hits via TopFieldCollector#populateScores instead. + LUCENE-6228: A new Scorable abstract class has been added, containing only those methods from Scorer that should be called from Collectors. LeafCollector.setScorer() now takes a Scorable rather than a Scorer. + LUCENE-8475: Deprecated constants have been removed from RamUsageEstimator. + LUCENE-8483: Scorers may no longer take null as a Weight + LUCENE-8352: TokenStreamComponents is now final, and can take a Consumer in its constructor + LUCENE-8498: LowerCaseTokenizer has been removed, and CharTokenizer no longer takes a normalizer function. + LUCENE-7875: Moved MultiFields static methods out of the class. getLiveDocs is now in MultiBits which is now public. getMergedFieldInfos and getIndexedFields are now in FieldInfos. getTerms is now in MultiTerms. getTermPositionsEnum and getTermDocsEnum were collapsed and renamed to just getTermPostingsEnum and moved to MultiTerms. + LUCENE-8513: MultiFields.getFields is now removed. Please avoid this class, and Fields in general, when possible. + LUCENE-8497: MultiTermAwareComponent has been removed, and in its place TokenFilterFactory and CharFilterFactory now expose type-safe normalize() methods. This decouples normalization from tokenization entirely. + LUCENE-8597: IntervalIterator now exposes a gaps() method that reports the number of gaps between its component sub-intervals. This can be used in a new filter available via Intervals.maxgaps(). + LUCENE-8609: Remove IndexWriter#numDocs() and IndexWriter#maxDoc() in favor of IndexWriter#getDocStats(). * Changes in Runtime Behavior + LUCENE-8671: Load FST off-heap also for ID-like fields if reader is not opened from an IndexWriter. + LUCENE-8730: WordDelimiterGraphFilter always emits its original token first. This brings its behaviour into line with the deprecated WordDelimiterFilter, so that the only difference in output between the two is in the position length attribute. + LUCENE-7386: Disjunctions nested in disjunctions are now flattened. This might trigger changes in the produced scores due to changes to the order in which scores of sub clauses are summed up. + LUCENE-8756: MoreLikeThisQuery now respects custom term frequencies (TermFrequencyAttribute) at search time + LUCENE-8333: Switch MoreLikeThis.setMaxDocFreqPct to use maxDoc instead of numDocs. + LUCENE-7837: Indices that were created before the previous major version will now fail to open even if they have been merged with the previous major version. + LUCENE-8020: Similarities are no longer passed terms that don't exist by queries such as SpanOrQuery, so scoring formulas no longer require divide-by-zero hacks. IndexSearcher.termStatistics/collectionStatistics return null instead of returning bogus values for a non-existent term or field. + LUCENE-7996: FunctionQuery and FunctionScoreQuery now return a score of 0 when the function produces a negative value. + LUCENE-8116: Similarities now score fields that omit norms as if the norm was 1. This might change score values on fields that omit norms. + LUCENE-8134: Index options are no longer automatically downgraded. + LUCENE-8031: Length normalization correctly reflects omission of term frequencies. + LUCENE-7444: StandardAnalyzer no longer defaults to removing English stopwords + LUCENE-8060: IndexSearcher's search and searchAfter methods now only compute total hit counts accurately up to 1,000 in order to enable top-hits optimizations such as block-max WAND (LUCENE-8135). + LUCENE-8505: IndexWriter#addIndices will now fail if the target index is sorted but the candidate is not. + LUCENE-8535: Highlighter and FVH doesn't support ToParent and ToChildBlockJoinQuery out of the box anymore. In order to highlight on Block-Join Queries a custom WeightedSpanTermExtractor / FieldQuery should be used. + LUCENE-8563: BM25 scores don't include the (k1+1) factor in their numerator anymore. This doesn't affect ordering as this is a constant factor which is the same for every document. + LUCENE-8509: WordDelimiterGraphFilter will no longer set the offsets of internal tokens by default, preventing a number of bugs when the filter is chained with tokenfilters that change the length of their tokens + LUCENE-8633: IntervalQuery scores do not use term weighting any more, the score is instead calculated as a function of the sloppy frequency of the matching intervals. + LUCENE-8635: FSTs can now remain off-heap, accessed via IndexInput, and the default codec's term dictionary (BlockTreeTermsReader) will now leave the FST for the terms index off-heap for non-primary-key fields using MMapDirectory, reducing heap usage for such fields. * New Features: + LUCENE-8903: Add LatLonShape and XYShape point query. + LUCENE-8707: Add LatLonShape and XYShape distance query. + LUCENE-9238: New XYPointField field and Queries for indexing, searching and sorting cartesian points. + LUCENE-8936: Add SpanishMinimalStemFilter + LUCENE-8764 LUCENE-8945: Add "export all terms and doc freqs" feature to Luke with delimiters. + LUCENE-8747: Composite Matches from multiple subqueries now allow access to their submatches, and a new NamedMatches API allows marking of subqueries and a simple way to find which subqueries have matched on a given document + LUCENE-8769: Introduce Range Query For Multiple Connected Ranges + LUCENE-8960: Introduce LatLonDocValuesPointInPolygonQuery for LatLonDocValuesField + LUCENE-8753: New UniformSplitPostingsFormat (name "UniformSplit") primarily benefiting in simplicity and extensibility. New STUniformSplitPostingsFormat (name "SharedTermsUniformSplit") that shares a single internal term dictionary across fields. + LUCENE-8632: New XYShape Field and Queries for indexing and searching general cartesian geometries. + LUCENE-8891: Snowball stemmer/analyzer for the Estonian language. + LUCENE-8815: Provide a DoubleValues implementation for retrieving the value of features without requiring a separate numeric field. Note that as feature values are stored with only 8 bits of mantissa the values returned may have a delta from the original values indexed. + LUCENE-8803: Provide a FeatureSortfield to allow sorting search hits by descending value of a feature. This is exposed via the factory method FeatureField#newFeatureSort. + LUCENE-8784: The KoreanTokenizer now preserves punctuations if discardPunctuation is set to false (defaults to true). + LUCENE-8812: Add new KoreanNumberFilter that can change Hangul character to number and process decimal point. It is similar to the JapaneseNumberFilter. + LUCENE-8362: Add doc-value support to range fields. + LUCENE-8766: Add monitor subproject (previously Luwak monitoring library). This allows a stream of documents to be matched against a set of registered queries in an efficien manner, for use as a monitoring or classification tool. + LUCENE-7714: Add a numeric range query in sandbox that takes advantage of index sorting. + LUCENE-8859: The completion suggester's postings format now have an option to load its internal FST off-heap. + LUCENE-2562: The well-known graphical user interface for inspecting Lucene indexes "Luke" was added as a Lucene module. It can be started from the binary distribution by calling the shell scripts in the module folder or from the source checkout by using 'ant -f lucene/luke/build.xml run'. Luke provides a Swing-based user interface and can be used to open Lucene or Solr (or Elasticsearch) indexes, inspect documents, check index commits and segments, or test (custom) analyzers. It also has maintenance functions to check index structures and force merge indexes for archival. + LUCENE-8340: LongPoint#newDistanceFeatureQuery may be used to boost scores based on how close a value of a long field is from a configurable origin. This is typically useful to boost by recency. + LUCENE-8482: LatLonPoint#newDistanceFeatureQuery may be used to boost scores based on the haversine distance of a LatLonPoint field to a provided point. This is typically useful to boost by distance. + LUCENE-8216: Added a new BM25FQuery in sandbox to blend statistics across several fields using the BM25F formula. + LUCENE-8564: GraphTokenFilter is an abstract class useful for token filters that need to read-ahead in the token stream and take into account graph structures. This also changes FixedShingleFilter to extend GraphTokenFilter + LUCENE-8612: Intervals.extend() treats an interval as if it covered a wider span than it actually does, allowing users to force minimum gaps between intervals in a phrase. + LUCENE-8629: New interval functions: Intervals.before(), Intervals.after(), Intervals.within() and Intervals.overlapping(). + LUCENE-8622: Adds a minimum-should-match interval function that produces intervals spanning a subset of a set of sources. + LUCENE-8645: Intervals.fixField() allows you to report intervals from one field as if they came from another. + LUCENE-8646: New interval functions: Intervals.prefix() and Intervals.wildcard() + LUCENE-8655: Add a getter in FunctionScoreQuery class in order to access to the underlying DoubleValuesSource. + LUCENE-8697: GraphTokenStreamFiniteStrings correctly handles side paths containing gaps + LUCENE-8702: Simplify intervals returned from vararg Intervals factory methods * Improvements: + LUCENE-9149: Increase data dimension limit in BKD. + LUCENE-9102: Add maxQueryLength option to DirectSpellchecker. + LUCENE-9091: UnifiedHighlighter HTML escaping should only escape essentials + LUCENE-9105: UniformSplit postings format detects corrupted index and better handles IO exceptions. + LUCENE-9106: UniformSplit postings format allows extension of block/line serializers. + LUCENE-9093: UnifiedHighlighter's LengthGoalBreakIterator has a new fragmentAlignment option to better center the first match in the passage. Also the sizing point now pivots at the center of the first match term and not its left edge. This yields Passages that won't be identical to the previous behavior. + LUCENE-9153: Allow WhitespaceAnalyzer to set a maxTokenLength other than the default of 255 + LUCENE-9152: Improve line intersections with polygons when they are touching from the outside. + LUCENE-9123: Add new JapaneseTokenizer constructors with discardCompoundToken option that controls whether the tokenizer emits original (compound) tokens when the mode is not NORMAL. + UCENE-9253: KoreanTokenizer now supports custom dictionaries(system, unknown). + LUCENE-9171: QueryBuilder can now use BoostAttributes on input token streams to selectively boost particular terms or synonyms in parsed queries. + LUCENE-9002: Skip costly caching clause in LRUQueryCache if it makes the query many times slower. + LUCENE-9006: WordDelimiterGraphFilter's catenateAll token is now ordered before any token parts, like WDF did. + LUCENE-9028: introducing Intervals.multiterm() + LUCENE-9018: ConcatenateGraphFilter now has a configurable separator. + LUCENE-9036: ExitableDirectoryReader may interupt scaning over DocValues + LUCENE-9062: QueryVisitor now has a consumeTermsMatching() method, allowing queries that match a class of terms to pass a ByteRunAutomaton matching those that class back to the visitor. + LUCENE-9073: IntervalQuery to respond field on toString() and explain() + LUCENE-8874: Show SPI names instead of class names in Luke Analysis tab. + LUCENE-8894: Add APIs to find SPI names for Tokenizer/CharFilter/TokenFilter factory classes. + LUCENE-8914: move the logic for discarding inner modes in FloatPointNearestNeighbor to the IntersectVisitor so we take advantage of the change introduced in LUCENE-7862. + LUCENE-8955: move the logic for discarding inner modes in LatLonPoint NearestNeighbor to the IntersectVisitor so we take advantage of the change introduced in LUCENE-7862. + LUCENE-8918: PhraseQuery throws exceptions at construction time if it is passed null arguments. + LUCENE-8916: GraphTokenStreamFiniteStrings preserves all Token attributes through its finite strings TokenStreams + LUCENE-8933: Check kuromoji user dictionary beforehand to avoid unexpected runtime exceptions. (Tomoko Uchida + LUCENE-8906: Expose Lucene50PostingsFormat.IntBlockTermState as public so that other postings formats can re-use it. + LUCENE-8942: Remove redundant parameters and improve visibility strictness in LRUQueryCache + SOLR-13663: Introduce into XML Query Parser + LUCENE-8952: Use a sort key instead of true distance in NearestNeighbor + LUCENE-8620: Tessellator labels the edges of the generated triangles whether they belong to the original polygon. This information is added to the triangle encoding. + LUCENE-8964: Fix geojson shape parsing on string arrays in properties + LUCENE-8976: Use exact distance between point and bounding rectangle in FloatPointNearestNeighbor. + LUCENE-8966: The Korean analyzer now splits tokens on boundaries between digits and alphabetic characters. + LUCENE-8984: MoreLikeThis MLT is biased for uncommon fields + LUCENE-7840: Non-scoring BooleanQuery now removes SHOULD clauses before building the scorer supplier as opposed to eliminating them during scoring construction. + LUCENE-8770: BlockMaxConjunctionScorer now leverages two-phase iterators in order to avoid executing the second phase when scorers don't intersect. + LUCENE-8781: FST lookup performance has been improved in many cases by encoding Arcs using full-sized arrays with gaps. The new encoding is enabled for postings in the default codec and for suggesters. + LUCENE-8818: Fix smokeTestRelease.py encoding bug + LUCENE-8845: Allow Intervals.prefix() and Intervals.wildcard() to specify their maximum allowed expansions + LUCENE-8875: Introduce a Collector optimized for use cases when large number of hits are requested + LUCENE-8848 LUCENE-7757 LUCENE-8492: The UnifiedHighlighter now detects that parts of the query are not understood by it, and thus it should not make optimizations that result in no highlights or slow highlighting. This generally works best for WEIGHT_MATCHES mode. Consequently queries produced by ComplexPhraseQueryParser and the surround QueryParser will now highlight correctly. + LUCENE-8793: Luke enhanced UI for CustomAnalyzer: show detailed analysis steps. + LUCENE-8855: Add Accountable to some Query implementations + LUCENE-8673: Use radix partitioning when merging dimensional points instead of sorting all dimensions before hand. + LUCENE-8687: Optimise radix partitioning for points on heap. + LUCENE-8699: Change HeapPointWriter to use a single byte array instead to a list of byte arrays. In addition a new interface PointValue is added to abstract out the different formats between offline and on-heap writers. + LUCENE-8703: Build point writers in the BKD tree only when they are needed. + LUCENE-8652: SynonymQuery can now deboost the document frequency of each term when blending the score of the synonym. + LUCENE-8631: The Korean's user dictionary now picks the longest-matching word and discards the other matches. + LUCENE-8732: ConstantScoreQuery can now early terminate the query if the minimum score is greater than the constant score and total hits are not requested. + LUCENE-8750: Implements setMissingValue() on sort fields produced from DoubleValuesSource and LongValuesSource + LUCENE-8701: ToParentBlockJoinQuery now creates a child scorer that disallows skipping over non-competitive documents if the score of a parent depends on the score of multiple children (avg, max, min). Additionally the score mode 'none' that assigns a constant score to each parent can early terminate top scores's collection. + LUCENE-8751: Weight#matches now use the ScorerSupplier to build scorers with a lead cost of 1 (single document). + LUCENE-8752: Japanese new era name '令和' (Reiwa) is added to the dictionary used in JapaneseTokenizer so that the analyzer handles the era name correctly. Reiwa is set to replace the Heisei Era on May 1, 2019. + LUCENE-8671: Introduced reader attributes allows a per IndexReader configuration of codec internals. This enables a per reader configuration if FSTs are on- or off-heap on a per field basis + LUCENE-8787: spatial-extras DateRangePrefixTree used to only parse ISO-8601 timestamps with 0 or 3 digits of milliseconds precision but now parses other lengths (although > 3 not used). + LUCENE-7997: Add BaseSimilarityTestCase to sanity check similarities. SimilarityBase switches to 64-bit doubles internally to help avoid common numeric issues. Add missing range checks for similarity parameters. Improve BM25 and ClassicSimilarity's explanations. + LUCENE-8011: Improved similarity explanations. + LUCENE-4198: Codecs now have the ability to index score impacts. + LUCENE-8135: Boolean queries now implement the block-max WAND algorithm in order to speed up selection of top scored documents. + LUCENE-8279: CheckIndex now cross-checks terms with norms. + LUCENE-8660: TopDocsCollectors now return an accurate count (instead of a lower bound) if the total hit count is equal to the provided threshold. * Optimizations + LUCENE-9211: Add compression for Binary doc value fields. + LUCENE-4702: Better compression of terms dictionaries. + LUCENE-9228: Sort dvUpdates in the term order before applying if they all update a single field to the same value. This optimization can reduce the flush time by around 20% for the docValues update user cases. + LUCENE-9245: Reduce AutomatonTermsEnum memory usage. + LUCENE-9237: Faster UniformSplit intersect TermsEnum. + LUCENE-9068: FuzzyQuery builds its Automaton up-front + LUCENE-9113: Faster merging of SORTED/SORTED_SET doc values. + LUCENE-9125: Optimize Automaton.step() with binary search and introduce Automaton.next(). + LUCENE-9147: The index of stored fields and term vectors in now off-heap. + LUCENE-8928: When building a kd-tree for dimensions n > 2, compute exact bounds for an inner node every N splits to improve the quality of the tree. N is defined by SPLITS_BEFORE_EXACT_BOUNDS which is set to 4. + BaseDirectoryReader no longer sums up the 'LeafReader#numDocs' of its leaves eagerly. This especially helps when creating views of readers that hide documents, since computing the number of live documents is an expensive operation. + LUCENE-8992: TopFieldCollector and TopScoreDocCollector can now share minimum scores across leaves concurrently. + LUCENE-8932: BKDReader's index is now stored off-heap when the IndexInput is an instance of ByteBufferIndexInput. + LUCENE-9024: IntroSelector now falls back to the median of medians algorithm instead of sorting when the maximum recursion level is exceeded, providing better worst-case runtime. + LUCENE-8920: The denser arcs of FST now index labels with a bitset in order to provide near constant time access. + LUCENE-9027: Use SIMD instructions to decode postings. + LUCENE-9049: Remove FST cached root arcs now redundant with labels indexed by bitset. This frees some on-heap FST space. + LUCENE-9045: Do not use TreeMap/TreeSet in BlockTree and PerFieldPostingsFormat. + LUCENE-8922: DisjunctionMaxQuery more efficiently leverages impacts to skip non-competitive hits. + LUCENE-8935: BooleanQuery with no scoring clause can now early terminate the query when the total hits is not requested. + LUCENE-8941: Matches on wildcard queries will defer building their full disjunction until a MatchesIterator is pulled + LUCENE-8755: spatial-extras quad and packed quad prefix trees now index points faster. + LUCENE-8860: add additional leaf node level optimizations in LatLonShapeBoundingBoxQuery. + LUCENE-8968: Improve performance of WITHIN and DISJOINT queries for Shape queries by doing just one pass whenever possible. + LUCENE-8939: Introduce shared count based early termination across multiple slices + LUCENE-8980: Blocktree's seekExact now short-circuits false if the term isn't in the min-max range of the segment. Large perf gain for ID/time like data when populated sequentially. + LUCENE-8796: Use exponential search instead of binary search in IntArrayDocIdSet#advance method + LUCENE-8865: Use incoming thread for execution if IndexSearcher has an executor. Now caller threads execute at least one search on an index even if there is an executor provided to minimize thread context switching. + LUCENE-8868: New storing strategy for BKD tree leaves with low cardinality. It stores the distinct values once with the cardinality value reducing the storage cost. + LUCENE-8885: Optimise BKD reader by exploiting cardinality information stored on leaves. + LUCENE-8896: Override default implementation of IntersectVisitor#visit(DocIDSetBuilder, byte[]) for several queries. + LUCENE-8901: Load frequencies lazily only when needed in BlockDocsEnum and BlockImpactsEverythingEnum + LUCENE-8888: Optimize distribution of points with data dimensions in BKD tree leaves. + LUCENE-8311: Phrase queries now leverage impacts. + LUCENE-8040: Optimize IndexSearcher.collectionStatistics, avoiding MultiFields/MultiTerms + LUCENE-4100: Disjunctions now support faster collection of top hits when the total hit count is not required. + LUCENE-7993: Phrase queries are now faster if total hit counts are not required. + LUCENE-8109: Boolean queries propagate information about the minimum competitive score in order to make collection faster if there are disjunctions or phrase queries as sub queries, which know how to leverage this information to run faster. + LUCENE-8439: Disjunction max queries can skip blocks to select the top documents if the total hit count is not required. + LUCENE-8204: Boolean queries with a mix of required and optional clauses are now faster if the total hit count is not required. + LUCENE-8448: Boolean queries now propagates the mininum score to their sub-scorers. + LUCENE-8511: MultiFields.getIndexedFields is now optimized; does not call getMergedFieldInfos + LUCENE-8507: TopFieldCollector can now update the minimum competitive score if the primary sort is by relevancy and the total hit count is not required. + LUCENE-8464: ConstantScoreScorer now implements setMinCompetitveScore in order to early terminate the iterator if the minimum score is greater than the constant score. + LUCENE-8607: MatchAllDocsQuery can shortcut when total hit count is not required + LUCENE-8585: Index-time jump-tables for DocValues, for O(1) advance when retrieving doc values. * Bug Fixes + LUCENE-9084: Fix potential deadlock due to circular synchronization in AnalyzingInfixSuggester + LUCENE-9115: NRTCachingDirectory no longer caches files of unknown size. + LUCENE-9144: Fix error message on OneDimensionBKDWriter when too many points are added to the writer. + LUCENE-9135: Make UniformSplit FieldMetadata counters long. + LUCENE-9200: Fix TieredMergePolicy to use double (not float) math to make its merging decisions, fixing a corner-case bug uncovered by fun randomized tests + LUCENE-9099: Unordered and Ordered interval queries now correctly handle repeated subterms - ordered intervals could supply an 'extra' minimized interval, resulting in odd matches when combined with eg CONTAINS queries; and unordered intervals would match duplicate subterms on the same position, so an query for UNORDERED(foo, foo) would match a document containing 'foo' only once. + LUCENE-9250: Add support for Circle2d#intersectsLine around the dateline. + LUCENE-9243: Add fudge factor when creating a bounding box of a XYCircle. + LUCENE-9239: Circle2D#WithinTriangle detects properly if a triangle is Within distance. + LUCENE-9251: Fix bug in the polygon tessellator where edges with different value on #isEdgeFromPolygon were bot filtered out properly. + LUCENE-9263: Fix wrong transformation of distance in meters to radians in Geo3DPoint. + LUCENE-9001: Fix race condition in SetOnce. + LUCENE-9030: Fix WordnetSynonymParser behaviour so it behaves similar to SolrSynonymParser. + LUCENE-9054: Fix reproduceJenkinsFailures.py to not overwrite junit XML files when retrying + LUCENE-9031: UnsupportedOperationException on MatchesIterator.getQuery() + LUCENE-8996: maxScore was sometimes missing from distributed grouped responses. + LUCENE-9055: Fix the detection of lines crossing triangles through edge points. + LUCENE-9103: Disjunctions can miss some hits in some rare conditions. + LUCENE-8755: spatial-extras quad and packed quad prefix trees could throw a NullPointerException for certain cell edge coordinates + LUCENE-9005: BooleanQuery.visit() would pull subVisitors from its parent visitor, rather than from a visitor for its own specific query. This could cause problems when BQ was nested under another BQ. Instead, we now pull a MUST subvisitor, pass it to any MUST subclauses, and then pull SHOULD, MUST_NOT and FILTER visitors from it rather than from the parent. + LUCENE-8831: Fixed LatLonShapeBoundingBoxQuery .hashCode methods. + LUCENE-8775: Improve tessellator to handle better cases where a hole share a vertex with the polygon. + LUCENE-8785: Ensure new threadstates are locked before retrieving the number of active threadstates. This causes assertion errors and potentially broken field attributes in the IndexWriter when IndexWriter#deleteAll is called while actively indexing. + LUCENE-8804: Forbid calls to putAttribute on frozen FieldType instances. + LUCENE-8828: Removes the buggy 'disallow overlaps' boolean from Intervals.unordered(), and replaces it with a new Intervals.unorderedNoOverlaps() method + LUCENE-8843: Don't ignore exceptions that are thrown when trying to open a file in IOUtils#fsync. + LUCENE-8835: FileSwitchDirectory now respects the file extension when listing directory contents to ensure we don't expose pending deletes if both directory point to the same underlying filesystem directory. + LUCENE-8853: FileSwitchDirectory now applies best effort to place tmp files in the same directory as the target files. + LUCENE-8892: Add missing closing parentheses in MultiBoolFunction's description() + LUCENE-8736: LatLonShapePolygonQuery returns incorrect WITHIN results with shared boundaries. Point in Polygon now correctly includes boundary points. Box and Polygon relations with triangles have also been improved to correctly include boundary points. + LUCENE-8712: Polygon2D does not detect crossings through segment edges. + LUCENE-8720: NameIntCacheLRU (in the facets module) had an int overflow bug that disabled cleaning of the cache + LUCENE-8726: ValueSource.asDoubleValuesSource() could leak a reference to IndexSearcher + LUCENE-8719: FixedShingleFilter can miss shingles at the end of a token stream if there are multiple paths with different lengths. + LUCENE-8688: TieredMergePolicy#findForcedMerges now tries to create the cheapest merges that allow the index to go down to 'maxSegmentCount' segments or less. + LUCENE-8477: Interval disjunctions could miss valid hits if some of the clauses of the disjunction are minimized away. We now rewrite intervals if a source contains a disjunction and the internal gaps matter for matching. This behaviour can be disabled if users are more interested in speed rather than accuracy of matching. + LUCENE-8741: ValueSource.fromDoubleValuesSource() was casting to Scorer instead of Scorable, leading to ClassCastExceptions + LUCENE-8754: Fix ConcurrentModificationException in SegmentInfo if attributes are accessed in MergePolicy while the merge is running + LUCENE-8765: Fixed validation of the number of added points in KD trees. * Other + LUCENE-9109: Backport some changes from master (except StackWalker) to improve TestSecurityManager + LUCENE-9110: Backport refactored stack analysis in tests to use generalized LuceneTestCase methods + LUCENE-9141: Simplify LatLonShapeXQuery API by adding a new abstract class called LatLonGeometry. Queries are executed with input objects that extend such interface. + LUCENE-9194: Simplify XYShapeXQuery API by adding a new abstract class called XYGeometry. Queries are executed with input objects that extend such interface. + LUCENE-9096: Simplification of CompressingTermVectorsWriter#flushOffsets. + LUCENE-9225: Rectangle extends LatLonGeometry so it can be used in a geometry collection. + LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - Part 2 + LUCENE-8746: Refactor EdgeTree - Introduce a Component tree that represents the tree of components (e.g polygons). Edge tree is now just a tree of edges. + LUCENE-8994: Code Cleanup - Pass values to list constructor instead of empty constructor followed by addAll(). + LUCENE-9046: Fix wrong example in Javadoc of TermInSetQuery + LUCENE-8983: Add sandbox PhraseWildcardQuery to control multi-terms expansions in a phrase. + LUCENE-9067: Polygon2D#contains() is now thread safe. + LUCENE-8778 LUCENE-8911 LUCENE-8957: Define analyzer SPI names as static final fields and document the names in Javadocs. + LUCENE-8758: QuadPrefixTree: removed levelS and levelN fields which weren't used. + LUCENE-8975: Code Cleanup: Use entryset for map iteration wherever possible. + LUCENE-8993, LUCENE-8807: Changed all repository and download references in build files to HTTPS. + LUCENE-8998: Fix OverviewImplTest.testIsOptimized reproducible failure. + LUCENE-8999: LuceneTestCase.expectThrows now propogates assert/assumption failures up to the test w/o wrapping in a new assertion failure unless the caller has explicitly expected them + LUCENE-8062: GlobalOrdinalsWithScoreQuery is no longer eligible for query caching. + LUCENE-8847: Code Cleanup: Remove StringBuilder.append with concatenated strings. + LUCENE-8861: Script to find open Github PRs that needs attention + LUCENE-8852: ReleaseWizard tool for release managers + LUCENE-8838: Remove support for Steiner points on Tessellator. + LUCENE-8879: Improve BKDRadixSelector tests. + LUCENE-8886: Fix TestMutablePointsReaderUtils tests. + LUCENE-8680: Refactor EdgeTree#relateTriangle method. + LUCENE-8685: Refactor LatLonShape tests. + LUCENE-8713: Add Line2D tests. + LUCENE-8729: Workaround: Disable accessibility doclints (Java 13+), so compilation with recent JDK succeeds. + LUCENE-8725: Make TermsQuery.SeekingTermSetTermsEnum a top level class and public * Build + Upgrade forbiddenapis to version 2.7; upgrade Groovy to 2.4.17. + LUCENE-9041: Upgrade ecj to 3.19.0 to fix sporadic precommit javadoc issues * Test Framework + LUCENE-8825: CheckHits now display the shard index in case of mismatch between top hits. - Modified patches: * 0001-Disable-ivy-settings.patch * 0002-Dependency-generation.patch * lucene-java8compat.patch * lucene-osgi-manifests.patch + rediff to changed context - Added patch: * lucene-missing-dependencies.patch + patch out dependencies that are not needed for modules that we distribute + patch out dependencies on jars that we don't build + add target for the new monitor jars- Modified patch: * lucene-osgi-manifests.patch + add the OSGi manifest to queryparser module too- Modified patch: * lucene-osgi-manifests.patch + add the OSGi manifests also to modules that are currently not built due to missing dependencies- Remove a bogus log4j build dependency- Fix property Provides and Obsoletes in order to make upgrade smooth - Added patch: * lucene-osgi-manifests.patch + Patch the build to produce OSGi manifests needed by eclipse - Install the artifacts to "lucene" subdirectory and create compatibility symlinks - Install lucene-misc as archful artifact, since it contains JNI code- Upgrade to version 7.1.0 - Added patches: * 0001-Disable-ivy-settings.patch * 0002-Dependency-generation.patch + Sync with Fedora's 7.1.0 * lucene-java8compat.patch + Avoid using java9+ only functions- Remove the parent references from the pom files, since we are not building lucene using maven. - Overhaul the packaging to distribute the artifacts and the corresponding metadata and pom files in the same package - Specify runtime dependencies of the different packages - Remove version information from the artifact names- Remove the JPP prefix from pom filenames- Remove dependency on jline, because nothing in the build uses it- Require the different apache-commons-* packages instead of jakarta-commons-*- Do not require asm to build. Nothing depends on it- Minimum supported java is 1.8- Remove unused "%package javadoc" declaration block. - Trim filler words from descriptions. Say a thing about features.- Update to version 6.6.0: + See https://lucene.apache.org/core/6_6_0/changes/Changes.html for a full list of changes. - Drop patches that are no longer applicable or needed: + lucene-no-classpath-in-manifest.patch + lucene-no-get.patch + lucene-2.3.0-db-javadoc.patch - Add BuildRequires: antlr-java, apache-commons-codec, apache-ivy, asm, fdupes, git - Replace SOURCE0 by full source URL. - Update to changed list of non-core modules: + Update source URL's for corresponding pom files. + Update %%install section to reflect changed list + Each module corresponds to a subpackage, named according to its jar file (except lucene which corresponds to the main jar file lucene-core-%{version}.jar). - Adapt file list to changes.- New build dependency: javapackages-local- Fix build with new javapackages-toolsh04-ch1b 17174795508.11.2-150200.4.7.18.11.28.11.2lucenelucene-codecs.jarlucene-codecs.jarlucene-codecs.xmllucenelucene-codecs.pom/usr/share/java//usr/share/java/lucene//usr/share/maven-metadata//usr/share/maven-poms//usr/share/maven-poms/lucene/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:34130/SUSE_SLE-15-SP2_Update/7b8c064d90394e0c56f1b107a812940b-lucene.SUSE_SLE-15-SP2_Updatedrpmxz5x86_64-suse-linuxdirectorygzip ERROR: Stdin has more than one entry--rest ignored (Zip archive data, at least v1.0 to extract Java archive data (JAR))ASCII textXML 1.0 document textPPRRRB#1`6Qhutf-8531e065851f95ecbc0c6f9e1855e9ad6a548253bbf8b0173427b4406713472fc? 7zXZ !t/]"k%{*@T` "Lz>s'\CͼۡyQZ]\.EM7)o?]?h2f_юqnWbm%^ TpTXu)2ZC '6s]z8 eQC50ކzZy+ =4¾8hNpK U۾HW1? L1 & P/kµIQ =EAg\p}BJi)$Y͢]%@{ [^`̗'^'6)A;o?'AN2t7N?Hdjת y1we 2dl G2dMIVH}XݪN1i!{&>&9I,'8D<\_9upZpAf*ez}d<"q?ǏƷiq?#¯t)!0ImE*r -`jKHIdlrd慒w9nY;q;c}Fw| %.\ 6~$Ԏ8`u(݊5 a 4?n]}@W*pwh\REFm@\JxbF|xt7LjR#edR=MTgMqtN kee,.!:S?aN07.d4Lſ΅)~Xko:%ߝӸA4be-FN>|q>?ÛvBW"jR!Uq1j^K%,)4zM]wm3確݌1QџTK+YE7pűlP7Xp[ȌƹEjDm=^:֩ټ r6/(ya9(io.٧1کF wZo&VLʡM$:)LTr_x@ ku"4 t2ͱדcs|PɗvgFi)o=^C?^ GNL.pUyɾ_߱UBI3QgA"t{AC۾jᚦ˶ ,'*GaOݳ%;!j"~@X8aa(`fX~-4O~ : {6P( Ւy|#i:-:ys7=$#oaKC$&Q-pFI^=U@ޖ]/3mďRR(C~-qy5:'DeFX)Xd :VpU.,&]HeЉ2x\ hp-w[@-$;D:YẵKѻcm Soa~U\cG8NxJ~JM)^r.Y8o3bz?uf W\c8S`.ц\ E/z8+쭂P^=-NcYRAw2@?ZܮGp[uXR; k[=jIm޸ MB*@쐯nOq%`xAc5$P͐҅KW a'ͼd9dk=A;1SozEj'Ic3!`:7bex FԚHj`WS:rw Zy PQR~8˫` mcj:Hrgi! '6--CLgP|N"ݥ)v;;($vߓu2zFq5xcSDǎ1'I+|r{2U `PblcQ.3I . /P9=|aY0šKXž##Pl_gh -r ~?v`\~A( ;7#]}eÛ"YyӐ/3XC: U\ClM9&6")_i/]_FT,1(--z2']Gk!zO;u)|Pz i<0h+azLSUJfV(o `=s^$iTCGA3۰x4*ٽKD3U;6qscHRn/9JR}9B11uT6:!c"f<6TVÀ [+k7טuP8.^ /Ovt!YjԬ( V!1UsoI pͧ63yI  +HBB,o϶ =_%H.H%= /tMkۖNjSHG9d$8|-ֹ>7H*ګqi_~D>sI1UB;vlZïp]VA[kge^fgEԝB@JKXQR"QMz-/*JPs]/fr%ϲd.'ٺUG^ 6AeWʚ(lBDЊ5'h(# c@K  #BNN6P(".ӿǮrJr6>V3 B#9#Ք^š]QuƗ0TutmX)paRScFCuF"O KǃٚP#K0'ӫυ+;Y O=[8u_HMXP-t(}e \`ߖ?I{pchwk` 9ڐJU>E޸żyD `O9^-%d4i4WP&aKCxFУFs9Sg_~ xN܆B<(ӥa67y?,Qr1h6/e׊Jhh#FB1҂D׭e^eT m^: g[ش@E $@Y?BWE`^KwP}@T?<8? Wv9\rf B)>opQ'[ |D! vfG l ߓMwBzeOK o6f ч(_VTl?_n~Ș'C΂^qH2h8pn[X//М8Ds2{D}T l1)Wʪ\o^.Yb "{3jFXWEow5Ldu"B͍":ltq,6f)MW0o_Z)?a \(^)/_6G24:V*RP/jFp+_rM)QOi.x,3QKo&x^=ˤ3' A"a)8 im akz"I8y3xdJiQq왿{numpUgPSo{e<=\.VIq_ L_߯RΜߍ-^vŮu>8 П [3;̎uN>VHt q2,o2wA{RE+>l@6^E9b>|99~PE&lnhE`7 t0':pZIhwu^ܱX".+If-m ڱcG#Ms I[Rj矏z~4TVAß+,q0 RuL#*^7 `ߐ=NɎ.3IB Śxˤ)CUQo=q"A+/1HN0xZ7S M |=۲E҈ǽpxy/i$G`]<<_zvd/)QN3m'㱟をzzE=E JqW?W!uh j] SL>Y@E}cR#r(B tEo/{ [ݕ8h|7s. DV@R& Q['ߪ4LP ;{kv*'9QOEz!p- 2[| B/^+j1b9+tu2wL%LcuoS 2gl7{+K TȊd*VK"8eNz-:18X5k;N}r8k;] ;DzĎU\b* sItv:iQǑY ФY~ ^Q:*-Gц7Eu$/FʔbI@I,M~MQ!%ov+hUR֫)N^_)Z 7`V%Ό-ˇf:ӷT7  O?oHf=zPBNmgbƤ `jj_}V~~N3.ڡ%njaqA$Y%S*z 0?q/(G*O* (}4䍙 JJ[W1*r5c"9,rꚱM 4D[ba{|M8Du;kn}TRC@'#jpZAt¼ޣW㉬25d9a?jJ-&躕d­6re*B(f@QAZdCqOOio$z0sP갬a?t4R7]ȱ39!B=0-,f5$e:pp#ɓ$( mzw?#tol=( GԳ9x7*zbk9(=L~ T2tysrz0 Q`^pI~}?_eǁ.6XtIFk)ˇ=Yiör,%[$QNl9\]Qt[) Cl70fkl"'Ku-2>6y}ͥz.r],En4(P}3aOD{y|=(,([0,Ԑ>֪薰 ^Le:V}♂=$TS&PGs`rέs9P*_W>KZj?:ó47FB?젞)_oC/y6<"O^ׄH~ED]i@clxsҔX!Dzѝ2J~,j%@* ؔNz }8ȝAKǭ Ҧt0R9k [i7SFΰ!#;u:Nd|oLn9Ӭ:FKfZdBy/cf:eYgR"GB}]4bn#۽ `aɖ?u#TT3Rtr|A)E>C-dnLAE@iYBb~֤΂ɓAvǞq?GgoMف %aOl +E}N@m%=Y  X*ߌ}ܣ֒{ #(o\{ސ@ BCUٔ "&p譏qN$340 \$h9љ 5UZhn!l)n;w 3wt"TC~^%Nh~ENQ>ߒI^|ry07!IY ٛ f%DWIK"S%H ȺJN|L$,jGSyqHK {<_TCfQ! mOs\lW89:y~ǽ] yDLm-gټϸ::zфrA~NCéi/e>jFWZZ4/ʿ YL74 @LWzQ]>IY&l 䭩MZ>l׿G^<=?`[9z`niV7wbC4V|1wL|D *~ly\uGU3ӿiM&\^LN/9z 2T#Kn[mĜ rYRg YsrS9+X3+;&i$gAp{h@y?I*7Db!Â1TQL,zY3O jhE4-G#tFP)kN)Aն%GUiD>lur;s߇~E E>kծ$tUXEp |E|oi{-4zQb27+v#ѵbr^˕ WVW`]'~@yh?s)M t3Mjǩ ,$BY\:Zpzǻx"3(;Z%&;@ R~Odi]7o%sBwp*"CGvE}%m%Y&[Sa˸М{l :~PQ,cs?J1T$kۓ-uJ]$ 5[UcMEp fvB{o&ù&"e50%imS7є4Er]ktQy?BI"J'ұ4hC6"CY^Y:X0rQ}3R>_}ze')8 جT=,YQ@--/ J<̰EYOU*ˠrxr$;/F5igb9R| 9?S'#\=g2H|ic$5/G`Q*V9q(>(Pn ^>=j!GLX%*z'Wx8zP*t{@bm'^-V粱W4NJ(˽D2Z0fu<0ahk O~MCuKHUƭvxbl2Xǰf-k] 5~:Q#sM`S2EݯAcweSD#MVq.L|6kƵYĈ/`Zœ4j&ROi qp(9tBRo)tDjmO ie])FӨ v kы \ul̈Ø":;) c% {o9UrOLiNazRgfL-WSxT.ڵD_N˴`|2M/_x CjG}vas^ġKQ-;x.ߏGUJjWZUJ*֮lg&:yZs OOº:`1z_X.ge'Ȥ(UTWdX&t)ϩiV_D{V l0CH?z``j jkg΢ȝx^*0 ?TK2ll8*$"FyLd'{Q}ݞNFR`PUv&v,G'_7"3O[= Hj|xdXm͙WT5ܶ91H+b||5fno ƢjueIJ/Ykcq)^Jg&d5r&z2,ƿv*?#K"IXa DM6_Z$#r[ۍαuЮ.u c%?aYX҃QBx-юLؙ~co2Rx#f#e`ʫP;̤X 3oBhsD=VÚq4BU1exW]yYDtBP.[8^[p3u8[t$(%`eVl7XzeЙ3Bџ&X怭#ee^Vԥ9h?0e B˛M?h[2RAt3ѹN*} Q7 (iLbyRT6+sj$4my#ifB+|D06Ǡb%8\ c f]5î&TQ[B^ CE=dGSe0f"yAm+0w|!njTKUgD@BT.`E(eikG|_FJ:px5R͔9G*&.+3/Hfes2<- qs8@Gc4RqܣVD6Б{{|Q0TvڮYI5Nb&y rj@6C7ϖ1Y!t~AbT`ӎ"Nj|DpQY*}B.,(x%+v**_}Ѳ$ReIq$)[:|T( p9w&:WdyK߷8

:Yl;|NVjb%gQPE,aWPKb\+qcr-ˏ |iqsJA\{sA7ޥ2^=1LSJTpR# uKZgMVhFUxy)|Whc7*s:܎2 I 9_BWL5ڦh_&7Ֆ UXu =CR?0o`3 @Mv^: 2I2i +%/WwazABvRq*?HY$};( ׺| [|_;E3Ǿ+G흙8Bz. =jc 5W:Zɴ4so.qFS-uIE_ULm:yGЅ(Mx"yM/1))"N$`aOdIUF6Hd+sB)wAwk7LC(oTG=AWeۧm_Q ӻʼn^ Wd6%Ԟx{sN%t80m0Ag#j_ONA6 CGJI9~5Y8j6´m:so?z\kb\KOU;H/Hdu)sPGr ܋f?)&Jc-|dз1{S24)zql9%6r-!(I_ޫn\zyz4fhI%"'˜Lƺx[>;xb"HR!w4N}uA:a?M;{63ͱWivcz ע_$S鞌`vfVYXqtTN"Eaqm.~7 0l's Q4mnOñ݂b(]t <%札lTVg 9opP yH!&`:Xߴ@cƋT8Ĩ;&Ǚ׻jFt@'|Q}';e7m>Ӫ3ABo%56<-ǻ_: (;9]* [(vבٕx`jljՖ$lf}_v‡ϴ|Y*h%Sʙ  nj?+a#B8<1;2|ӱ`}<>:rR Lrm#%RtNYȔR*?LN%ؽ#A zh6Ą~Ԁ@ {ߋ7$#3}`ݘ:KbU>h_M;@@P&,YP F{`t7Cr!5j^&OŷVʹq!\X8-&P`l uJN TZBä^$?GDʤ_<ޟc6oK8>YL5A3S`f⟄=:4~_WzE0lun9?ؙ!jRj GlЅ-&P4ؓW2=?⮣WTwJ={ADsk>1M߽p>l1u2Zw׍ά٠2, EH {G73n#.ZF7$g$8 $C3XTAYJE. UP/HԈÑ.8i`A5bZ<˭!i2̝y n'D+𫻮P*Qb7P7%]oF/e&]U  KڰzDe6xtյڿR $ɒ[1JHWYmz Eh"c}YzTf~+kmHet{rQ<.pmoh^v&/UV2ID]hk`$GR#tLΌ)'pPi`@pB^{;̑݇մ PWuX_ۓ~}+Q:F(Pah@~Bt(lT+K#ӣ\Dpʒe̼yK*^La a&w2g /bT$o 2AGc7-eNƬ2d53,qcK.\[E! A:B?u&m*A> K$z$"K?xY"][tQY'[aEz~/Qց580l+mF3;˃KޭˑJt1`bH kpP/2@W`T9 ]Ҁ;n*v쒘5kզe؜Įݟ'jISa[O)NӼ il=LW1<^ĪlkQ4Lc%f۝4.HCB>{c2`]皡Y6nf}we/l8}cskҺ@OV08lWW) Eo[4h3}RjdmV![j5_J TviEXk K Lt#le).2rrH OOzKkRe6 BA2TuТF_ $hH:vlF:ز;7L7AFG2bDf|ME trҥ{ |h8͍V-R æ#MrbRyMCVwXZ%_BJNnt5aQ :Ke{w:$|hb3`IX!aJ%ZQD6TӁGq\IPw'thb  rK6ŭcnx"ĸn?~PJ>?࿐3*S]gD@4 @ҀVHov!G npM Q8||b6-9&YEF0ΧO,6UW.ַ쨶#f)&сG_D˼"AKB &ܦ덨$?3 cҊJ-L^E, y9S2/03%GǢ@]X2Y٤{M *.yۉzvwQ+x!RͶg^Z;Xb|3]dKKB@^"p2xß``t#$/mpY7oHxU硻_fsQŷE@-ON;IDQZW)P.T \D/w-2YSg%̱#KDW ez4`z$F ?悲y9MxJ`^ oF2W¹Eɏ\B!{7+x8[0&?:aqd+҉[ @ɃZf?!ΌDƟaA0c /hFk>wznQ0ћ:KE.Pl~48$ =t\{Kc$]svi=l]2}k<1Q;_}]l*/AQLYb M*PmoN-t\Nąl _ wY4;shA:|$\Eʸ5y6Ĕ<]Z= "PKbSzj叝 GI#v#MBHz4S g݃9\aIQ,WЏ.DZC0dD v+VFHq3/fdN%,`٣z"~V&d$'wE)Jx %b IeW2W[z~*TBj[h!m{EHi*/ `B<=LZk/ (.Īʩƥ?n$m]Pw6tѝhwT 'u{VhdDZKsyv:KRdf|9 MU]V!m]v 11F XpN@Y - %|=Okl %k[f3L4oB" ft\ Swt (:$M4{oacklGW(,D|8]K?8Q_C)HpOQD<3wz@@2WSq%?{Ȑ^+!cJd pZZ7Lvi3kͼxmD mʫ@TWt؉4"U]c UHRzA$EۻDߔFS0yn7qA `-;,\/(v`Id8y؟*̙'hTCI5zު껆&r: Ү%]4@ݾp1r0 "_y8Io_!~|v muΛu"n|-79:g9(DxO9@%d" )q{Z3wN?'z70'p M?S16ʼ 9c;k }r q ~ ɢ3?6C`D?|w` 5w' 2 ؛:ߥEЏ#o! My]|U>Sj/ŀ3j{;~y\I꤄v14W+4}F>_ٙP2_U,@\́ Qr'hS):]yZʨ^d}:q . tϞw9j<[#r,_Hyt]mFp[=%m+ BSӵBG0 w/`TPE5VڹnUOZ(NHf6=֓q}ʗM-++x [4? ]('bz,˄ z7DPI4]"i_؋h~m@xВ94YFr,R`w,LK K9ёBs_> ڹ6.O8~rI!ؚ{3Y8;KF#* :7-QܛLn cz̐ؾ[Zwp(U?HQrOf  P {-)T5,JG0:W5-ɫJK$ 9BS+AWOJƴJ:~kzAJ<长nz˞9]i0P/ kRMx9)7Ǭ\F,K(+ϮM jTK(t )q^@2c*d4 TӒ첪 ԇj5 ^fŠIQHTK@I3Uuէ9- 8WR5NJj%| ZfD8 үvB k,&1VH4 =&~y͟_@s`_]{4 E:KwF TZr-VRQ֡ii%!>5׏[8SLٹ~:I2ت+xNvN6c.5uSdA0kg N䑩{7& 6:-Qo;)\X, }@E!j}*jCC'=yS#q?=!|reǝXQfuBڒK}JČ{K,LStXۋVtk G@1n;ZaBPdt ]JsLJYI,F셕kۮN?8Fgt0Y 2I?Ir^aMռlhx[SUF1#@o'T6p&T 9!!}TZg  mX} f182HEiOT[ぞp9*G@!`,ǽrN ҹFf B|* liDDZ[ tn,Szr _!Hv_FHR&' ބY-:IDhtGu 5NB<5N2yZc-o{vom n&`{?OJ!LߕWu]vN=-rWt`[D]qNrDy'cVbW;i9.-XR̺cOYMO$~k:Mk*(3p3.L{;;m5Z)zcGJu׶ DvVt O ~bcHϡ%9Ƴ>dkL7[(Lڈ>x:-%vtdfR>?3Ke.`K&vZHuoEuG7yyHd" ۻ8OZa@5X\vh`2C1!L0 TDzzVH w5ꞿܝ:粌=k[?]RIռot5ʨnzVnܪ&5w-7u0!#'޼4 7 ;kbGU;'G/[A'\C0ψ2 #ART4z.<6+•#ic\WEz#}#xX5Z $ؐ>:%ד} ZaɭO+85kfK,H:kcp8]v)*Lq௙fzx533!)H)7kٜ܆ahnߣ+=61.Sx{=Id;&,i~^grJC X;I׀n~"9Mg1ֹC朘@0%4$KBJ[&A|p R14]PIqc,ؐMW틍~2:AS۳Qg +{% uF.YC[|ݤeYd|eEr3pHJ灓Q(9 F:vX"(5LXl/(EY4g1\!jyeOߓu೚fT+0`4GE-H U%DjY- ;oPƙyirQح!=2e TӜlͮe-\z)M#8=J>pW҉{* /c:%ۏ8Xg-GFt=uۛ$3 p"@6*ls 3HRĞ3D`Q\3o@Ny,QX{[,"6Fu0FHje[ ʴ>PBid *RR2~>VWUgʋtLu" GGwUe=2-sHShȧ¯;#&"mDP)6 +Ӻ `E-%6Kˁ4@9xoX>+vSk,9z A}? NUVtևӎ.)"9hU -Dʊm0HN9 C~er!gW;֠ˌl;}̺2m$>,M^ נ}-,/n6T6:4" tܮp|oF?w \4f,j|-K[;Oe*l̖Ig-ܡ@Zڕr|X7sPʞ$]B4ȵ&0}J;dpz˅2Y:eXmH@Wn}|EO 86yԜMFbmq$eV(wGOR!|طi~ŸI^gyU|C\.<7e2b %u8{ϔקŘ$N爱ǪѯE֮͡dY &MUwV%'7tWxKHސz&/e% z$ )5懩d8 ҅8+QcKf f7q5 M,φw-i8FHhEr 0>3/b[IV8"٘Z=0 0G'`Y/eH0\l<?E*^E=?xXR WX[V_Tcm3j`b<fP/?H\!ie7. dF|sK >s\IսW͚VZDANoVUrfu=u=jCS,AȊ:3m^7kҐgF.-%W2w@Oȡf7_r٘s\հ`Ms18Rb^ᶽRݐ|ekqILf'+/{v{GoG Z8Ro,D,缣Sl;R!.0 ~knoyKMQ?N@ s^?6C=d䒣zC`11,\Pg5]l?UF}'V]j4~Z7b:j/w |pUg&.dCgboN1AFq1ϒlk2Zq:| nPwQ5\%3V4*9}^ܯN]M4$v,D5Bd3zpArz'Ti¡1NwJy'NwEnA"W_e#a!.;`޾h%Va9 6 L,.oO._[&r`]'."oL3i>qr#P>(FyF;Y!P) #`,cDz\o%R{1+J"睕ѷ*C''aB<R$c7Hŏ|C&9Ǽɯ|JnlylK/-5~ԬA QOj=WƏoE_c鱽Eeʄ X1Ot7 .[A~!I4 5R]5_SwK2'n%!qD&wQP&zztwוO. P+nCp 0WP UWcs3'[tDLlQ9jB~:MAoU g-֢]+`yX]xᐟ[^NA:/r'| KTnEs,~ʕB[j#үƭ`T˖9" ▤}JFBϩ{-Dal\\z tGd!BLP{.Ȗ/7_yqq`gP&A|A%slf 81i}SHޟk_ 9jm9Eq;r wM⸼pya?^+LidF~0rKC:Wk7 ʥC{עF!~hOC7~H&xJ; +kJ7I0+j6Kx nAb^ˋZ@vS  b\ `',AI 1f1i#K8cJ!/rA/@6D]8! C7颂9^V?mpbyj/+c*p jR8e7`)2o- cNJr٤'fQ>3q%Kk.I )azw2<3ZKUJqJi~X[.WXCOo0hZoSd܌B@ޭM]sTv1jPP0-v! պ6Cj`\_.jgIaI1TM9PCe.oX~Wd o mag50a?"GRj]$/0ֽ(xƭ$ ۟a!Yg6XwiuJ[$h{0ҳ!;ڞV=d^"pen!$/]H7[ȃ6fUa FUNk|3.%/RN;O\|5qHG$b;θRzp,)~'F*G| ߖYRR!QUuaN5l[grrwxg99t> 6I',*5\[aFkD4!Dẓ\ "$P3sLy21Sd2 sbc2KVs~MR .{6I(O*O?u$>W̺`k;?DHlr,W (oĐZ16-g(rS{@9!!!Eڻ#Zo(1~ cxSwG\T!W2$Y!:9ߦc6!U/5G!+BKarPH7m%hCHJV4Qj{FAj 99qQ93,4tUٙO_A _2?yC؅)H"D&3'ʏ)5D J(:4ZXc;cJ gPh}hgG'}ycEYTs_SOUEk_g( ė;NJUmSi%wwx/(,-h^dgP5ڛ@WtwoZ #nʎ6]K7Y4JewvζoR=ƨLSiUJaAg4CmtFnyzv줾謥ͦKmPl$?l4&n.w71DЋ!E2Αz$C5RV# #֊h>QHc+jM&3/ݤ_oaZ-tw7-)99ħ\b'Vݴ^i!4'goma6O'0xX.F7̯R 9@Θj.Y1S6D?Z&JLufel$ue)Ĉ;Oj@]͉msE HfC!M 9NdM\gM}-(/"%HU^Ůơ>7%S]RJ8lP|^Ɔ}L񓎭Vӭ%~:׭MrVM D i +>A$I48e0.w5Ft$J1B`jbwN:_|)GDOp*e'D]+b u>Ln7!AűLBodVR0SMM>G2ҟNA;SjVm%l1:jUDȨfz}L pYۃ !2Zfb=[! O\/==LvɕY5BtJ^H^<0C UwQ_K` յzP]\`#;Hhp*pR%Yf ym֑҆ޅCA%B A[V}F.Mq(PyugZ}~Z>xy'DAbr`QrN l)c t2`UVhz ZrBc_# ol^; /!}_K#*IWac>IlYkxFC] 8Ks#ѳ.?>agRދ^B&~}Ig|_[c%TX,LұwiCZ@7_ɸk(GPG0l]P*wc.K ߛBE/OAr&_{ExWGc)-f"T a3`˯dȓLa()ؘk`@ڿSטlU9b'XNbypF,|kIT@Nf ]Fh=B4SV"? |.79DVH[+>C =xU2O9P@3eLa*=E)QUy,T}bxY TT)<(CH'%-j=\=2oҶt7JV q7kY]V¸}"Rj6}KjU@bNurj̐hȎ)tM~v񔦉@^=~gB>텾֢C#-o?n *樺l"qɠxhŭ!m-")d(D#pڦGgq=?c;n8a {^(0 C^$%_ɘ=Yx5>sYA vD[[Ӎp&_qoHNHEV2)7_)3EefsfpSR#м/̒f?U`4S)^䵅Rt:'>x£`M3WD~: |8ADX\XL{'G~tY؊W3;*y}Mրm,q~ V(BFx*'TC^Y(r~6DOr1Q=eNo~id.>sY';R2`X6N'f4tC.3g({"W\qE Vd*&99*ѳ^#,ۤ<YF]S!w )"̔-@G;9̋,Q\ZlPͼ7c-%55Vh/7"Pa{~k"[wKSM>0( H2oP+b S_++W.E`{h:=5!Ӆw`̱4m33P# G9Q_J@~}^TY(XLʹ#)ϤV۶ծ} + "0aCo ƀI+TcѵJV2&TFЮC)TR#ha1 Ѱ[>ީIa9MZߴ0Iѐƴ1_IJP2Wp B߇t_c,my~f\G:>Q\vVTɬr{j`WdAGu3xu)Q+)N'=S#eζȲOHe߀B!|EAWEu|O%|?H` ㏴[Vϸѕs޷JjF(&a}^p.:%< pe!^iKMknk[ `=j] jrraӇ5~7e>Vx9mwA*\EQ"PɔnƆ'&sI;%Vo=ɺRfh5CbZ,_86,ka0\D(:ЄJs QK8w7%u"d&6O5< A+Z8ЭR|,hZ(V!EȒV>xVfcz(#n-M?GRVUG7/rUlBZeLqHzхm%i ,>LOT/.Ueb6M`TvSn~GSX‘ABeԹCD#d8?aszWg'oF8G>-:w%jVDhQ%@JRzc?'Ņ"pdYtEvUo]lG6 dV.}7,/yꃽoՔq 6@ꁥVyxε܌*dP!}Y"yia /0|$ )YnylnȀ0^Dž-8Vtd ySOrTfhP<sR~-RyϻS;`V F}&'9hr1 iRժ`8zAhۻQ] }M/מ&s,k;o<>]K+_gv^H)+2_B׀1P;%(Q a=¯kB[p౾'\w75GF3#V\7HɺoDi)#̳;w[L9: $ f_jfH=Z\ٛ0 b I I2d6l#"$4#-kjolEx%7+my[G=uŲ "λp+Z>-Z actDk2lk  n(wcF,#!D)b c&-y}[F/6%R) y0ۗ:YEF-NDWb1vl܁21S^:DLݫYuU0q%{5Z[<Q_A(K?"I[ uh@]k3-'GRir.x)˽/8gF!v%A=0mG=$=f_B) (y݈jZZ|C1@ \;As\iU7 ,XFSgMGG>8@o6%´ui_{4B(_O(\WS#+$"ᅠe1C=Fǚ,Iד:_2BX2L7C$b n|4Vk r͢*lip c^h6RD?]๒.2*Git(r&ךdㆄp@sMÛ(PnNSd;zZFS4  A4'{Xu]aߌ@lT2W'0cr}}ֱ_>鸣%9[YfBշC.J/Zm (hի4%qË` ilrga 9A0,Yn^YvO{P\3y{pNP5`q@.N@<qo v׵l^ˬ5 @gKK[lslOwn5#&$(ہb?syN פ;K!ZeJ$RIgKAn#"qKSvfTUesiZ-Hk5YVPx#[t%N ںr!݅Vhy #HBC.T)_ZU1f^V;n˲<"$3IDα>::ԋ(k 4\rn8Fs Ƙ$3+XQ& A"\x+$q{j,`4x! }JŬ܁0@rB\\v3ݍuQ@ Hr_CBX/F-vKKQ)T )̂:̘ sCѡS_ͭN<дEwaT0h(~_C(@3%4Y"zD{1WEu_NjFTQՙj:E ~. SPkӫ;lpTɉa_ߦxnaC2Xi $¸/U&f}qT~@JxK" qYIYÓ(-k8fI>"1CNVULкza7X;dt>v,P )=0PJ}w@x̀v}fsP:wۑY(#$lvc"OA4qBj m])8A OZrckp(R))X\v>~>_aC_uÀ< +ЖdXN<NyۙE+Y5̘H0nj$!P[lm]m=a <3@y-d`~Rvk,8ʤSy:3o?޾_̪]M{j5@`PuWȻ^!ioϔ.TZ֕3 N&KX&*h'.=zn<?aDzXՙ"«65H _[9O*4|P7~KՓ>Fy  Z_cn4'P%iI(U{Vg:X}Rq:5,A% m(N,78㓶Jh ZKf 'nXkRa?xoC;nHKNqtGє)AjuI"RG9ǠB Asj3-Cӹ-$" iz 弉?1&׻ΝZ r(F{vYu=7"[ubhRc%qfpK 0FcQFb38ѱwg-xot:,$^|GG0IUo ?I/[n_6 orh%#o / @4v~5fܽzo9:IP~Ɇ] žwS|T8 ₰ΧryP4$Q^}(G*-'{CR!QhrCn2\bRnv!goi"xPs\رs9ȆEfUvL_Չ*L13Uu{|z^ZN}BJצ{RH߬,>~v }`Tu'[ =2^Q9!4t^,:Gez6uaf71tOWG?VcJ_hyO F̓ g^a|{rpJ-;Mc..ĮTv22fb=z+I*s ộ8N5aLGߡْs 7/}peߚ L:rG'8$ v tbjAz]mRznFY?D_Ouvm 2vYҴ}* 1O^pmqM>Y6 57"2SNFɨ!@ 5Fȯ sf=v2BGd4E˛"L]3,$O;db܅hy3(QZ'N3ZfXt',ns[q{a/I sM}FeR\ #8cc)#{)*"pE÷>0k5t' >P9gcs:mNqgpȾRo8rdZ*`n*$eț<Օ UsU YێRK~i_Eϰ #F\w Arfұ7h K1mcw$ZS%ws\\XNE2U+d?%؍<&6 Jˋ)o6uDꫲn< .+MEi߰i['6$7lS'Y~zlفT-f?EFy(4nbA58yզ>N3$#3ehmMvEL%n΢4喅Tѽ9-|sxUzi&WJ@Ғˈ9-ɥǢ+|hqXۺcZǢ}瓮cA*{Q G IZ_O+Ԩ6x_ow=5^ OEcz;Brm s ˫*(Vm:6h@S T-݃GKFN/S m$:;U-l4b(o},.HO{&F F}I2(obq1õsAa$?%Aec=EF~Us W S_h?8_+yk(F|YJ20G/7E](4:̐<^yueAAHₔFc$@_3~~`'.j?38i+Ax˥Ă@2ޥ 0,<*YmJ/БkWYВd[GoQmL2qe) r-sujW3?@\sfѧZ:$no6TqLYA.Ŝ92rriwr*/f/1bWٳqg_xgZɁ,;m8;!Dߋʒ_f^~iT8̡[k8Ƒ9ϪHQ9Fi-O"vFɌF_:x1_v2yxPrP[W&qgeOx)b4 :2tBR(b9oj!vv6tKHپB$F&U6 ̺mq14 䧻n+>GwOq^ +K4:?‡oPc' 'RЩ)Cy7-IjQlwkgMD} r?

DN+ d|b)!a+&Q+;MrBZp܋04.lkɒޚ(Ϩ(HR󟊭IIN%x%/IPuarB>d]qCBXd yB FWi #5[QX,b2/Vg0"Tݨ=}=dYSi|!ό|}RRm0L0Iaձ"Bڅmb`2V=Lf'j.۷\p/́I ¬*'[8֭ZTj*@'CK3F]6Urq ƱW J2TH}H渤lH"E8`yؔl9LkT̎I~^27 sYh%~sER y 'Fҧs'9,Q/X/F¨6p T&WchM7ý{ Ks6[N Z >mnAku bIU^Cq9EeSYMP7?7ĴS4E%7HtdΏ7OhGM+̉#5t2W<l ZF԰çٜ8飝ߗJ셑%I%كI 2Ҹb0ev&eQuM*蹢\ڸK%P ]DUo`O4~/$/ҦtfCϩBnʷ)j祵2ٹ˜6ZM^8tH2tSn 0f qKӇ(FEÌf z/uS5~1M)o"g؜γR"o/nk+\bl+(CND¦ X9h:aJ?3M?&ڥqjWT4ɽS*#t$'~#'"̐#C~ U'ǚ񶤄oh]v]f; g>5)I6iȲ 9pT{C zx⡞4/52n=F=-rgbRd%|pAoz=ٿ{nFM?#zD!D VZՉǨڌXکYܓZs΂1["QQ{";&l{RޒЄ h@'&7Uq] I 9)( YAԤ jd)߻).. 2>FXB檗kb6KIu!M/|aLFgAu]t2@'XT2珫Yu!ٺIwLޟ#)#)>PhTz ~T r%jV*NVʈF\}2UŹ$x(z1Om\B*oEʜMbeFrt?Ae:%,fFE듗o+1?vfoL|s>*tJK࿱,n%1EhgoK[$v]qBz^Yshp$zB@)29XV!Dp y6/hHGitkF3d2EX^:d^y/3mF3հT. ^tAAܙ6RE!j`9JAze(Ǫ!0KY -z5l ڈA]"HqҜ~HK8WM3AgW(SK)Ӓo^Ýy(Poj6ç Q7Z)&%L wc=Ni1hbja. PަE{[a+TBe{عD-F:hcb1 Q͟mBxm#Tþ?^˜Gd0 :yj0PZP?;+=5kڜ nWR{*$5`kF܋:7E NSNLCo"ZG}&Bc$%5$ jM~ti,\'c78Rto]#;!}y6&ϭ &Ԇm!A/b^˼b]E.}{bzFU"1/v8]nKܜHɚ݂)q7(xu8 nsV[zRrMESݪ'Un)[%J)l jmK6 >z\b8@д]7n!)bk 4)Ohxb-dk5 *:l'>ē{g|uci`,j^<5i$qln.{g!J0_k*ztaǮ5NWֽoMu<+VUT8~OѴ"4i|62%W]x7(/#ZS- T]8uxAHj1a̡Y >mwESxJ5x]ttS4hJ:7r T65X^}2Pד\fs2.m?y`TԯYCv~%QpJ~?R~OP0<v+!gì &RxQSNIyqDAҷ5c7n k!qЩ~]qP/̼0ӳ˝ڦ/օi#LnḄ'vVV"O%T52WUvݨ?։CnҒduhzKXH9 LZ4^tr T ؊ v{],F&%KY(>iWG$2 7//9R&Y4^0^EȴqR~tp >{ c~wm-j5rbs  }nM4C@b->Q=} !>-4VOչ.$0 (k,C[ !;E8DσP7!hgYMw _n]<9Sm9LWy2!5‘RE|M̒h&݁;do|U~=дǔت%\ ʒhee) U(ħ[Ax}hRdh&ֻ-)W&%GqGwr' #,Z/UI$sـd[PNN=&IL)vj 0YFcfx@м {kbqQo.ehtwYa7W{_]Vɱ֭bD[Y-o,**#7{m\LSeI]M~7uz‘*ՍGz5Û_@-YR/klËWa) _{]@A1ɿIr̈́\}zBrǓ+&}_h(XwT[+zmZ}3]|ޞ|U*|: R,kOŶo%m`b=1 ;)f מxZen& tϗB77S"QqC<Ւs}St !,x!(3?oPC#7m[۹ j 2OmTxtĦW[A4Tjɨ 3Vt*]+1Qc,z63Xdn$ʙ~40tJ} ]+cX5k ̐ ՘ɀL@B'=]o&$of9ݐv"AEM5m۹5`Z#H0ao9+Ḧ%ZYsc W=pʫbtvs0y3.:r*45p5 уx Mk"#0ŖTՔai7hKuJ:JrF*v"'󤅗dC;_m/8 #CVoyR<*57Y`3oӘ o.pS-ˉ;"_Cыf(ѐgl `Z Uk5KYmdC*y h~s\1i(= 2 l7CS;5ZSBTM۽e=>7J?_D%bSxr&.GNjף(C =ٯ\fPtUlܲT AMWp:zp2E,ͳdYPQB󗱛 E:bc; <)%KY_/c0;]Op4u/#,5ZࣝJ$PYWwdT鸑?Fˈ9ύ@.o9F}x: Jp\ ߠ ͔DmaeBi9ZGJπcZδh-席sߨxpy/Á:Ked>!!0v.[X_ϵCJyF`]<ϷxS1Jtyg =8֛1(y$7qq|/H%铻wM^9OgkJE5g2ĥd`RMNnҁm)<$w0a,E[ڗ;ddt cWP\DT$Z:`~8sl.LGZ]rQNe?}ǁ ֟b(A3:ҋuF~N\n~9l#chKtՁN͇uUky2l{>H}#gX F[Bdm}0%yP_#zr2/U.vDnF^^g `K~i#%"{za @4L 99-}a((>& S4-nm\|"ba*K#RbWA aD;h2=EMA( 7 鬚M)iP"ױK#.}{!5qt)ĉ5SGȅ.ԑl_z mUн6,Twp eXxiK -v}; >>/e4=(tא#Ȟ Ŝ` ]/[C"i\Jq hGc [DT[g rN4ᤦC7PJ-YO; c8dH~sCٯQXev: L. W͇ FbL9Bk;&%L :$h=p_'8C[qCT{Kj]<'eJKa?l zΗigJ֍%[.:oxj MFIH&GKOZ:yt_/—)w,Qc nz6sTq7 _r|09a6buDS)Ɖ`bW.NRw\EyL<cߪH6@ *lؒl^:| MGԨ4Ky<nau޾ea myL)Vjqgy/e8k-#טV3y֫$Ȏ,Ņ-kFeqm -aLqӇ0!j/I]a/L̜'O<&u@a+flMx kPLZ /U. 󯕥4YP*j?87iNV]j/0j$QRUbV[dfbD{C7:a7 ie4aq/]-ux(fH`<`w52ߩ:TYBdሰQ:/WIF~pS3èwdj@cv۔:oDJ۱ԋS/D<إ^35}&۞3x SLw%M . `&Ƿ6@K%ֲ @]4dxzb+gO٢+u:Y+ks9ĊKFʓ!FizoE( 5,3TUƠ,! &Yv=%[})kwG07}*21\s`Hͽl7rҋ%;Jr9/7gg9Rkԓ=>.A +\YPḃ>h:m^.?|o߯6j}ڔDʙ2aDkF2)Z:t; MgwƑFtj`暰7Yۗ\y>mtvb!n=MCJt7]yB{S0#%z3~@؍D;-+*)'5e6o2!ۡ4cQAZl9օm I$Ϝ/`DdG (Q3ȿwHBQ3XVA%( vs/?|C4e@X|?uF(W᯽dm(C;x9i[Jְ(ULh 惇 6Ӳt8L]|@s` ۾UtQMڔB^[L:8~@=ճQ[?xWge3H9̤3`樅2]Ge* OSQRh.+QS}oح5XTa80-Xn \yrV!+_r/W'ZwyWz^ًxLy{0ZEe <^i?qr^j3w6cɌHp'h&joZFwHP?V$#4HY%4W!3N]L=r7r*wdBp{1ݻI+1:5W-TTe&'o8t`&mnߩi lg^1w1G H <|loׇ  &A=>&R3]m,8o7ȄZ Ȥ[CFa<Џ/]_ڥ5gbwAa7β>Ԣ'zKEI B *n4AԼJ +J=({ Uc7_=sየPF&>4kˬ xRFCh?+Wo7aiS7Y [XjLmA?uL&]UIîBR)C8|K8w (&+f[h${*U/qysؑGeqf3?l³GD!p [}g"1x~mF7Cs7ĸܭ+P7-fe½IOY ny`0-a4Ly"W+6~͂DCAKAk6XԬ~5R ˧G[f`!fzZ[;RFeGsECˣ4ԓ"!Q S[xdkN{ GuUuyV*x=,cY?{82΂`ǸsM:~r -0wH}ژ,}5M{UHY mPU 7vVz^3 lS=Ax'UXbz; zwp.2ژQ3D\ƻw6S_TzIU[WulB)h.|9FV0ߖdLs2Y?REPeina㗌*Jw$MpRopL%6j ϻے<eU&ܶ?rto"c"7Ew0G| s)U'3۠{~u]4 OʎFu5w/ #R ,:ف1=1c)Íx͘Iq{KK[DF4vXI̍o{ƥ AHLU7Qcd]o'}1%}H^gl 8A倨En(H@~ʩ4J-"[8{[ԫ]''ZƍnMuyo5["%TF9_TmnjbbpPx:BG,I]I Eb aOB<@9f1姴eKy>fI|ƦűJ6$k׀tU?1zC;# {F_um`p'V߷h@ _♬fz|2 7&xmo8REwEH BǾzўTxIq\IU!ƽ`^sSӣ|ΟQ#=mk?ټsjˣUC#  N"XRD?x6\~gеqHX_J,1,Mxyؒwhپnw+3#{0L!8H6_k'0Br;V& ;4x<_-y0L1Ư`'D~끅jzVeMnISiyR"94odKVX86eeGIN 9,CAm+#ĵf=Y:=Z ~A\-`Ce,Dr}=Wef J;:H1}N$غX[!c4:?xT01YGCeg\5:`at@`=g&t=4_5>Yu. cDY?:O^O}BJ@:u g>}S|9(޻JY4ĸ9H)hʖL:wj &l. aC|#6BCl%gٖ7]\pt + x"8ۏmFs7Eo/7}F [~azRgph2hT :Qι4Ee0'dWaMʹЧUC[ʏ@ELxR?Rm,R|G:JJL"LdlI"ltϼϣ6uz`gM?]E^3"~B?yiABA眓vPI5z& P dd@} O{Il#$]׫d/ I+t Mk yvmOa\~c㸵Yj=bMI6LkSS+;UlYI%PEB&oz!ֻ<" EgYdD|![G:#mѧZt~ޕ-S@'oX^$ʓX`>L&%2YP}?(uߘ3Z+%)eH ۴ G`a7Gbm?uG_3g8ޢnV--9~L$1* ra۴+11en:gFEf2qW͋/"y4Y{U}Ċp na!!@䃂1O`٘ZHΘiw#*uRLp`-/K؈L:%'hudBp[Ftԩ}E_SfЎ AW0C k76>J0 #%whmqyϚ_{ŀ,*E9w2<.k "6 CL8a#d]oRFM¢!!Tc3 : Xqb!M87_ts3v=#c3kpq\SK*WEL>0@&8&utu#=2[ fM] }7Q*k~*W6ED>8kpBRJw Q?k l:V4; ט\?l^.fx40V de>'D2XH Վآ™ܛ!#xq!qI15'bEY=OTLkV3SLذZ1T,wv/?-zBwXuTƳM- 9B.BXʐZ5FM 5[f#hϣV5&֌,CD Eト 9eG"bcFT? _`&6乲83mx. m| "*$n ZNlp_(<1(X6U+ 3!Ygf$I=U *7mJy76h`N)8dɻ?q*헟vWuI B0?ZU#ϩ03$Gɉ`xCS;Ӵ#?m/ 6*nRh?kb*S 8P?mvzY7Eؕ֏Dz[_Urc?OyW32L{udW/p:EPMeN: tBءG'L eΝSF1ݙ27tzy ` ݧ Jw`׿Ekɯݵ!T73pm>֫n.HVHX#c`j$@3ǏĶGM{oR\R'?Y;'E `J'\z#r}߳q_6אW/5CI+ !f+חw1y6O}5x%iL<Pť(Zą3ѣ33|5}, p3PT'6?`7V_p,vjɑmuml4af, Z Z~ݘó.b01AND‡o٤%/7JDI\|^MfSzoS$08_췡D[ >x`_.[z߱~7J 1kމ9#C'6: \H,`Qw_Q+n# ҷ23vZIZ)!՚2 ڥ+V-Ӄ*Pfnt%p"j?" ?;DM3(xȭIhAķ8FW+fܨ[EIAܕsCi=ca!tfs+5k EC_HPj5Td/Xnr49WET|@=qĨ@_ zӐ"/wu;9r>ǃW)hcuiq^GuĆO:bb{\3>?SCJ*"ET[k'M@]?݂n Cqן@$c$)D1IE|ǟ _cX>`˦rP?od;b̻͵- -WEoKKՆ_EF圏P(}HQͼA +uH VԊA͠ D?@U5B!Lsnd"/~F޳?P 4 TTgpW>&e"g=GnZSLMߟ{&$j9"$$Ԩԋ&L׎p?c;(uk[e>aң|1UDfS kAWMH䱄Jqv%k gXu5h?&vRƘvc3-ՈL*J~0,fLH7-Fyr0%W ϢF` tjEYUSC9[͆0` e,W{ N]cK2cj>gh2̷ l)HV@l@f/G< :{۞|K,+e yp|@zUں7~i,!3 ǺTs_Yn(;7NrG/+~f%.k:d Ã<_hr3NnpH(Qu[xC揀4HY\NH'c|"QGRfQ zO{wi:;D 0ƨ"<9y{73 =|Q!u߀ohWD- (!i;UDR|vE_M,7lO$!n}&YL"哷-rL" Si٧"Uwq."09Jv Ѽ"*_lKGJa">jWr#ɨq\Xu5 ߦ(]YҢR'mBlgGIb&F#2?K:5Yg%gOE ruWpU$G2B3ǍRC3t0(Q$0jAe( Z{dU^H&~pO \wkv&-)k9c0;qlh3?_ٿۿu&R]S~Uق~vV:-'[њ-5jPKP*œaeJd7)ƊZ{~B& f] 4)U/ :1JX2<2pj3NTZ$mTB 7ǐ|r"m!qw @$^AueNv]xX_ P Čd(՜׏ɩ긊z2X2fč[M_XacɈtv*)`?3(=LYTgpާoyPA 94|ԼW97ud5 eiwަGd 98 Mށ9r}KdyoթMnj@.\'S-CɤJ% "XϪY"-G%A4dhĴ >wF7-oaju[_zUbKB. }WvQ#eh(Qv,saP$sBt(q.*4E%(끐ϼw ~@Izz%c$+=\%V7֨sDzT4MgV<aEˬ^rt Yp݇߀WRp JjELHQZ N׆.r۪4 $omb!]~T[\ID\6M"?{o3.1okdƋAIcC$>hY'0rR-uy窫Z݋CU͉_) kQ"c9`Pk%͚ڋU8aHdE ])S;_[1^-gSg/szd-">ps՝&wXPpFY! p߳:U |x3v(Nu?"DEt`?Q&_7y:vMpgT*N6aLt^#vy e|?ʆv?p9Sp.PAV=GO=Z?5d8bl-(a$ǜvkjQP U^ޖvx\&<g&L Tpx\Ĺ&9ɕVuv;0: `3KMC2<4DZU,Yv.r!1;L%P^Uk%H'{_*oCkE|!I|%qv ]Qgp'S&a=$X-baU8n<Riou |%>ސ\d{`HOX˥2A _} }ɷ޼}0jր:_0r!s =t SP$E|AЧ~@t ,d1'7'daB| 㜓"A{B+c$-^}╔g9)14x it !#'o>k ;{IoRYB)9öM,skG+NujgҗJ:PY']I׳:+8 Ն E"@d԰KsEsT"J̖bMsE\b L[n7杸g_4 $NMcfXiI.oyHk5{?C/֕IʵZ%bIeJ W }),ۨkٲ =\? !& ; :(E9\$VjV_z, ;;P T6^ͭ Fs'q'Vg˾.3%Y00!L@hKUY'K\6x0AH;6 {99F e>iN,a[_ēqxY9D-dgݯ7Ij)l5wEӱ^*ȐwR?CMVw.3LZfIQɔ|ͭtv-{>:M*xd\^S09\׈Ĭiu24A:F5C\$~FRNdx$pۀWNߧeOE1n1D4nOcهonjNd [8Xo2e' -҆rqSq׏ljy;!yQGlKhs9 OYP˚ӑnfm[i[=FEe iւWTCwKpBK^FڑS"US$pmNcRP'>\$ &m͎tvo\@ L[>]'2$X1cĿ/7΁F8‹܃^ cGTw5ۍ$TMq"xy%a3#n.UA@Ѷ+.XΊPYE֚L$DBTIVN[#doeu.!8gq0Xm>$ա&Ʉ8)l}t*5'P#, S}줁daPb XPɎ7&n ,_.#bDUn'~KCV7m rxi !6$ĥyv|Gg(\nj5ǷߦqA%mOc?\#~l:!^5C=Hf޹C{SԃM~!b "zlf5=,RQuܟ@Ny^ 埣9']o?rjj)☄ m2^3}pp @z@Kp OuZ| 5*`\gcB c V]o€?f+Ev.K_-,]U= m7Ĉ:dz e)h6m찰jl:ksu_pf 'ddP'*9:!2W'ZV DAhG,dvFFO,N9|]PPqbۊQjǞt̻aTFk1 `~S:yJbI+~*/É!``.xEX&n iޢeW,wo=w"M1WšISDE(%Ȍ Ȼ20bdtq=MLLI@$!o]+i #S/&vLM Sp˪P.9˝+K{:Y|vS:ȳ냬@Ɗ<:ۈZtǨ6->ڞ?=Q@io;IҒa̤+N/i5i*wg$ /#4w93^-z4Nz؆v1 K;Ԅ$Z`,MIƼŲo$&Robs4)'P zYCqnNDņx} q4'D ߅kYx@OO|T+eDӫHi;i 00^ +ئMf'(F=7\M@$GJГԀ68m2̄).FW9N ϽBHhJehB :Cq$qu-q @= \HjհWۆ|N&=\HJ]s?G{5x)'GY,͡ }OHGwn y7xz1LW*IVsS4D܂ U/V5pe=8)"]Ld{#򮒿&Yg=; נ(/WL4΅;V6 1pӰ`sr0yn`*H T3MZ${rvo֊h~!v]IpIbƈ-`]OmzxZ;tI(K{'I~`k3+4at^~ʃOz0};ڧHMb,e3+F*`2б')q?R?zV$arX3?G>Q/J3Gss)VKGrq6%#pB` 2խ{q#,8F|wx<y""]v-HV-ΟY'Ic4vzk0Qe%>3;Lt[01{5>ݒd$mI V?FRGӖ|a8b[bGRЊYGYlP&yؐԲ8B]zrd' NEX6yYk fB N6?^9Wm孋h/) Q4ijc?r=^H<]WA~1_D@b٤m sYSpl$5@my"l+qG=04 %.϶6 4y +GUbTdOi-K`8sFL}@33°<)|!zd wt߮iX"~G% iaCWd{mXŅd8}[KdC!ڃ#G`3~#wU-A `/¯N/L.fR8'=O\/͂ cE}ଷS4N6;7@H^RvwюmZIE'Tƕ|kf/gfO13 mDLj8HKWc1Xb*.&i9'z`3ݳ&H͐'L6yY5ƯSi/L2T{۴_po,W:)Oڣb4O"2$+ex)Yg u~Bjń/cLuKAʡrHMd"]no6bcҤ "@҃ܒ*rd KuS`Y"U(R$.O*.oGHR V%qL3 ^eFk}l@9הhެfG9!Z?)GwHY66"׭6py[H }x>׫ l/o$+kKc V/e4 h#˵$]Tm9N.7gK&9:,أ vDc%J.Ku-b+bJ6KuϫOA{I5=3< 5?g7[SN tZ"tNKtZJp>KXKp͝N*BKB?5Q$;`J16}/K^ΚPkgJ%>fȉ ܄#+h0 J ZN:t1"gr+%BUURN5h6lh#l`v@Mj֠KiA:B@wx 7F¨>K{*Ui8,8wj1{"ɔ" ȡB h[$͠q1ɳ2Lo/x˃ h%أ)iݕ0&fg41|) [_xH~f+?^|g[roc?'9ϊPyLg٘64m#}f.)'U.έ@(بr?X(z3•%Mpd, y؈m2CDA R3IxNw ϚjgˇQҸ|ulby$ c/!6t B놭 <$2ĸ {A6H.сR#mUA DxBV' ;b9uĨL_qy\̒L,LE%o) ^,ǿpe7nGi}3*Lө8ÝޅřLF3-w`TX.ƼNwgҺ08a;E>uGQ23K]%fgaL@k^wc6O; ŞlWv{Y&ʕՆ.{r aa7iK-SFEb͒Y,fwa)k+WaiH\qR;#'u\㏲3_귘 Oe*VtvG+)Lەs?%b 7[#B>ܞJtdZb}@(P"֧W+۹c>ϸű.ɝڍ5]iԞЏTPׁĄV4$L-m,͊ڳXk}H喓.]m>gG0DT`9 Pa=Jq9*p&7sB|MΘ %9#6qv|m 3}pn}!Ψݼc s.}w=\Gf[_i>Av*T;ߢ|pmݴ6G;wQ:'YxJimiexF[jiq\3MxE?8݃׵^/wN6¯m -ox6㷒(cX`?W#7ke+b4&(:f빩.ʡ;ي0䢉e(Fd8:da)w8_>x:i@;c1{!J0CNThQk `v3ck{,7 (p}Tێ 8DdP:%3$^SPgzG cO!I0Iy:8)MFGt$xԟSlqLǔSHձt "eNc1>rg@)L5'~'v>Z%<i\敲RRpkوW%/Z[RC6 `lReC1?2{~xclcSڅa'Q| k]oz|15 .be./nGfEAcgXΊu.c9>^c_pW~w\P cJL:^L=/{yN9wڋHt>6mLXe-4A5J+l$;a-qLV2t)}:tۼ$4yAp:=u)qɟ[L-\>]+r՗r أQPyJ$Tt^jf$h"IYP4]t.B=}$U-6!^!rDI!iqת QVo/CHAګS<B?# QNI}/V):n u@:]6CwÑH5rI@p7TAIj]wv{ƣoPK ,XJlQ @org/apache/lucene/codecs/simpletext/SimpleTextPointsWriter.classY xTO2f$,@$U $+ d a%̄Y ^jkV؊m!i]jVVX]նs{3Y|_9sϹl?`!vc;YxʅmocM3 9:PcDsn܃j'?E~DRï,%ʹP?nǯݘhx ^o;~J!2}Mß( 7 u ^70?mޑ?o.qNh'Eei-Lr4r HAg-ȭSd[Nci| i:MxN4ET HtD x0T^;n֙1T[ޔWRNȖk4ojYuCs̰f5ZnM[R|mU xki&wg$u IVUG e?.- jGb H3E8oߺQxGF`;ǝF5ZBt.B/guxt7a؝ȕIyruݛd -|֨JH,'׃E%#rJbJWPD> U5j7ӟPr B\2,e]\ܾH"D'MMsĔnvUVN_u \kؠ%T *נe˞= Tى.0h%UTM5TGއk |2h&${ 5@.>͚bPjt!ӯ3扌u͠ "m4hm"̃hdAPkRop, SY2(AFuQLx mm7(D=)bP/H.cAq#1óߠ8ߌ'; g"XB8vACYR*򘭲kF^yBӫB7,1-h[C-&4 ,.\eRBM ԝJT7DR4ǢZw[݊S=YncXkf:H $\!r$J%S?u\-IZ(Wz)^$ZH9Mۜ-)ScxR6h0||?ssq'ǾY4pj&dTsJsUg%:;}iYݬn7֧5EJ)N-:Q3۝]d" w6XLiaP7tq3-nxj]~T.M*t$(APsjոfmjrYi3. ej.GO,Ty3PFKӿ֪Ω/]oij 21&8orUN/egfܨ%m?&2o5#f=!fo ^24nTL)>DooԌLjc#6c G['Bʷ161 8yLv6`e,}w3ِw"ka* E'YӰMI- 8{1b(9RL:``Ppf9+9#q6Ƚ K}KLs"ijbN VlZCw%NŗG1 `~IٙG` KZ?pSQ8%ol)nEET{ sbP$ڊUGP8p24eOSƷjbs+ DU -dzx}"^ ʖmN0x%1˹*u`#W\ˉu=֭Mx*S$Wg⏅]r}3%| _HZ^bMOaۓy[='hZ C;h;"P;\8RdjoȒ<".MZ3m?4)]|rN|VRr#f[G^4QWe<]GXftmd_t1tW^f֙t9}IWNrNI:+NsNI7:&'}I7t `x02,_8ִc``66[k'YV;Mʶ@0쌇*SD0A^W߷(jjjV7%W54,[U6H"3aI:B~z骺3[Ԕ0$D\[ZH0+ ΐ61ذ)*Іu2uMBI6'd+YznlGCV@~M$ t2pm(l&YP8?W&j"͌_4wo FYmѐPu3 0@2jh ƃ[㕍 lb1 }ȢHgmѠY<X< VֆCdK~| a`NEP92!fXS@ƶ:ZGJh,X5'0Pxub~vomlD!-`Ps0v'67F'b /NQ~_r6G50S(j"i^5!?s̟p$bbJB%2Sq0fui8 SQĠ%\~!EE`[3ba\bRgc/; !3Aڂ=V!i`l ΍uduJŮ攱 ¢YݱľSw%{*N{,J}F@l"~ragM+ѕwm)?l :o2]AݠxfN/ť+fܗؑy]+t:"--xזh(2cNQ[q1{jX|/2~pp2 RL6~|/I:i!I\%$)dGb!ɥAZAwtAXsmh6F:`"Bz!BO88#$0ԮAwYt7c7hAߴ^½Ϣ=tqA߲6aXթ.D-zߵnCp 3GZ#Lxj"hgG\UУw#ěLޘ«Z=jwˢnnz,| 7q4wYpk2"',G߳pYbl[׹'vHw=e6vJs{,!˞'>o359GAo{(.Qy7FY{~{5.]e㻤G Hnq-OtYEFfV/{K+ Ҋ,/\S*C1.o2d(nHKN/SCet@*Hɨ7y.ɽyw[(3M% C RJLĹ녹MޜTp.~e"aԱo|=nq tQU?oR'aɰ.bG1 2J)2+U"YUg&g,#p)6Ǹ'tλ̕rAg?Fm So{WKYrr¤:Xք|#;ΩW`UU@wesZ,rg=- bV|HyNr#KɲOcM'#?crg3 7lQtlkhiܨY }>E/BIV f)}Le<(gg'D#)Mmtʧ1 3R1يT}J$(a>zsџ̣Hfiڎ陶|*0 1?%]$:ʮQӪd;'SRww1j>?B."K\kGɘe~}-ڋub45ujg)A_Ԩh |FKݬ^axLa[b9FXɫW1)k g"݁r߀G9 ]\HýNEZ).*q_Ԗ2m.ƗB_֮UڽZ5S<,wqv7ܤkPܬ[jܪ/ءmz;+q~=.}kحop͆lycm\|۶6axv5ݍAY zl1[xnv Edrޣ`.t pCXCMO♬y(dmYexEk&1[zI̖h"ց'xTwa+an>+ci{䇲Lxc~?Uxnlof&6)5i<[}ȣ[Z+3h⇊%O,j4/S\9G~%݈dgK4/% a͞ n0z8^/`H%%~%Cf4) -^ep+;kR#/BO5&:XL:4+ @A7𗱇؏x3 P4V8¼{'}*b:#~ccT`C0ɴy{76ݵ8[KWrĔppbA!9W֦oL=Ⰹ瀲^X7pnfo~+QӪZ&VN:HArDƻzgThM*.'\.x.0Y"~kxl6ZddSggaNL>jLjjC>7~)gKhF,,h;"h| rwߓnP rUjWuS{IFWgiRz6t#0c0i*ͥ8/+ S%0l ) y٘ƹB:Qd%_?y;1GЄ'c%y*H*_OO욟21CM]3܍')Uc%Xry.,&Id߅ ]0k.D-z{KSq)xnl'KpȅB[Op!ۘ\r)ڃ Q\ȅN>߇*k?Oy1Q/(q ).]!rcCce}6z~FXɞ 8֎>#4s8n/uC7_>|%G81n4q{opx3[0J=NT<|D5:ȏ\ukpvED{HI'FO#~KNz\w2dfvY*}/s=ř2>b(O%k7*ǜU&?Ϊ(:$Z:pv"8ijN7UnvF*#zEe_K s_rs><gPج7qXVٗ!SIg{LkSv&T$wq4O /n0K!'q[D0O~Mp$(T(9r7q3\c.̶D5#tEKyNKPJ_%Q-*)An\ G(RVe yRE./dWWiWj-I9DߎsZde?z#bG@c\%N 9>!cVc$˸REGN",K7+j_uZXV-Hu^  ^4v}F<P^StXRd :z^^:#3X'z%M͌J@k[#}"/ Cv{䩄:;*DK3H4%z$~SkipReader.classX |S&M -vb "ha@J_mm XbHnH$eιomcuhKL:mnn==ܜwo6m U/=|syn&P\/ 7Q4tÁ]¼Y-n3'd!_p9-$;dz/i ؃P{ܫ+U 15pA|ݍOx`#'nc@FDQ7cB7񄋨O o yJӲ7gwa}9 n٥E /)p؈V|4M5 (y#_f:F(C%mhh FLAKHA;n sYF(]%k WgwQyr,`,E`k U^3?e0)lt;"zۄ;M,D< Ym,䜣X  3H,%茗٠`; oK\o mE2O0 w_Fz2D_hi0|1Q׮0k"8y0i@gO>uRwu#ᘆ2ʸ_4/cy&d!eGDFa<7IZ$'(捻kelO9%jl#:Hxۄ}6f@}$Q~Ek<Y4V 03H@)؊dQ~jHtw Ţ̪L s(RDNN}a=&eV}~*--UXj]QU:qh,(7y-mޏmlir7F:~&(nNjXZF4), 6F qY}3z|Q%\kt\a5klk-@MS1 GF)Cp+-nZyEt*^Kљƅ sdJ@#1`ezEgK5c9[ot i? ' 򖐿˂x/ἃxMB.W{8}à\ D bbWrJSNǛr -Z]aˬF}ݦyTQ* -*,WtF,CsHƂxCx%A2xB1KGH mqsxIQߺ-NB(7eP fEZ*s6ӏ7c[OilxY~ ̚Hܺd|ssϺUMMu^[%ݵ^O#I`uwxlcPn-Gu&J""/n8gSJ\&#XZa׊6UX)6dIPq64KR":(`Лj*=-4kfh 5 :0 SFf-j&u.s[k턈}tojfouMl*W{Ud]Nsq?!c[C:_THS ӱrٌM\omO\̈́@m|^܋[\Џ+9ͻIT=n녲D~s~LqP`{f 'T{Aln-8-JA k$ӹвy ?G>> `pfVYm4zWxp;±1y^?N\n/ɜf皬̔~0fɷ"k}{T_ սy9%9c9zԥIV I3xz9^umqr\4*QD1ZV2كGy53erzd}rb"L? 8}$llvxZ-Ģez:9֪O% P\NYb!!"/&1sGZ%!ጤF ?V4!MO#ؽe גɦmpJBa‡n9SQ +#m+W4^j|.0_cky SkipWriter.classX xTof7< 2$HAl CHDŶ1yILfR[պVlK7iA@j7ͮvV3If˻wνg=|1KDOej|ڍntsr#!y _ppHnRHਆcnp܍/Q Q( OKeIJ}M>.ߐ%7a9m7 }G'=[}G٨%ITR?/Hs_ &uCC6 xb[GE:Qp0h䋔_14i%VMuU+bFMt4l᫱R8MX9ŠNDsU"*-]'/b,]S{O[Z(6ZFGN@LUYd:M:sɒyj֫1MMfz ErdXV "SzB$ϕ9\yAxo؁7ix޵B_MǥL`䪻[Lу-:>4Y&2tQ풁LtټƹUKEb*"WɃuQ GaI(3t1b!P<~N]QBi1S갸(tqGX6yv)9G\AIͣk|], u$띸Kݢ\)! .*D3Č%ßߊ[TJ_$i'DgLllimg2_"r)I]L]xXO^ $sZB\-]M2 UEW8.X5&}IRV1v56IWeOh|W_/NK9\T̛6U`3y}7۝`Jy}iNJJgm-Лܱuͭ꥕RljϮ],z,T14d啥ZRDhDw˺p|iHcrFLl.$vs/|RGJ"抴C~Pm;J[iU: +^xԕ*gԺRv!cw 6@+9`CoQ߀mgRR?,u1n$-'t-袔^b*O?)*kF;v_"(6 .sG  <t8Y8N_%cf5W[U9ˎch&ƾ؟%1cHږہύz_\WVu#p82/;ah$]$E0tǪ2m*C/;ҵ'C?RAυPF5` o .B֡1ry(SCmw;R#n@QWJz*8A6jv2a@k|'q/g4V\O5ңv xyO]=[tG1}qҊ/AfR}ltQ:srI/J9sG0/zi gsWd‚(,<#8)}Թ[j@%p#)*:j{CR ^B#y Nt+Vf?q3B.8#y m3h': F{}'D0,9'~^$r^"n^Tv ƒ^hBhC0 a!l]\)-4z L|#n`I{Nyz} ܄SH'|\ZQ!oح!G-E@íeOJ>#X& Tf S9c UYePP5+1q~/ConNB} 7j &j9. E4ޮ 7H Mp d'FG^\5CXɈW4:UzRVHzZE(eEz1>D ?g$ ?eqU()({p#a%DHe!T?jM(e=c(ݖ(ktxVW&T+yDQJ?&ՇNjD0UәǼngzWǴ,ǨP#E9{E"{ȽTS("{E\Xʿ䀻Bs0GeMG0V*EѫVHѳݪ9)Jm>OX~E^vE7 _̏2μ8wR֯ X]B ֈ: ÚeLno2M&-dXAhVI$ je%ę7luE۪KbjA!QԶbkv֮v_7Lү{y{{߼T-ܛ ~/>c/a/R|VxćQ|eyC)^'K/u?"?> xsVUě<~#^ɋ?{o{_^; c"h 9r; GhvY8#vY܉첺HєpN¸ں jiilkjTojXea+QBʍFq6YᄭҺ ug)̰[ *w:v|^ZQYXUgu- lhE>M64UVT7ml_5|V7U)h<#nhшbT(>]P8hhިUHYpnEnC1;@jg;M cpoU 7!]mvj h ob!'3W̠<@=xY<E}Y&[H6ڐjlhs)fEeG&#p~D `iB4;V`:[{ee]15;v" ,AsꄻsvDͷ])4fJPHP]%"LpE4-s&h`C\š깨ݵ ى ..7M~q׉9#gJ8PP<͢^V5"vAq;Wb_'M { H2U&ZAY- 3ߪc}2q.S#UI,5U<*D'hmQ{ċ,CyM-&g "-7ј[sXpr@ j - HĦAJkQ1a5Q x, TGtDHLRE$YiVvuhC̑ԀD~bӎ~gg75PLUdli 0Uh[f*S W⮶-Q;:XZ@)1EO(K&.E ߐ8.;ͫp:EVoEH1;;+iC*b82E#vVj²rڳo1ϴ/߯7;QdآLb mS暸M0x'bSW% E'(AV"C҄=aHZ`oASY/bu)Zge/tB12S dwqKkżkgݰOP ow6/Ti] ^3#"a9VJH {#:"fY8-6UVپ(aG 0xG*K]O vhsךߖ1؞;cgr %ǭq[r 1_.}3nyo>`-%P%Ur٭@NrOIQ>.<y{ <{0 >ދVsLsJ}c2JL=f#|b& JVbm55XЌo3_Z ghAv0YډdƇaq >U0 \j#>x> jW*7BVaf~ؒ'ՇqϘ嗴r깐ۧ)Mf60FÏ ,BWwˬQ[N-KĴ-@ $d2㍶q9LكôݘGBY뮘.$;c@^UH"W?\tffD6Egs܇G(:-.:%wBi!, /:2 ,>SbI/N=L*L,X6DOgSv (NWyU#:I԰b2WAҴ}>S ob73íG+XЫYzXЭ,YAoâ{%Z.}|q iy"%xP0~~~\r5 WR-j)Q+qu׫(nT=I]eإn-j>**#RE:\/x%un$:W͸ 73 RT{ ]RR2(J /|E`} nMV!9n *kaeRʙƒXƥ IՙTUH*SsP5L p'ݨ],O1wk5d >Ɛ(M}Y<ݥCLh\~G3Nr V;j}14Źs5+䈣^Q܇/ěoɴ*m׈g">گii$x k_`n= :M/t 5ݤikzt7hR͚MOFMhz'kzKHTک21^L*qOl96e%Wޭq-@ aIEąE@ *̼$#8 jmD֢Vk m}U?wd0@5ǹ=s~KO\Uz a!{'EeJ/ R!—}EW |׽X&!7|ķM|Nj9s^^?C~,'B~*g  _7&~kw&~o&hO&l/&jo&n&i_ڨ0%믵SNSLµ{N[ɕm 74Z; 4 OuJ4rmMuՉΦ m[;LMפas{&´DݬPYޙM-hIOjjlkF9Mz_i N6lGk;PF7D#ItC#Ʉ'1 :ےdK"h %J$Sx f' Uj}2:1J2}}q'2!Fˇ=$ǝ۽a'0aU(JQؚ뼔ڍ ڳL'6:'NR4DtĖPiM:NQ@ .;$BԸ.Pvv:.vMa0B8,8N4) ε3cLNw$ 6^0(xv!/q-3(`"$Szⱉ̎1!',zP+\!ɯZ鋮h8m-L,䉅D0ϛ+ޞ^97`p ~yňshtSVMg8Ur"46f1R4pKQSޓB.T`}2,eBkSmF*B.r^ [],[J,\#  c *kDC,źtlŢtuz9cMѮ0+=I W16-\*\6KX4H}vá/ēĕ>0( }& )UM&|OYr1'Vj`¥+}.E~הX_"ʳl=>@4Kj%cMifXܣʄ̴,5Rj\CUXʧ)T'(YgFT}qj|W[|D'b=9(-)'"6,-I>o#N&4fke֜`rƼKgl"c[?s ݕ`ߖ9BwV-j{EY sps=@̱Nꡤpm.xv6,ó]gG^~/6te}XbEFÎ=9O; SV\s<ϕ;*vFB:׷pÀOo؏-<vZxgyLX#ή~I,d*ꗗUeU.ok={A䆰-A'ξ@N$ß'au87&H@u#@;De c;nv.w׸c;Vwsq;nwG|`)ıTDzG8(2yHpnQFC@ng1ȫ9cEA O͒J(`ޣ(L cIX5Q|eW$9A1Pc>b˨PV1 \ل*4s:\?W#O_MO .cBm+H.#h7sfP+i7;/Sd-^eV "&>Ͻ:kS☯.9cXSsy1&gN,V7Wxӗc|t#h#Վs3f!r D,:k布Uv'^F bht;#*֜㘙a4iٚWp\xY99xs(*20 u)Sz:xSx!TԽ{9SwӶ´ȔtT 2Ew8;nCng_Y\'6|Q{eNx]@F7T$PpC߈7_@c}uBRc|ֹL6ZZp+6TJ RrG]73 FofkV Za0f2 S#;d.8%SɅcs*_L3Ђ{DM斪>j7yVL! D%\0,kW4Fi6'C!Ow {Yoi_;mץs]ti QP wSt*pzSs}Xs5'XZ^wajK/"/N,#*dˏSˊesY5t~-ACtüʍQ3{h]:G ^lsqkNc垔Ir͎~Rv(#XuOب SY̒SBӥ '0Uݥk0Vh\q OѸQ7i<]f4~Ƴ4^lk^cWk})}4Sw W+% 1eӈ)KӔ%lP]Ǵ5Gߑ,V7w[% F5vȮ_$^P,Z-en0zIv#iD6u`I:b1|^lt2\r-^1=a2XdEGx.E,zO [|HZt80U@FT\_rSPpW 0Mkn3[P(,kXl1\>Ra( Tl?*ȐjPes'4-h}^}xv4h3C|v-oD7$Hm#M[^o_#y~xW]Kt@Q2Fs ҝ2BI?=2FvqjzNJ!N!7juYU$=hF&IOI @]Y63Dc#{C Ј( A߀I!ɏ#q* *E(?HZ}}.classWsUtm҅Z96%FR(CZmAq nP}R3ʌ}/iR0i}@~ `5тDЄQ$H&%t`a'q10:Tdxh0ք4㨘L8 Vx4xLL <)OxAL Z4';wTC+.2hhCPmhհ4WT54&8- = 㬆·> ">bdGT|S|s|!RWᦹ38MYNS05 9UXH\:+H|>ܯ; R=[2}T=סX}9Q"bXX1-R70 ;+(M; aZF9*%2O pØ鸺 6!s:ךSIc{|guW!,k7 %Nho+Ұ[XIk,*U@f!k/_=Wu?/+rB.W[c@t4r\c\'N11=&Rhj'!:ۺ~W~r0?&Jv{*QiPNjS;U ~F5Oc6rAcʆ"-4 V%h&x P9'H>yZZ _"^#.^io9l_B4@J_%lW[K0\@]~ %EעD8$z S1ݸW AH褛!4baDtD A`/x#}~'b!2J;˨ C[mSڃ$b7y4Ԉv);/q,Li8jQ̦<<pv4Z[SX@$C4!A= yI$99G蔏zr^ YFhi@xuK=$a7@ w;$x3RpDoܢbo4W%K 2:+xf",b|yWYn[!BF n%W]}y۬ނKr0cb"n 5H-n$ I;xeخ%S +vdqgfgv Z BŒ%򲋁XNvgN:;KmkmX-ࣈ(jmTa}֣G=9Rɦp0}©\|hv//j냛)Hb'&.gqedͼb2xs[-t=vw.-ce|@}a^>^}>)S2O>Re{dq@A~d|Ne|A%#K2} *k>ʂ%|]@kXY׮hI&51RZJ`Uav>5ڣ騖BQ#EStRfo/[]KjS-:0,0un$SMzJJh1EBOJWp&w#)ت'u.`fV#&63Dգ7EۂE^B+Lz-5cڗ׼+ٹ ʂ^?HrdL$F*YpI;?. #3Y<#^uɈH ߛSW܁HաZ~ѐDa6joĊh"__6Zn,ޮTDF[p8&06Gi8/'sj2dwCZOĸSk;z4S zt"HhEHjB Pvj 0@E!|KΦ}[) ߡ,մ1G Qn#Mf-ɲM(xTpU*8)1Q(ҽ&Z6q]Q~S+/ND [Md⸟Xzgg 0vnR/VeYy`ȵM|8> ]IP፻}-~'9+-eyumעtLIw%;^`RL2jngKd 㺙FtG^^L)\*z1К>(v,bg_^l1dc$caMfa[HBan\CXT{H|d'E!O4KFj W=T5Y,&g3̱0 -)cURfYza]:>,+TxuFR,^ffhe'kKo.Bucf•+呆|s4:B'e0is T!BV!i ~Js4[1֗n&࿘r^Gppc(E~!b^81ISZQ)Ub.3!1KQbxHyqQ-^Aeۂ rm;{':g8i/EB?J8JB?? 2XBn_ADBy_uͯҗ5";w7i^NWGv@0\:g3fkd T q&)Od|*!-CguKgՕUm[%Twv{82#AJI3lKX՟ƓꤪMlAM=iLwV0쁂daTBy&i]7%(8FNIYم\w^nrt+Gkh_Q|tWCsZSiG=7fXәk'{5oذrt{>FZ8k; H(f]U_۰HW>CZo`!wLkjvXq& Ėd4ɬḾtGͨJr,KR P$|P'XI,Lk>8{]- ?Յ͢"]$ܚ );Ձzs^Ej[R."k3>z8=7.@!k܎8Il]v=BAvg-KRU翤K͉ETMzeDy榕/Xkx돫T[]Ala#o`8P^+O&9옩[ ZZ>da+hE/z %xh+ *x(^jeWp_FHk6ǎ3?Mcc+xo)}/V<$} gf񕈦Z$5٨ŋ%!ۆg ` ;dqv)z{Bf>xkֶV+ PE.=q&Gb&anݛy3QCIo7z3id {&o*E4'ڗFAަ1F3 ]xsx[!1NIHAH}ϳ{Ӽ,!d7|Ċi iDiDg5>?XΠQVLD+ #vq2arK̓{( ꚯ`˨|{xhF,))CAsXDp,r%K|ad4"IoBV:ܘoR6ֈ6qWfu7`Ւq.Bjx;+ڍ>FRl(݀zqڛ qa7`a *E>7Cr'iD w"U攰<v_@>ތr\{ç|.PyWr_Brrܯ|1Pyr*bn*]4\LҢŻr}_bDha*Gu)|)%\KIȍ!Azww]Mu`lkF]^#^轏Jiףi-bQOܣ@>hkLf-1 }MxFc=q R9J\[36D)7Zo$׳Z5@gVL:񬪭{ӵ3ҸC."*`T𖂷#'[H3HV3)WlU6ͅZo&W\U =G󿽬 r1M|*KU%H8׼ W.St x7+AA_ ,Y KӁ 7<t{kM Eѭh°JZC2PIP6 C>?V;,ᱝ~2 -b̹^_%t7xY7#Rְs.<^at>;uNBxŲW^f0Vn2CLJzh5W3I&ʴBt×&ny4Q;wP̬kTg5WR3.{qw{;>o%ګ7SZzz(;? 6 /ۺAXDgW@)d=w^4Ԅf?ɿu[_%ޮ>P̜wwnZrn:+Z~߶*K{w {~_=I\ "ş&>O$>Z?/ p3u 1S3 nCG{>ȿH{'I-x> >qq`EcxAT&1"5!?1[kZ!\*Ҏ&Έb[x!Ȃ DStl!iH|'zB !]#'6p ҳ@$$oP!.$Ш3(4e:<*.PT{yB=("hGG # #`j G z/nuhE"w;D,ohK]t|YR{#u`6*$^0$kS"In½&"O$1!¹X"MRi#iuMgH L4CW;L~v.mIqpF'tSp]j Fn|^^#utME8ݦʼIҷ(5| y,|5|Ϣg/Rz||.)xџ>2*`ͩ¶m,tQlǵTly&Oi8&Z3"^ s\X$rŅnrawmBQCTuaq+2S7iF"CJ |]=*G+ڝ)FGǯXw,{ ~$1Hb:C4-,9hY֒ծ]8Ж.>BK؆j{gVY+l+~뇙;5W׿#!YMEޙ|;w6{N#C+ēPGK,㲄/ *^xoԽGݷw8櫼.g=NZe|?CH%>O'fSs{A7mb*Z3`xŠV+ Vag'lqMgHɯ cx7a.1wQBdرde !KZ~c#~ޘT]?_~y#?^{_oEy@e7/u{oY^@Ǹ=>IM3L kN}P ?6ө$CFO{ZܛUw`ؤ(IS=EPW;s4:Kŧ&fOAjgH;BcљT:IYjb"}[%Ml_=T6tp *W&dUyݼjRBQ˺*o#:le<Cp/]|/Wė*E|n_*]]{yD{$|`{B u`?vMu?+CkhR\tpRthëD{«=ͫhF,8GFqv`$)-M9\tO߼{Wp).MW[N`O[=,Oo}Kam/lL=\i[`Z_@k Ԫf=&B)Ն}AG rށj`hRRP>jkHъᔈEXGRu:?൪.Je*đEG3=ZmX ؒ"ےeY6`FOь2LI0'$,ga3ؒhH4n4-I I6ItI F#i ~43{s}Ͽ@D y{ΠjF{b^lc&P- DdzR2](H^D81`4KGd*Eqch1)'6DB!Sqi'P$]K`wARO8(m6zp\6Ǎxڕ4e*dǜmL"`lLѭF{#%"#͈o:AH媱 ɍ "ƬYdSg?!3^kXW&b_r 5>'p،6X JYnRьFܘ5ݒfqQ#bA11QqQ  DߙE)!XR:l`L[^z<yPLѪ6$QTR7V|,2Q-̘)ɪ,Nc+Z'E%^n,.Ӓ3FPtť:Z7@Qfo8|nb-a3Q LrH E'ɸ}#nvE> }~M D;W]\2JznUB4~8oQ3;:хUe]} 1? LsHk$l$b[O#H"0W&4)"*.bt5.,uۭON MoE: oԹ載hY-ܤs3oչiܪvnyjku :t6] }W/їutzf*2F-i7t:кѨ'7;M; sA:G(# b=/sq1tz9{4i J߫sF,)iޚdtFޤG5LӢ޸[ӄYkD?NVf"ӔWƮQi>9N'_EotAv^RyN!MJ&gV& RO:VS?#͝:şnN/A|7|s-FjRNFg4_:$!>,G CΏWB(?4q'aVt`8:CpU/{o9Ll/sLs/Lb*i|p+<δ}!;25yƆUCoR0>5W!byX=G4':;{.δY(i~}gobZ&egZm#D"Ѿs샋䗘@usM "~^"km7ڙhI+P.T.9;:mxDFK1Yk?6f1R 4;(S:#YC.Ve%2)e Ӗ^3ɟWVUה;Y, 1e/ZDl#sYhݨ"\ 0ݤVGfr(1r; "Bn%r4:ݱU'qz {'I+ma?+UT$+OR *wydWU4+ߛuUV/U^ʼI*ߎ3i<,͵v\O޺4m*N$,8A+'h%P{eS?M=MpޤS4ifԕxKNJig΅in6WontQRW*Se/ ɓ!Es :Oe7Su]O5Tuy=U5]֣gOKZxnjVjodz!DG R-4RE`Ҕ &M`Ҕ &M:$zUɥ MA_/CǢ1&Ӕ)]rkwhM U'ك-4my^g9gѥߡ8\f-NrSx` 9   r)xDW[iBW0M;M N"Ğ%WS]ҪWBbV~ZvI^%L8S!!8̀I3`$(HP8SAp䲕xFX^F)8z'ؒo+bEx} kT TjӴ͋L!Z zNoH-E Eq@Y~p%Tښ@4@'ZڪdTSpA*O0w9J4_Cz_+BHzu.B\x&QHCPˡ=3$| io%HS!LFHPq;vM$5I$_c+C3gh<`N9CF1u/7lsrJHLin'yqg70T7nCSd)DOuƞЂ߹·&cAsSdyW eRJMq*TR:MdS)I2bclGƠ?MqY2yN(2,T(yHlgʤ [ȔBɷ5_*e5nO4<n"ҖS-5 fVkhm><@}aoij]H_dX/HoPb ]5kWomձz˵ڷnܶeî@{k@BqK<4C1s[(k^kZ:Vj,S6n86^ @+$Դ{B=>!6bFC$i5MC-'ēf$7=1aA}xN6lm% FP[3cf(0{mlwQ3ēG[c-Zo,Ot'{9c$hΐh) h$"h hI!*OZk3q !dn^$\aҌ'(]:#a3]E̕}F {@f :fk-%n{DGhOgPt[Ԥa^' (g-XIIP7ޭ}aG =g .Q; BC PloCL0#FΈo9My{[PZNŕ/o$lDu@(W\>ӈ*'P˘Ւᰑd?9%7o (֨Q+5Je5qg9Yf#h6웾@@/< 'leьC͉x'&2&q h)ڑ]aR ;XP1>[:x,?Sn:[FMM}i ;u:AXN] &eoKH`&}n, beJ%L<+*[c.ϥU)1)J&BŢK5EhRZ:>cjQ9#LZ.J unՎ9 tylLl*pťdn3y()6FpVL ?UY&&I8R:avdf$5ZiVyGZiuL;-5Z=C GS:fxa&GRnMZ(g)a;¸D f-OLpNi&+ޤt G)ܤfDuj5覵`4qizpt-G4 C7FujMm=E uhUm]hq}ZDVpN;œ${CՉRzM /^T fd'ި7hN٥n Ju4k[LA3Fވfu{ޫs',D˱ZjѮ渏2 'z &tIN]W}2.:4Y uxb:଎/tSNPB$:zt>y?}@­n!>,H>BM D74(c:p>Nw SNG:{t(s1uz>ӃiQy y`_n\ d`SFMćpw'&^pPqE9aǾDuU9vM)W'_=䝻G/>>F98osO)G=رIzօ'׫KSWX1u,N r4Bi@NdJS}܉sܒsފ;# #V>xL >b"<04N~C. ǧhVȇQv_f>Guy oe7)uFHd跧'͹0pG7S <)ŠM" ;Z* c?[uF̢ķmDazzsA~/0ֲÌ[Sr_N߭E91?^tjd-+eJ %Up^diMKw=oG0=pX|!r[x\]|YG\*yos<S{Y9g)|Xg3k-.bW~<Pgq~-xJIk %MIf[&mlSg'x84xX3:#fА%ȹKBF#oDLja[31?aYN?taG3fBã0 c#c܅؛1އry(~o77Sܢ WS߃3Cx|?vuE NvR.w(>=[!@R# ڭpv^M=En?ͨ{ ^VTc8P֮444J*'fpc7L p2;g&75b)%($~LWQcSԏr8 Tzg0rS]?~s71X\Q./*;lwpݣ`ql$K#<>j |W}mJ >ˬG'0 _aD5'Q'Op5ь׳qq﫼izg_s<^y<^ouT:،0e;R1QҦ6/M!ezI$OSO0C9=Kc3nG*jtw'rlY  iHjh^HST=3;{`FEOW}3aΎs4j.4j~8{UzY}6ݓm}u z/. m8yJW/,|sY+{Z=Xgvg%T*CI/rάE(fC7.1 ?SgXc~%;쯰 f$~ǩuv J]NL3]mgyn|xs)Gvԓ KȞq,M˺T@'r0zN43^KC[Y̟c1e:a G;:Ӕe!~2䑤hk΢ՎB,pmb](FEŨŁ˜⠌{hpҴx9vxLqiwe `ŃZv"O8ϣAQqp0plt-;[6}`:e:찟H۾$4aWOlg`:64aZ"?n:Acg)>L$MkR|ĘM$'Sȭ|}SC9F\LJ߰Mm hxe|bYNqImCl㘸Bz^pxZ;ZiU^Z\jK6WA'<acO#3$<;@oJ3R6!q䳸ц1ʼ͈4?J_U}LؠEH CHw5zL nmN"QU{*98 \g@"??F%\!+bFƁN@Tq¥9&HDo+0:Bk5\CBY .-/>ܺʽ47T5ʽroѱU!Đ6dH"/Y<* KgH~Ra |˸($MYLw.ދ(a'Ӯw}REH+AUqHf vvvvgν3wϿ `LNj|ojnjn L ؓ"[Y3̭;W4>`Vd0jUa,DzagMdt9F\'|0XeP=H #?vYAzS?b~Io;|(xE%n=\qIWAM]jQy;vHc"R֤'ŵ-l-F|y ss0H . ;<HгjCTc*u- Ǫsw~@y k`M6|t[Rw+X1 H Cz7H6##߳Z]7<ڦ ҥZ|c -{q;Md:Ҡt&0vdEu%MhL $)AXH@H`@p/iV!:gu;ǁ#V4Կ[ƪ!pZ5;iX51aaaY<.( 78:?{ +G* Y5 -}|e>D5{)m0ԩ֡[2X#\9hQL$J$?J R Q?I z`PݠiU:螡0΀v=,+LM30=|z_P;Dv7O[B {|ݣBBGUOq=0)* P=,{T`$ dJr0'2djY ˤ%>EԮMt":)LkEmky-"/5 լW}Y=j5l^=m0xCϾ=,j0 mXs-kX¦Z(! X`l(i"6}~y$m3Øҿd^K+AL&3wǹι眫_?ǟ0Br!:q> 0xXӎ$'Lnm(ࢂ"a)e\(nq|O<ha?- O*x!xذ oᕮ)&YHs'vCV= wFtlXH"<14^͑EXE7o^bĴƸruf̰iʰLaq;I-);uƀ3\:ss3Djvn+%fEN{gT41cPױ6ggؖ,&g`"Ki6v=ቤX$i ^-c$0irÍK:ւJkVX@#v&Ũ׶&*ie8c.wR^cHjT]FRvI Cㆥ^aVaS`rSyzכ/ waUU|T ^U^Wcpdxox(xWOqaT\/K¯6x@Us*~9r^pY{cCo@ GqiVyX ;a>v޳/ѥ[ ^r1<`**2z(h4#/rF<yR%. 5qԸdMg@Mn<5,1:ۓqPN_jv&MMԐ.Х/].} rtn AeTAojz;-wjz'5t!]Amt%vjF5i0=j2>*+_a]J" ]0qgL(=>{詥}6ZY~ZO><'Ɠ?3HC~di5h>%iOg>:Ţ*/;J gw .LCU. M4:Jm>t≊ , }|/kYt=-"AZ.u=C?޽bR xlP3Ck5ZYuONCsmF߳[\'bP ^[~2 IZsmT+P.C'N(&|Oyz}(@s"%L t T ujG5,[Ùoj`VQ )5*]1dPJdQqK16-Rc iq[C?c#bGhX$[ d56t]v·Цø\/yA'`No9* M[$z*%+I ddUq|}sUŹoiES֡_ ^%i"P--of ]!U#ۍ]MD+D؀1܇(ކHD넽^Hw%" 81 _h~G{;H~ }O0K2iBnI<YB7Dlkx*jsh%]Pؤ\6MLm JS߯"IghaFt.qFx#u͡ \c֔p:Ǖj'7Zoo*}.}O?PK ,X(m0Qorg/apache/lucene/codecs/uniformsplit/sharedterms/UnionFieldMetadataBuilder.classUKSG V! XCWca vU+>%\=׼W+*?*Ij!e{޿7`&1Cx[/&Bcmw &с V&q ,Ͱ4^s'װ@!~,j(}I$nআReHA)^0S@:+m׸?zEʫ(^9/Tyf(Gkeʿ6&zƤ+/meR5)˱+LvE >㚊8-G]U֕Eא,#c<ش|#ccm^ůV7̀Xqm.@256GliZ:1̾dfi]|!VCl](BRy?2&%jb=-yO8:ؐS]:Fy8tBI`tIIyXFIm+PG(Xe$tc  40l[M}CUX;n:LuN!tsY2_ UK  q[z*CV/[_.bIM-$S(5j Z5'"f1.Yhc!z1M}{n J 8um?v/&J@9ըjMJت2Ƕ}ZpS[oGGMЮJu4{ J'xUst4i[-ϔs:}tLr̦' PTt]L&MZ#b|vQ鬰5_$܉̄YWigI2+VFqJX3@XFiu{Q&yZaK0=룟Lw.Iv}Ŧ8d`?~dcVJ:v8s n~%^o]43,n&>:AX|)*AD_#hAe`A4|#?kaxP(^H%&?8}|c3k+(']\Czy?&YFI ue]P/SKyf tضkە3|* _yG:ʵI;$T Jk@ur >s ݈Bٙ|@lcX ;%/.}EsZS~DQNL1JNpU 4 tPg@99DH\b8mPkVvI:K ` LXi( ,?/j&ٽ-&jiU+jg@Q"FV,@ yQy ϵF'@3ĿN7rK$^@)ɛcuM*yzNZunY65.'e卩n`V6E-D7,-urIǙd{eS#aQpn=syО~.MSG^mGWy1T`C~>^9~;T8B )>]=Fٷ t9Wv;}F.WlyR&ܸ?-qR4 lE$v”ed.UpҟI)+1P2mIvNGoUĭ8LkXG?;V+/ u}`e[ʟ+ɠM]Gaw >?`y6\߇Mt!?a!<6us[م.~ b"}֦AIvh nߚCǷ6pGCJhF}%y EyῒBC*ߴܢc{X$Nf!kOiW9pr 걞H[]w̵U6K8>qu8Qa2uJ#=̧;?N;'O. _{8 5ЌCTaj9I:EđT, GC |PjCe'=U`)BAsaE LƓ:~7Remv+j;l6^e"2[Lֱ B|wU {R-H. 7p,]EȽ6~c}ɑ#;®qb$Q`xPQPиe@<O =zz  }-&Ğe]7E #A&'F[c z]2A'hPݺ͎SRM(e+rߝ*jL#nAx+^Zˎaۈh -ЉH 5hB zta-ŦUANpT3>R{ -rBoד.f HeixTVKDhpkb|ß|s576Xvf~?PK,Xrr=META-INF/maven/org.apache.lucene/lucene-codecs/pom.properties#Generated by Java Packages Tools version=8.11BytesRefOutputkipReader$1.classPK ,X]) >=SkipReader.classPK ,X:y >HSkipWriter1111?xml version='1.0' encoding='UTF-8'?> version>8.11.2 M1 |sZFIh2;y YZ