lucene-classification-8.5.0-150200.4.4.3 >  A cp9|]DnS&JM=̇YDfm>}x>Ne깏Z*Y bQf/|E1-"&n/ɇIyݪn|w_nEZ/ѰGktEឰUNlw`vVǃd'ZG+Id\1-!Ƹ2N6th8鉽ڀkK?l. ]=3"~ſ74707d86f4963604e4accffcf238f9678d52b19ab1fedbffed3d52ac723624f0c7641a1de372aa64900508e4c690c490bdd77408cp9|=w%MӗD0qz#1'w ߅CNk`b ;-ꆨ]p>3Q(+#1W|ìO{up9kv̟IOj@SWK{Y?Kxq8Ij],C1U2hafo<.Ps.+7..pTnnע?>M|[t#&DpqGM!Hz)h"]С~"b_nؙM&>p>?d + L% ;Vqw     ,D(8 9d:FGHIXY\0]H^b7cdaeffilkuvwPxhy zClucene-classification8.5.0150200.4.4.3Classification module for luceneApache Lucene is a full-text search engine written entirely in Java. This package provides the "classification" module for Lucene.c_goat16"SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Libraries/Javahttps://lucene.apache.org/linuxnoarch  T # *AA큤cVcTcTcTcWcTc352966748b6a6f3d64314840ef1ea9dd2d0c5cb6c2e4d3ef5713d77a14cce390a15ac4edb3bfeb006c70149c13dd3c8315885dea546ae7b6612f10a2fcf07612d269caa575b20f5961948f90f07f27fe5d64dff20466fe6d578c944b0b536bclucene/lucene-classification.jarrootrootrootrootrootrootrootrootrootrootrootrootlucene-8.5.0-150200.4.4.3.src.rpmlucene-classificationmvn(org.apache.lucene:lucene-classification)mvn(org.apache.lucene:lucene-classification:pom:)osgi(org.apache.lucene.classification)@@@@@@    java-headlessjavapackages-filesystemmvn(org.apache.lucene:lucene-analyzers-common)mvn(org.apache.lucene:lucene-analyzers-common)mvn(org.apache.lucene:lucene-core)mvn(org.apache.lucene:lucene-core)mvn(org.apache.lucene:lucene-grouping)mvn(org.apache.lucene:lucene-grouping)mvn(org.apache.lucene:lucene-queries)mvn(org.apache.lucene:lucene-queries)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)8.5.08.5.08.5.08.5.03.0.4-14.6.0-14.0-15.2-14.14.1b7@^@^x]n]?]@]@]@]@\b@\'@[Y5Ycl@YTY@U hfstrba@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- 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-toolsgoat16 16773287358.5.0-150200.4.4.38.5.08.5.08.5.0lucenelucene-classification.jarlucene-classification.jarlucene-classification.xmllucenelucene-classification.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:28016/SUSE_SLE-15-SP2_Update/cf27f6bc2a8a2e797691796ab9ed9cfd-lucene.SUSE_SLE-15-SP2_Updatecpioxz5x86_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 textexported SGML document, ASCII textPPPR RRRRREAKhl[utf-8f0838b15230ec18a88d90f9197fd06e06108b0e9c4c88d2c9478b419fb77d8d4? 7zXZ !t/(] crt:bLL %aZ82?#xm )eЛ|}Mup6U&)]D$,od|D|&0;_}cXOvn5Y)sB(elkcp:[Rm_KsE#q&cz`jRb"QilpTR˵2ˣ .j,ǽUT /B AmcEѢ=D"J"dmr}Twmj0u5m$8Kalkk (vqE@]E`5b*!Ƽ< {ɹ=4feLG_k0@Y/i>Ε%͑6MN-y |COF)U\_dPѿЈV;iagZH҈JH2SJGn$\OøYp/Tp5d2%,Z"AOx|FB⢶sPV^㮸on;OL£ (#CޙQެ>\zu-|xΠ1gTY=;,Ţa4>]_U]o`Q5|ϧ⚣83zL7tK@)8gP<$ 擤nk+L~l/gf79cvΕ?ƈF.,Ï69C/ksE;?@3!)E|F-@yA7b/>S-~>IEYۥg{e!|} , &!W7`|09 <$|>SOgKsbj`ʑKkMA5qj|ּl,"X}4S=;^| $l燒Y :Iwm66< }g\;~Cdvc~@O; =mpA9BLUx ȋDB9NSbUƽ?;zSkG'&Jg=ŊJLFF`If "K 6w U2>aXʔ!u#W:tђT'ʬ677Vmn6y1j7#׍M:#sAo:jcķbi0yϋ+.V &ENOpRğ+=tP^P͕UcrxJMк8];>h¡ d/n=<;eW7|`9!צg?e?mq#_"/@={Cz3Ql5S0FDR,f\v5!}Pmrb\'1d&/D[rjkƅ+|ÕbAI8P6wIaK/fdF"|Jz֨:'$wXEIrS19ܴ%0x' j =I5KaLyPުXyyZ;ȡ !Iʅ2IA%ІU_eܐoDԜ>7A؍ GFDoFY8ϴ2 ylcAvܽ5. q q6̊Gő&Qp~|~+U$UY9cʺ ,*Y6wެ٪~iījɫat[,;C g:k֜Y=^Ae h d`|-xu$.$k5UTYL̎Od"54;rU\Nʧߌ; g !M KpsqM[F)[㳡ƪ*pv 3fN CzO~ʞe-OBӹn/'TDZa`~]x@m-T•2w=vr'!BOþFjy]fۈ{?V}k= RH6L!V&DfJqkl׆UI:Ho̝=vH1 Li} 'vΌLOD7E%_Sr 4Qmv3:AU iZd%Uu tfMN8hI~dofU5Ae9Lq*ټ[sM =V47cy,NNF쫏xހC ed q0· Ug;Ǹ~ 7{0[F15Akdi1q#=6|0K }'}E` ;qJM sz 6ZkA"o_zͷn]uzg"`A@i b6T DR<_f5F08%'h"Gwq leQw`Vn%m?`TΦ 8xŹ ljc7griΕ8U _lEޛ4=jE#l,̣-=m%uɩP|ϑrxxsqaOiQ7pT"zK=i=GA䋟13(]|wd0z; h$7gSfrp3Z͡J߮z%QbTiv~U7}'?K~\*擑;n{ Ug9®!2|vͮe~lŠ{mlZiq.I8R) =mhGʗڽ45M ~Y+!g|!.7n˄T#G')P U@ۦ@!b¨)y ЧDz;"l:܏X^YeL~Ŧ.!fY,4Qko~jo_R%!=TjQ) HInUo*҂`*Ax^Ot.LlJ]o LC AI3(PVfr$75ieR[bәtB? s>D߰S֏(;D1W0Pf⫅[yר_҉F25W$uc9ķ|ݗ2"OygfcegKR-3uM^(F9xOP N,hfj,>t8SP,,[Tm؀~3hR'8fn/"|R(tOUNZv`J9f~|L2JaQ|L򀓓/0'rTIՎ7ics.|&huGn:[pX`ώfMlGQ{2A}KMKv0C HߍA q 1ʀfk6N71PvS9;/?`a%L )$BYAmoϾ+CϪ>ER? \9oK~0qOKTu v[<9dw`:2rp!Q&a?Amk/o1];c7rSI)Yt{iæ"z~'Dب+o xCs,Px{xTɝ·}q"ru!41r2 7># LeVr[! ]>L@_d3#jt/Tab2 (4̒P̀Dti)׫w_ s:8g6J-*Sr@C$`S=܇/,xJ ײY]pXzbrjVA0%7Ww>lMd;RFrIQJ,fmow#f0-6O5m߂DeJ3&mSz{MQ tavT'[8BrR | k^PTߡDu8Y̟L }թz5d.StWO.wZBk1 w&?Hc|rA Πv>!]E]2BRpu c۱3\:ϡ78f&<'.h % VAD԰pb%`ܥp52Q~Ła#|^pp-ND'82;yD?\lX#C 4F &}\Vl~bAsJUn43t-ԡK: k *. 쐸Q]۹@)ٗŝe,#R(Ts>ER~-`u$1i⾮lu .Z:t$Eޏv(Ukh1y02UqłHmfbq x+HDǭϘGϛEUV}_qpNd̷"bF2YVG]~N*?:5*hxϸΖ|vyTQ&|Ӝ-'fhTmZr|v(:Mj2?erner҇|ݸCzWer yǨ u-QM<=2^!9Uub9HfӊyRjJu–#!5`YcwwL۔錰EF;T 8xؾ'\DfwHlZ%L~}3=K V-(l:jqυލAg2k_tF f Ѱv? Yit@"`97;#.˘ҴV:]|K|0V_DNX" Adε>}ރ + wyFx-ӿTGPwa1[$0Rr|AK,ajz.۳)+0tҋyخЈ]9'i y ܴcFT [*LVl[Weq[c)>AA]ZzjKB4j{TQ4W$Q7̓C-=aOet2$T٭׎<QDH$9[ӄB@mA- l-9]T?nQ;O}8k PВuG=G*EcTu ^# Liʷ)p|n[X8769seO.HsRl~GR)'98'QbSF*IP敞'UO7/sAjhS?z)rf,[|+`"@oE+ #f! +ړΆch4D!Mq Za><qggGڰِ5?PN̝0_ps^(4j֪QԦt"JT(NdTk58OZmZɡczw0g]D;UHvI[{vMHgD,lۭ8 mT-Ogl ۟p/JMy q2@ !N hVv}]v<ɸVk;v< 2qRnTqvX#ij mGuQ'/&-Bizr%|T xWWRn<(w5AlMZ%B Dm*UbR\8^p5Di`; GيN="q;4C'2xQhiLe$rSѫ&ͱ*x1\#Ȕ/eۑ%*cVM5W+(bZoۧt*)UF9L=L/lB'NrK08C 1],(W.mfIEOU@2K[]w)bPb([1N3 YQ8L2CxkT=dfrX$n*a@55b) @tfU#ʀnQ*Qt;kތxb x!]<$4{6=iwׂP:LxQM^N7L; yICHcRرA)Wh?i(ߍF9.m'v3va>I1ף(8=5d=@XMJ7/$UolM'^4 MVh-+x\ i+=Zn/~{";\ڌc)"+jIh\SU Eʐ4ɒMx9F!N>0hOW^՛lBgÈ(sz"?gp}3oCx}k*Js>esxw5u2r^S+ 'Z}ogҨ`uTqgP*^1s| PSjP@z4C Y__ MfgxzU[Ԁ_QyojꨯnO(*fQ@J &&o`G`}D3QE aJ>2BdSKQ=rXS'BrXBf&7@iT,{у{pV}Ҹvdex5>nmې: :- "/ߩWt14=dT;2(D㪳: '"'a`C LZ DGPegXOlSP%::-beJ"ё5U|/vN\l\y)_C.MၺКHpU[=B'ޒMEk;3 R_f3d-0Z䏧NŎpRrsa F&쭲/aX[5DQp~ (;qPT%@Ox%cٓ 1 n* 1zCNdcmIbb!ɃqDazO,ς<9\lγ F`硴Rñ* cUzc5p8Әo2P]H}m2hOEt%vuACTgL[a*] )'5ݻ wGw dY6=*ct4y[>zy0q6uFT`jq 5|Bk(`kP٬a7d{vJ0MXv$lm=ёoz[M|"y2-^fX5")٥Wj ]Y\֩fU/@iZ32XqzgĴ1EA)Fź6ya![#Vڐv" I]뿏4 0Ew:f uH>(aS` DWE@^c4P Kq91o(/- Hxv$1[R{:AǪ[u D]C@O G[cnEFL-[ ŢRr,izw1UjT4h>st&do3Filu ,YK P@V:2COaHuJ,捎xXъtxl^㑈m u s6ηv cA3_@TLd ȑ'a/@|+Q <"[dGxXhJBݫnmaʏΖ؆}7WJU2e?tevηHHzR9pd7 r41W{AU)Ӏ)x[^C^[yuYaB9QMǟ)0= QLJTjE3dD[5}j$q=[Ci 4 R#!P)ggos1P2\2E x^ȴ ϯ[:+7pY/|%+U,_}nV>L+xJdoTȨ-*ɞgֹ-"8}=|ݕBQo6LaOI%1R:L2 D+uN颉^*א`0׺)`ʐ T_G ǶX9rXQ>hnժdSI]^ze#[0mss* IMg)#E]B~VP6 tmDVҬ@2]`Qro?^QPt],`NґmvE $Jc-ņA9w(0eJh}ካ|/qHt>@&R)NZ7TWwqe-͒'WhaXŭ S0U_;83qyU%P^%9S$J/ 5>L'.^&9=ܚݾZ2~W.erR.`hX+W]1k/;glITǝCnz@v0k2;K,#z{\>~m$84"+a,TNzXGw 3B_rw1dWsi&3H3m^j &e Yw%?CԫΎ6}Ǵb#ոI.SvpNgpq{G#}}_B n׌hGK~.@zww(_s2?ֺ#G,WnaH"ڋ.]鯷RGЖ_sxzQGV./~OnT KJ*A@ڭrʼnTKMDH@?a˺5f=pB *|/>ɳO.:XʨoU߅k`-֡*a'Bze4o6UHe+߻\^:տ41?pRGbn!U}N R$=?->V 2I|bhgD 9ts<&/.iDk O[VKdSR/:KLA^丶 \V:74Y W{z۱Xݗs'[dDFjF #/-68r=aFCT\aIӠw/7`Eߝ`4 z+TP@"8w2yAz>2ڶҤW<׳H2vL6RӳQX4” =t,]7.bSQu0„>؜<$/;ou)x~bq>J%('\[Ei@k=%]>iNc |mT QL\z$ G/fJķg )K|dW* I[ݼ tD D% wYqe6D!-`ݬ2vL8}b7oI J2J$޵˟.n2 ^,u`it^6M,Xt") !(Z{?*H>{yf(K[>J-6'm&-rFԹVSdEJ%D5+jku>Swz|**gϺ*$fq-bȄ8W"Ӣc.$UjKi|JZI;&Xΐ=%v"(`Aé.w]>lZۍ/qjRiEt+{+fsz^Z?r"'nЗ%oTۗ4w3~Y)T*N2B%Qd7_ Td vî\b&hzr@ _$ G,qyqrg'`o6bPȍ=+E_NKB[ȠRwU7cf@"vX~^ J|9d$l;0?ICy6RK: 8Ͷj$zm(,@y,w>,fQ=At P$T'Ky#2hJD>C{LhAzXwGfޫ炲yz6Z6;;ǩM6Ѻm{} mlLs){F +r!hK)c۶sg7tރH|C"aob` 뢉g.FH aJʍy&䡯CCes}εNMH5,}Kgd2ky=r sArl&Za7a0( z]@SrbBBoS.*l`2iS3]#5u˙n1 zɠ "Gw rn?`)C7 v{ xM*jLKq) y8HMy,lAQ\^Ee= #?gv#de+w xGcwYz=Mzb`]Xeh|2ζS]/=ipN|]qlUX'c:]#Jh$WQzp-{x%+jB`*s$ px{s/au8/f>[=w8A3I*і3LZZiͱ"/ڲ6e1zƱ|vh*Z#p{ƦoP қF KhtØZߏsF̷Y5[ũJb 8:f[JU /xLxu+sDbŽ[ctz7ΐ8IC*ҞLK !#yj@PT4CT|TO⸡PʁՂ]¸DcE$%,XpQPv[\^mC' *zV4+ڜ%н*b>! ]|I@ $^s(QSWA4z<,ǽzͼ^F;xPm&-t'}͘/ wNN~f;[<`eo3ގL}pŒMi ,%Nj@ƒ% Ҡow/0 6 9[%] ëF%F |Ct"Ϛew(~`aLEL^.ԼFMy.d,ݞV~aqaqH d&?#)m*,= +Pğmet̂B Cb]xֲ5JҁȹeЄr΄qUC&m>]_Y|0 U(!2UxNS-+Lb84m 駎wYs|kj2ړBTr {I *'wEs1:0H~\e{-?2' ONIdTR% ǚ҈nȵSM[2T~JnkZIi/P'۠{SH.iHH_LwxM{BS " _zyգbIcf NTl[ZBp=tUlÐұĂ['qņjU/imf'zAчf%(lSPO%^mk v Pעګ%]]OXcZ@V5e[+V.kE"=NDbB ?,wz~(^6&ˀ:U{͉Q-s S&l$GVw~kD-xOjigoꖐZ_.j bQKg9ƍaJ\~ʠ+?)>86 v6Pw{}̱B޵&8bn@{nr'b8OV6Yu+XY|Is!C oE.L8)3dWr;;!$JQ'S!ܽ\ j<ʓ3_AbG#P\Ġl̕'6W ],|GA܆|NoB޲H"xOhIi07c(݊F]Č60Y'}GK7Pw~jqTOg! !xOxb#}&_,e]pfVg; pe\ަ&>P )B- >#|$0v3?5‘@OKbV 0Gq^V \ yi;U$!HBݣ# oB[LxjV@نm0 89S`LqxDb+e5mxH*Kˁћ/+Y.{7 #>ۭ~[3Uca6Շg_,qFɞj$ >*Rxxk r'"#΋;_$Ij%=  ʧ{Ŋ'`>9䵲OFv'm>U @/g^.VyI {[`j3f$ :eP|m8;'bVhE̓;%jNP[&!e!5",u;@Q'<֜WbJ7]%jTQU\>h5hа38s~LؖTeHT7$:\[س\x&$тdT"*!UxDeǏʣ֧MvU|iLcr-9~? U)V9?F9"Qx 86b*އ)]=OcҜ>-mϋ~ &/s^r6= (<[~eخRkʾ#ܶϳ,` Eh/Аo>eP'r_M aۆy»8\Σ 0*o:= F.lq:'LOΏw9ϻZ/XPs7evb=5KC %3u롅ߕI?mZlj&\n5GUZ#+Yd{m߆ac]Hx  L,0#9WUZ>ʵK5KDŽ[QEA ;Cg+]_y\ûeU}QE&]I[AF7_jf-)dtHL$#4,(ji$ÛSWCř]cII`*ͭ Dбȵ^m!JUr-\_RgaG[?Gm=%Z0&E?7`ÍQQ!VH1<8K7|sy#w A{$+i(V@0RVDCt㤛ZJO` 5jkV[pDc(ZXqIaMG0% Z9!}Cߪoѩ90mKALJQ 1а8dLZkiETV0mƆYe٫V@‚tiys_ڊ16Abpx]s?6õ|: ְt;Bh3\ zG[ ?5k7aIyLRܭLZPeߨkG<:{" ɴ{W4jOuW譎wIig1}`p+If" .|ĺB) C@|&.7J18\1VuV/u#V2""Mƻ5*n`4ZLH?‚Sd[Z6 r%u.aXҢ=@יA.ID\c>=dV/xjWЊ06>^p7=l+3 |hIՒde0sy/ t -P]욬)<HhMP+"]fSy;YxVGSoU{Wck^e\2%zoAι&RK4 f`W005cӮ ~a-݆i>LZ;>U^\م{w~6}R?%3LP& h 2 F]>v4[!/|)oۮBTgH{}GjuWIʅ؞e.ݟf)ÕiJ!w'p*H,d7Α5,s,~L3d[ZޚEގHe8[W:);k̚ǟ&}PC(\ OS.]n?2u%QPˇ;>;#U'& d[;&(nQud]Ybae ,)Xx}OuRhsc@4wcCГq\EÈ#(L=5DBfbhV1@%߷m%T32HH}@9=]-]=GyzV8M*oALX)2z)#QoVJ@ z iz/*)"~b/PS.rE{a/CfwlvhEs֓]]k`m>Z4myw+vjwHT%y")2 eoz6@ T!1`wuO_RӤJzRbjhSbB ݾ@Q.{|PKWe\T nj.<\Y7l=@+<[!0Jv'M,lws+!e:D|yf(aԤ{]7=ѱwŒ4sV.ej)2E Փz^PiMn 5ЃbM(DZ30/DW0b9B j}ѺUFj]Ge~NI=MHr2m!+,g6Vi-[Cd:M1v{4yʎ!FwQQ!ڙ@tw8 *.[!sR?Yi=|'u {覧/@8r>*pYڽEo<]c跷Ȫ}ה9cIvx3bnWUʝ*tۨSqU3R iV۽WrJ'1p.?e89*\HT}T8p q,&v"ہ jx ssDL҇Z/h.|D>WZ 7(>u*j+4rU?h: TʷC*#Jڕڏa  >nEͰ8 n> PyR+doʔI .g#FHG'r3ߚȊ u@E=$(ܪiI;1 #gu 2yϝ>T47BU?u Ĉ!A%h}+E ߯\@b&nڏa? VW%⩵u\u.Ҳ 9 !'UUwDj:ovw~[RMK_h 3|]/(d ƃ6K nWXdR3I:ʥ@)V?8dߏL <;)UL?eƔYo/hY ѐب-kP'=Sǐ[Q(g jԦ!lH!c8|\4k~J޹ qgTQ[JpO$/Upc. u7F&K>ī]*"&1V2w8272:#^a(LrQhz҃jΕwOf'ǨѬՋQ>;4/\ izϷ8֎iJx|訰|ǥT8C!axxF#;yh):clǍ>7bIE.؟Zɼkri XQ\BUd:M 6$h_;zVx_td)"ĵnlDHD`[]ǀ:`r$\("@ рfF˳:چsMIua)NՈvvBr{F{VFwk'C ͈WH]fpد}̹p\pԳ>#|)!m^zCH'ҪL.?Y3H}Iz1q+= h.^ [wpO `Jm OSj\ jjW^$1غXL Y6%w#ɨj̉U27CJIҶg<@P,+ ǹ iM]uښb ůxw9[Bn'Qi40r>̮ߠ؜r҈bBwd?.3z"l # U/ebDԁ1&Z&.K8Jp_JӭG_!3xaE(Jh,"]-RXԊy ֒mX)oD#k=m'Hl_iwzua QX :+AH8zIe!s cg%j#>,CnPBvzeEAҒ7T.+^rGKh 8"bl}Eba:!J, $zB:L/RbQx=vtIŹqyD ,5" 67) V|e: M=WK[tryB0 G$d"`$J? ;gr,dp/"$tiXF .Agw 9DBg(MV[S!|Q-qDȰz_oؘeiq.BvrF֯3d %aؑN< b&jVYsin;U.;M^^(*g F瓈]WI7<w"a-PV:w)\x%&ػEGQUR<,Н# ZC,FPpRM@W'BiM<a kZRrh `'h>WI` eh'H*| ߨxϫ/~Z a0C*1҂bD# ~#+TlUm8@ .}wز\nN筟ޫqX{/QGag 燄|#OO \dwnu&fG$ \'/wv*. ܻ,FjCKv`?Ʌ~tb}j vcdRTXa.Ig_W_g _$vOÍOc/DQ-U_9R&|]0K%޸DSl#.lfRT[cW*6''c Nܵ[l]qʌ|[gkJ&֦2^rMVJ.l'λwfC1gZtX枆3$`hD0 ?qsU Y&#f佋7P0M# }+3=c%~x^}N`|&TL7?wDO }k{[{8ESG_dۊYR+`M#ҎT,TZ;΍Mud|6kzk ?]!!2:b 6 x4>'#Db}%R lz:.ʩcu"ocwIt4{~,~C\&ۦnN ȓ{op|a GEڱm0Bsd ̹YҰ89ׂG)in๩(::\˘>yf`pDV# GTX h9jpZ r=BQBlj.H r*Hp@r5u8Iq~<bF`hbL>O `]i[9"G XbGEJAv1V#J]S$sL:H6%%9ͤ6:nB-X_D;VG2"3%;L`nܨˆv;OUh{Y4KiGWvWq!k?3mz;wx(3RqH8GfWN٤͠9BwK~9\.meza!O \\m3uљa\0]T)Œ(o=>htƺXsž`5ez@APЈVwk='AVC XrWwȅSܖ7=jբK^ۄJ;+l Gacu6A$<3"=lMP'D__E?}Xk> =2Ыrj6k7Ԏq\,l6LBZڬk A֯r.&̵AN$ <3~~e.&EIW'beT$;QhK] .<-;%#ߤo6BƝz}J<'aB|􆼆ֆ) {S NjrmYJ5DIX(tOl7=׋ꢰNB(3Yo":=QӴ[W*|SD]7QGIp[fA"~|"(U埈H[:Z\qc 3>9uFҺ {y1C 3<mh):W@W0skR (.PTBk@j7~G.%p}aHc:s"`f@_,EV係윙 ʟخZ\=RuoI+ǎj0G!αҟo$AJI4 jp1J]l~\lm*ϣ3ȹ7z ib=q|T-FpD.Es@mݼMfyL\GO2$g]C:& ?~٬삞r3S*1`^Bl[Zp,WL$vʔRC3qo4#,Dg4CD|ʩB<0EؼQk^2<8i&0T&sULv;bʲRK̦JGiy$Z&pW VOG:G(@0dюnXY= A2k "-rd'Z-3\ {Hb{wga#o{K߰W GD˜\[8K3ʑ x*C^zj FI}9׽D?dlLP4!GE,u4Q%||Ēp iAi,Y~LDL*7|)N(FF2Ԩ[wY.˂QdI=2nNٖ;@-:yrRd~f mL,\?vR?UZ?IR;|X©{h6s]";esju]E&*q`P@Ȑ?~1dFʐ;L)8نõ E5t%ꓣ{9ʲHnHVc6&sB}lL5Jorany2l.>3,p|BӀfk놡/(cb uL -V{7TRszG(@"aQ;wѨ9ŕشw; EK /5 [?OYQd4 NkO`-yVi"Þ2dM 4Y*I]g3/]XQU\Յ&+ΏA-,ֱ4C#S OCY+6 ejWÅJJh 8t"S3fglzØ30G=ˆ"bHũymn0W2mR)[ǀ݃Nl$?r&r:TqB\7IּsI>Fk?/;/F̖&m7l,-c4篿fbIh|ܰA]"ryYP%o2:AFN1/!'ZA]HA} K4˂g7|gX2 t3.6.H/8Ł"FQ0+OhQ_eHg"h`c>q+sC)#[ К81sťwֱ2jCzpLah! OSagEK˯SCt!NGs! jq9 `|wkV#!c uӯzгlSlAGT%؎^|}39*/1& 9-@0|c:gces½?|&]ӍsM϶CCm:]wi`,9w$sNVE*csDGQ5:lUB ~8k+NLq9IDj^]Ӆd ֘1agOǹşD|@S> "F?f"D?$pI8h[ TmϘ U[% Z-5kXHͶi&>,Jm.\Mt2%Šc]Ӏ=?0KnWҦ%3ZdWNa9CséUCebG?@bAO-ꝍ@=xZ&%_[0a"8Q:gϼf[@m턦 ^KW10| +)<Ҫ=LAiC 4HWXcNߠV9ʲ;jKr{D :Y'ՒdžzJhjbX7Ma Fa@S& ۊwx* q=[p 9IֆsJ#΋.lYp  bܶ\hu")nNdek u+ήZT?hڬp٘gqXܫmw}6ѐ`Σ ɍRYzW'kd ~q0&_]@6̆t壆IExt,E\b|es 5,4kkTAvw{fF= ?m (?]x`m<sWXNm.[| ۴ sX2-ʅ507uZu>g2#v QWs1Yj,ɞq1灤e ^:(_s45٣[!c[f Lh/"ooyfXEm?qcJ/t)]Q32YL=W 1VLX~̰x3Lw<.r<\UZ8&ڒ؞V9.$V-+GGt"hzyjb x^Uhoa>iMkmو'Ū8ʯd?0_|  + 4J"( Q]A&zp%k<9-j:zwWOT.L%HYC/ &rC$١|~~u36(V=vl~" _{P4q܏#gp2br;3D[bJ.u$N<`doY@ݜK݌ب ;?ss4Ffq(.x3Ӯfiߖ҄*'|.!R@[1GҖ؂8c{{R4v%ao%рA9D[^@¨ΡZ)xؾÍ+ 1mK<1gu5q<G<6y%(%)G5{Eo]oũ0}`G&Q5jvW7ǁlAGnRQrȯ2r^T&~ wBy5&΢e=FP$âx*'BQ Ԥ q J٦l|?%K(E#;8_'-g((d/ʌP8cl+6tռ&t)P.L U*dv"luq{>#1i> o)OE)2&"g*)3~.NlVrt"A ]60{h+GaRVG\Mc #A&Gc#.8<^(e"pC${_.5C% 1kXq=|!sWTC5>Л21К/yF x&N Q?.m;8H*:YۏwѾIOS1;Uh7|F}} V#(~^h]07v_ߗO `0aS"g#)0>*v9ʐAwxӆn&WۤiE)ڏ3"u+OpG@Þ+S,Nw=K:XЈF|r{qyAUTp >LIo֚]dcq;DM- )-tr BpOEkg < W(iԱPH= =q (ܵ.t _N#h~#j22C-TTXN |ry BU^DgTWAZ2ZT{4&c_J\TL2łU>Be]0ٖF`V3z.pRܲJ"%_'N5TȿwL HnLF\okSد _[d+85wҶ|?.=b9ΏBä u>({[?ZUc8D9(^L|wa.ev3Q{QQ 73Qp%7|d^[/s]|.A~!Mdq.$Uo:K2Tk$tRBϟs䌻?5b8KɣvNmX*ńB*=@rJI{A):baM-[iS/CEE;Y_*3][Q kQի9zW6őC=?5bো4Rx#COSQY\*`B3q‘K:?v߶:#m=0, F|GU&Z0"]lO[_}UĦjȋ?Hc1,sֿVf!ZY{CnD7n9- zJuX8O=_VC+%yKի_gB `έ̻ↁxA̬ӡfo1lIG# ~W0>mz^j٬QX=( drUsg)@IG"Q`J]3۹Y%Γq&ey._ MCF"Ҟ=^*ICDžbTX{Vޮۢ\uE Yf[տK'ՃyG6C ɉ{M'YEy"C6&[UZمr 8r&b<"w: QߐU0uԑoZyMfe)V*z>[/rb6zQ=0*v1a㮸ɮBo7ifF`B2|m7-c}4+nԏjMqp:wt`P\+DS&͖pp&usޟRzv{ +u3ݏ(_s۞Ǟdm"R0bp֏<;{7x,S s/vrj=~`>S6ٵ-|x*hɐ\#(N"NmTEE]5p&k֎- sUYd`cեhi .ҧa 滒38"啖wvTZt8&K+^ ]8*Q q&ǐr{Pz}E@V+Fg} 7mmC'!VS0 R-BEd  v5P'|&]CD7]εF=#IOK )$qIXzҤ[hݣSkOQxy.ݗkpa gkA_YZ SP. u531r{&;hu>ҥ^]pZ"v(؟(x$$%<+21C7>eAͫ:a ![e+·֒$ܸAEV…UGw}݅DlNS5=0_USѕ@q^m1Yȷdlyc@>2,_.ѡTsj!Z ύ ='t׽FTR&]۶^5}J3w/*[hfh7N0%P2mkbl&Nt!8VRWؚ6EzN@ybLͪA#KҊڑgpXLnk ץ=&TG刖Ye58W+{ȏcd |p51ltR uܭߨ-b,+Wm~D[S\ މ#$Āq`od,?@ǟXe+_9v2 /&MD*׎LJ i0x,3H6{ BP` NtCԐ T'2긂҉<^2OrK('U.: mY^U^/rs^H˷[+R짟!k);L~qxEF! y!BO#Ti'Va34HpDexXRADdBJN '`Jǻ;mt,co- :tY0܉ՆIӁɓE{:fy^`Γ^ 0pYlƾ"N%#z7q'@3OkDS PTqj>+N80>9d,S'm֤Iz,|6ygGur-|a3Em/0Up\K<#Г;|kOQ"~ 2c|NqDk)Ц(+*dVrIPz2"b库'Ƣ C=! 7~]O%mxve&omC[OC8@[PkH`0d$L\XZv4|U o yvtCQǬC%}*@a<^aGY )vA}7o`^Xk&O'-;W)"_AGd8eẌ,NF- rnIGLdgb0Gg쒨3 TQm~9zOgJl p]3U!x>_PG,,F*@JɐubƔ|dootQ]`ۙYҥpfz%]uD])/׍f,ajpR[#bCׅO1R4❹ȷV5p 1z\X 1 Fqsq(|8WQm >+K:]:iX1譚Կ~A+p 'Љ߾l-:sha(eªiVlif?$sϦ7j5hM4CD M)M l?*.-Ĉ?u{ J4zmk!-8i^,/N=(]QsDQkHVwOׂC-`E' =r! ` %s)SCQ#**tFn|>\!yi[ BOE5#W6 kp"3d\]Sb+YMT DT4.k(GfDyHL,R9z0x\))i"ё#a{OsMip7J ŕK|} Hl2ZxW87kRE>0nDl*pr0\qoLМgc_P研fbtambyCyV]ĩFEh ރТS?%`~ ˈĵhKCek;Xc-qKV6dy0>P<tPn/s uK5ۜ{2tZvS5 =.Man7RUׂi{Cww{ V#> 1o2]ljqg5I eڼ<;(PVUўW^^,NWXۉg,:] 3_,6^UY9^ 2PS[k ,6M {նY8q17>EZE 5WLMOMpۋa2)7٪v|+<]">T #hWxoV]%Eũ07nh@yXk`YXx{wܸ䤂dlOYbmv6};xWݧ#|݃l ]|M홞D[/VW],,xčfE3aTV9'ذni\"iD6_0ŔS [2JG2'mq(94Id6Cj뜑c.5Zw,3O\=}'ay.ng {KBc&̫arl4棄9b'k*;|yT OlR6|)+rfū湀fGP-{b4 . gһ-+ *d܎Fd̰ kS,qmv'eBfN>P @o^ Z;Uf4mr{˭BOpuǩ~ (IUnf\N:N֚D=2&pRȸ5C ͟Ǫ)kd =VueOOxsX=eL77_Rh!N )5-qi,eϳ0B4mrص@駁1Z23fROFˍ"j7^*9&)z٨1BI&*·؇Bغ')ȈC&KDܬsq5rdyav0G=YfPZXG>fB:5K'$iua(qMO^jm㱛AvYXoJa;&k3u0؍@Vslػ:8 |iX n#a@ iy϶svD;nl/RUoGqf[uHUFR؀z)Q.녔L& )Uߕ"%_ bpz+ta" doR#ѳ"]*ul!S,)țO?M }1G(VyMbo*!BEH|۔+N"7˺{\VwܨXН# 0 MW\\6\;#gN %BC.'?ISj_Y;Rl2&l!V˹=3z= bY! 1Ø$ڪF­+M0|`oXsEyʺke{֣ô?ܕKs^#(k5c 'G!q_956p};OB7'_5֛gl5m}/§O)-%̩%S*6wcT\R^XArz qgpJxUnA3ZB-`Ȃ]S1pDVp<tNFn4̗҂`)?U@rOYWS˵`OX4Gk҆V7_;_ݰtP j*~trj?v_axd4zIs&ܠ7W:mk?6o7$5Ŧ4+bi]xgEh[si 8<1 i8Jӑi, Br˞ɋ`)ۜ_u6u0 w(ZYYe+wje`ӝsz09F8P*Xe9TmΩ#L$qa+/br=ز& ?l}y)|n?YY}c£pfdzIAjн.i/հ֡?vL; 7_';bfK}wHanx1)뷅bޏc<ě !`jq3";Rq. 5֜ -SaI8K?jթצꎨý}V s:"ձwnjsn';m⠔M^~=vu58~k2E`@bv!3z/MTi HBBJVwv60LT."Rggt;11r(Tk*d/&?Yz(~ aCBTiΫ?K9"(ppu*A=D:oPϽtp9H'{jfŒ&smgB Jᆄ6!g4GQΨ7KV̎QathR$HhJyaTmf#fMpiWBQ!wao,:n&: ҂{%Vɹɋy?8o˗e~4/+iRfyͶP\9ܤxd2 l~Թq`j?[3\{7VU%5}CZhtă?h~MkeȠ9d3>9yC.v n - Be;'T:5dfǕC$h{aP[@S"N̚ tRx@Vy;j6*QAӗC$rAP)&y|\riT*/9\¨S7u ƶBZ۱kpnP]Ǩ%gjNWdB|wI;*-C<|-7ۈVQ]1a$23ROdս&ceNv7wL>=51֊ڃ+5F(=vf"&1%A*O,o uL6)ᦂ@{̵7';O_VSi$%t!{JBxFʕQcoԽWblžSDP^PvR3E0v*êG# .A)/ez!>< .!ӣ-kh^?n(MF'U57u_@Nѭ$wW+R9;Oؤ gC'n?n,0^Je&fe>m}v2@J5Tb]Mlyqp)f~(pVNM^4 @ɲuό; L_a)O/~kN~]9O#[´i*6.RbXЙA/tUUȓPh {5ipr4!3=qNû\HKA! Q%W])e`:(C0[lIszfDwD_Lhr"os q",8\M9u"豁?-Inr<lOQԚNAso|CVe[Qׁ; ѧGa05l_1۾jhat40*?h|sjdp. [P%'2pVTAN\uP-\!Mjub#pZ jɛ ƖԺ{&4dT;,-E'dRj|8-rm (F|[ \ʛ@>ypq uSd. SKuVޫC?z:EZ̆5òHQW'O٢D,HWe3F?E(8SSRJC `>Бj*̧c,\֛i5"yo$zBobPs<RK f#g2UtuYrRN/aB q\w-SZ`OOyZ> Q(y ^4@9tn Tq\&Ly.(CSi_k@ xax*5'`XYRO Nci$ ׺" +s^lMshȟ!=N+tIDkeYU,[v~9+b:wx1}HdPe5 Yv;X~Ї&zf&@YYbϙ0$D)m 7H>Aʃnr*6]#팗Ӓg5!ZK^7 }ü.$Փ;9w !g [nMϼ'`EP)ԫ_o0_xq^w`ڵD&!z᎟\tE f$үRRCNU~6`1Nwv[eʂE6F;#GS.6x5*}/U:[N;_`AYy,I 4/fhs\E6E'Pwͼ ׆rnjv335sT@"j;`R YۣS3<=(Oe/n]oѮAr͑~)+ t!SϹGPCRO@-~fŇw)SE0]0&ɯ][Dgw:LICRWi nM*^kM=]]}r'dX3[_+8X42wkf. x{y˓ &%{biHD h A uvNo^f&evqoh nk }c5D u<.#0O2Ayu2}jb%E5f QdRt͠Dx lYB~1&6@l0S2oҠ@; MA%$ GQOA^2a r(ClW4Qf>/ta(pbvH&`6=G]&0qsh*T2K]Ǧ{4,9(cq봌ETKAiVJZ暄ά_,DfYc] 2c` E0Q=Ek/a(\o .yig7yAfȮ\ZEN]Qm\@%ٓ۞cH7c2P$rҭѩ Zǜ\`~_N=I2dSƕ|X%"3tyR(9ށi:G!EWׯSd;6T{pp6 a)mL%h+*,v5e6I1?X<`"<'?%vDvtocϞk-óC()7LY2]taUIt탣k=^Y:HkKU"r|Z_%)ܩvL K(jr.䏆Z@[56tEZqX xG{◮1KT@ kz ?#h-R:Vm+ZV_;#H)0-7zrYA&UnYh`<ҥ2S9se ULv)26ІU #Ogqt$K +VЫr* AkcT_`[u㳮; #^Yr$"kW @Js 굘l#o[&xJ_uK4s(و*ϒٕ%T'm 7SP\}^r.Acu?Gy F6֎}ZERt08_U|{uyGtVtۙ:_ՆTjXցo]o,5DjP BM o?"{"̨~W4B`|T'i{)2١5FJ}ԋ"fBd_sfP Dj.s#v~@%*Ko$Zl *)㊊MbSLi9M\BN8l+>sn~~vS9"Q!CwJ0|JK7χ[7 fK nrd] ʣbZCB~d lrH~BX(|hey J9ޗ@,3|SGUYI+7a1{/1ڟlgH6H#՛T :3Tw~%zs Sm[BdR&;8/bݿ4ۏRvuvnF1neƟ@vֶG6;ĸڥ,2C<'#aF5=b ~bEB4h1Gi}/k#p `HR<6 _ ue:•!$8&!qDW F 933d>|9[G=H+%)LJOx*9dXV[ܓ7ҺLUL*sj ߝS/ 0v:=6Y os(R;ۼ\TeHc*~oL6M)^}:]u(<-P4LҎ }aǔ\p*fN^_t:zn{>\/^X,<u,+c/^$Z@Jr 8',);:^_}'I?\ #mSĿu{"W}3j`b(s/DReኘ^R $lS"9sa+Ә GF6r EQ(~ v#?4*IPfE #6h@^+3Aʌ-*8aSHQ:߇a,ݣu tnxKV8QLb*U#Dc ACBzQQ lv&\%nfo[)^a> {#bmpt^HǫMo7Z95RV>ׁ("F[5BY2GM{G5"ͭXx+DJ.ĚiD(la) y^{$ YPg9$*{ČHx Y>;CF{܎0K_U~n/[ L>^ *0O6V0|Z'ކғ(>L|7sNZUg p,5 .{TEa),Xu (S2)>@4{kӥ>U~T&Zn3P3Z9CuGK2;wf+/=NjZ 6J>gxIvL{q3T)^/}:QY!.zrxǾB}L C S ׯh dӡN}{,rU&O6&8V?(-eLRiB_uJqu9ê75M U8P!Kޟ~PSrBStuV*G5*lJmRD`'T y:z}N/CK$rKl<9n̥cNFPdaLV{ /yRCɝwOѪU4~NƣV.wKV61#(ѤE 7\~yW%).G9"lNrBm7ɈYTrb(" kAkudts|'sKh%GkGUNXwrpM_;se#p}c=%,fTCx I߄Z 7;^e 4=+}= Դ9o6>B<6LBzN .>{؏ zQ"UDJ^/T> ~L031*9 0ؐy !=E)r]#P[0Xz-.n'!FR;p^|Uvp2f Z{UC)&0\u#fR9D1OI5%V5!)g5hn͹*6Z\g e!>V0)KlXv5:N%摫߂hkE. ?$S=xRtWq{,rdL;un{h+}\qF3rxEwi׼kQ';>$!T{J91иLLR@ ZJbtC' pdOx5uf.}ⱸ"#"e"$A7BVu~'Ob 6@zI!2Ye߆ }m.+m-B-iMpA4̵ﯸЦܭ_sDyNqR?)s>'Np!vhry ]1 \]9hD0J߬¶4MGACU{膂3-O-_BemeUER~ L+?وєv +2b=9&(>>/)I~N虎 /ӶK/J.,O|0+ LÛÍEhAɅ);{KE\|3ޱ2B:fP@DsdiGV?dlPJR7E}KmI!):fR{D>ɗ Mm UM4}5iP=^<.b9o)%&lEE)%UGUS  B$J8L]5E9<}Mfp<$N.k(g O= & y55quFO0QPZ|w*QX<ݨ>b_X (dABjZ#?aZ3סgfu4jlw\6S']/FLzHː5P J񀭘vS4VGU Uu0oV {AV5F:=KKe5@Q@/?O|H/Wuwdc"m ׇvNpn'D9F|~R$ dղJrOg Q]Sц z#['e샙̝pSPQz֕Y_lB (* >;Y8Dѐz>bEDS)CzAOlRT5:BMb8rJh/RӈiNXQTԂfDOeGdv."TPm`%z_AT3[w z["T:Cn#v֭qZÁ8۲Aƃ O%4yTO@?s˗t7r='iR;FA&A_3cl}N0bf9J֩Ѿk\atEQKڻ؀ˏh^8~C Qhi뭖MJTH16lA*MNk&s Kٶ&K5AQ9 !C:o[_9SSI@W F[A96 {q1z{H]eCJ7O\-H¥׼[vO*9`&ڄ"cL/ה7Sl.!.) w2uې!hv99L\̀pޖ5+,H,r;#8c*1MsU5wk(kLPHc*~K&>Vƒ)BaB{SA6Ǭ%BtN4޻ڴ 11•fK 9 B iHþqo* X)i#yZw Rvb7}'O3(n񻮥lgS{d?vSxBt d5-K"}Np0QHmTZ[g/%8N,roo{fw"9_[Zͼy~v]1XW<8׶>C;.pHh6]:2|Ӛ(^ Yz7=cUc5p:c+/k=!%-aYj? LԱjJ&jdc'4Jlzz;9DTU؃zq0bȔvH'/$(FetW?VTlAتP߷9abQϘ#;nVw j΢!VM9lfg젅±MBܷ`>Pېd=eBy}ks[.2 7k\ҍX6++U[&s&HV*H@(5ag!NBi+͗k讯> eIYK mm{3 mXnh}QߊE nlpї Pr*fJ A7v𿭦#S5p|~ ,OokREJ| ''sSu<5y$:U[`u/dȥ#7-n;.2ݗ6́vS< $MZ 6?Mp$maH;L<Q.MGr\L`(]2VأoG8PDDzȣ맭6G'Bc@R]bXȇ2X<^B/{6v<킶QQ:ʈtj$v"xf@?O?ύK&`)7nN4?"!2"=- {6 řM͖&(ww!9dh?/TX-Upv3@ dk|0Sr~gGH>pYM:U0f?~Cxo&2 e}d;e;o14y}p;\D|up.S14nXg'/׸G^gs:+;5jfX^xCQz'/;i΄pp<ϳ'9yGdbW[?ˊ]/%L%O̺.2{^kY_ YPHäSeH)|%' WF>߇uʩ!JQkqw]B[${MOJ;dmavh hDOS_Rp{儐vuh*HMy? Ït9Yt 쐲g57ƿEՄ:ӲgݷAF ̾ f@SW (M)C%=}ќq8=؊哖2dIAe!RPFN=R<@L͢MT[)8LM]i7DSH#<wKc ӚƉGJ@JcAhi%w^\ShBݼ~'R sDٺ֩yy9y\yObSK#GSZջU-[L`S Iڛh5)݈sݜ|4)%_oIH{:M~|-VL6}aa 65V'}ųlidAߡ끮ր|S,|X>C>pt<0~,ہ;lc#_*ln5/ 懸#bŀWB+H1 ' C/@뗔M΂A B m0t"}?PT)XS=zFI@Q7'OZG'[>B?!1KIBJJjsݫn Sp] |I(4bj1 bb"#GAS n>u߯`BH +c>@ӊiS>`?-1$kd$᪼h6,\Ǜ nk9&ytWe4qPB G]Ǖ; rVD>iBEl!9~+윚.?prQD]z[9*oyjg(꽀Ctl9[]¬(kNW;_WaŴa<% ;#_ z;1>l71FZǽ:a+exv#/{1JRdfNָ?ڝ8lT ޴kXdo='4B~e1BrV߄w%Ȋsm}qo%+T_Lgj/]U0 #E8m'i'6e[򂌾T&R5S˕XVp /Eua"5>om 5CMW5bvzmOCS mC^ݑU!fvlޫa{Vdo$1FNˮ_XpI֊(T3yBt$|g먵5fR,oȥدq"(KujO4Ѯ뫍E2b)*gȧW ޻x@0+3KEŞ̴Q|待}Z>bB)ucLz]t)8G!5&'OwZv)g<LjTg~Pe ,m'D-cזL7/# 6\PR^M.seN@Ή$ãWڏg90O$ب\143c2_#9&xo?]#'`Ŀ@-:_TY/ةC2r6rCV&@B? 5 X~;> 6q8%Bk(:W+ | 0cjpzofO|YTohFtyɎkdlc1};gU PX X?>ꄘW!(\!]ppCn; ejj9P3۪: I5)_ZA[;x* ~F┦}B3"I`src\1Rؕ8xhk# 3Ag*goo%<ݕw?jFm^yH׿Z[|Ȟ.(|*ޱ!^ƁM+C +HNNb*^d<`"*;U !zB͓6צ7iTT!*4cxU)<5GFD4&|GNGT IJ>a0"DUPK;uuKw`:ղ28{]̮huZ!g ֟D"6Lԯ_pyc =xwߗ4p0P:UvmHl*;I UMt^׎Sj7 Q>*"WGW x۳X5+=+ژ3n bF_-5Bܰ3t.'|bEP^&oMpN"lXD3ϩ󯊡]^?Dz?IKPLV7iǖE; b!4g͸{|N=b٣Oȸ_jK>GN t.%%)"F0dn93[Y[h^HmӡaYZ "7\P'& bu~hm9< $L=Os]q[xQF~ʭB~E+ i`6pXSj+QCjݍ@X?(99.0dXhkPZ>\$-:dyn9@O}X7Z*?%Tyݗ[-c >>I v&$n,U`1@n]kQ g#N>͇g RdH{c%*P;KdW= X2='GphAVdBԎӖ-H\_'AE ZTjW;~| QZftF"jzjv88_h]A" "fX\@7u]NŶֆT8TP) Wc̲eh$Y uǮ;&31&kWJR>KBlNWhvfP8dg.8Һb:bG5 ?F1Uc,\Qbfh/ 4tI8-%ݳMT$,-WZ~:D,ۘ5<0/D~K;C!}?SAי] =Kѡ 3p¼0+1idW.|ۄ/*]t7kHIUӨ'U<5I 7r8/_+HP6,l9 >$AfE!w(rݹ{4a10dWݟ t3i3">,Kf }͋1m>/Мivb>鎛Q~r*W-.?crk8Q] i4r>gu_n(mre [UqBAcb(U (o;݃@}v;YV{j& "H*2hm sdLF/ K RBJ}PU‹@5a] iה㳿Y*cJ*:8V+}K#`i?r믯RpF/ч]9L&8ɪ,*|LWW#VDQE.c{cg.Q+'-^|:-ڴ]xʨZ1$<_* d2#֛"awulO.+~…c #:u* oi"5D(Ή˰{i 4 6V}d!R@MvndȵP8&e<™ȶЅɃ^{֫u?ˑ~[>@BC~E1`>+#f=Zw%q\>\l`Ft4,.k؛kR}[f%Rd0C> ˽ezD#5ۑ%8Y_ P>L& =9@]2<ŠQXoA/}܃I8}&zvWb_:w}<ĸ :(_N3ҟL1؛?ŗ"땝G;\KDl ?V24wW)w1flyŬpkM+gzB2 ʎm6'Hxh/5F#z5i"ij[ebMU M֝)xx=>5 tw$ILܘ$a u/x#z+ȩ#k)h /w` .8pЍbb(2l'Xjairz8m gY܂yD9z 7G$[_ &~jA|2)[|UXr]YɦzD˭̿0rBO0~[AqS/j 83S="E[~X-'m,[лG- jZqVt&ydL'c0o"qFob*ܜh[= J@:qfjUFiVQ:aI/z}z2"xXI| `դ?r,w]P(c SUK&2$ eKz[u=|QSD}fS&r'w \'6j|,_Bw>tY5|E`t\~m{aoCFqAta'i[$GlO@.`yJOȷ:T2>&[Rs$#2Cw6SRRl3K52LOݴH _>?in͉-N8ńha`j)B{/˘4cެ2I4sNgdb>H,Q;Il6Yg0gNANI(ҕ{gi7p@ѦƽX=g $pcCJb+5 KS^8uoaMhrOMFN07/^iO55xp /цt":g !bW`shdͶ\zܛކfI[9Up#Y<=%V1%wG?m ԓ]mfanft\ DZxJ^\ikBZn`LH |4른]B=5U;1v[ϝY 5jV|%ёDCD^q 1?CDҌqZnQMjJm497!OD)_xX)+'aK{pTRv9ӈD:$ Q"\T`_dҾGsf"{?gP+&|3%X̰ZqK@e乔`<|+z͹y _ c`4TFNZf"׸s@r 55.jOF, I ? ";={lwO )RQGhߥԘKY'z5 !$>xnzTAokyn㯄B{_{S^&M.׾\ !o AcGvE4!oa(ZP CvFjɂ"Wq$} kdM%; MS0/DĚm1ԴK@|"R#b^E޶ϳ9rTF[H ڎuk{uBs̄M|yP\3QO@ ׼/G"jF{Q%^` NOX8G[d 7Lel;v:O솨4TXZ22"%5lS! >I{ ^o9XϱW-"P,сgKg3hH︙`! nZ{uu vb;[s17?V+1y%:Q 6+9-dF>fGt'Tvh{&H'H&Z'Hw!4Mced6e7ròq4(jgy՟_$_j g_ˉ2pt!|(e c.U޹mK#]}D"o\tPf3t#"fD@pnGc˯Y3^F#AKh~1mSQfqBuQ^\t}zYk@6D2`ﮅVaoa80@rZHB:5mzTbC$LMKSDT"Im$#GDwsI?mƀ}k6!8loizޝ(QNO&{'dI2yNg2I^=zN&^r_?+-CIC4Yd"߾VW4=lgRx=]g:cK E`qA*ޕu^f5I@LMa} c:yBTZ,]\DMIo/4oHwg<-M]+YFL銍*̸#^bvQ_L3'\DbBo.X &Oaٺg}A2A!QuF0$ T:CL"F,b?j2CQT{9哘 ^)SIg w!yB!Jffr QUD \P7Э`4c+rh!pTd#QPiʒ,̆DjڃF($3*ѭJ D9![%=ϛcd}l:}Zs+EM&B6Űb@KQJW P@9 ?J&b{.Vnm|.:#2& o9X!( 0XI@,UU"DWx.Qc6jZDO7 D`\rWH^&s-` ݊+ >gd֢wy۪\L9{[B1K&+ЅY:pԳh0DcU.,6ՎEDV)G>68"_ʃw+pkPԴdâ]s*Eߞ Iqav'ߵ͎5YՂv+JW> C./vMXfxs51y5?9B#K`}UƊLGzm\v-400m'|$!*m0|uWC恅§<*I#=Xa nd!=KXtÇu]aawmi6=̝<]})~ OBHXv:ͽ [{*4,uBCv|P\8 Dr !hք}=Iᖐ)O][Zf.Bk\ {Ռ3c&, Zk(drj殟p7%:˘)S>tT²VhvvY(RWSujWӋC;/|v8$GT1MřB̙۩aI-{eq]bJVu$w@z5rNz&k8[z 1K,^O9ZeaEi~ި %_F#\0t9 u|_6$̎ob/+{cO>U)BOCdS.w'zJFfw}[yf VSJ*J%vZ gu fH @ ܭ=iiT2P$% :wl n}H}Ms~s@W㓹򶪺sS'3Lk*-񕗇n +j1:=8B1/6%"򮷫{)btMpr'!Y?G!7wp_,؟*} ָqn)`뫡)}IgV512w~WIqݭMD?HmEDmκA /3 E<`g0(2ۓ,9.Úf],?/,K:xU}>Zi7 a\]Z}!q𽻴aYUJ?>_7j" X4MZ/:/7>6x qz9}VɆ9Nux=#|C(9@ 6}@`յ!N&}$ZEr\@L}ڊT,v4Sup;R-jtޡ/s)lyB3FzPjo V W>;XTՎ4FD:zXLdY}.%~&"z; it<9%4ڄ|~Vf( HLmJ/XOj" ONH зj[\acR/`,*)Yz96_kiY[=t&{fyDpDdM?V1lpvpqs#gþakOԼ-4"CD4,  V%ld4$mrrN墙U,'N/0X^sv_Z6䣘it?\۷L=H#vy]RQY6px{OI50JEv8Qo.iu1u"Pqf>mvX0d&$ZyijD>k121l8 9|0n[CV!HMj8Ł%6XUj4\b^]BQL绳r?ÆWT9 ]n |Od41?2e/. ZcnZg Gk=/f#xȰu=7wj,G Dx~_P:Zv)ZJz9l]g: GaF]O֩8_AbM Vx)0gU'׆hm(fr }_b,S^yޅ?0@&j9NiY yVZ0(@ xy׹Rsk6WMZ]ڄ`O8]hM]w*j QLe5x6(/lK-8E6,9Uvur@n&PӪ,ZR#DRijopƀe⠣CxA&R _SrdɱX1Rq_Jau -HNꡗԻ;ZC.sӽ/-G_1Bt.`oes5fXgEfKt#^#~ SϹ 1$1{OI42 U ɘnFF/fJ F:݋g$ΐMLYp5+gS2X/ lL<=ϙJgIwlYB>frBtjXb[9+}ٶE"7B:?1my6lfZFPG;^\?`OdZ.Yt2琀IJBwݐ*D _oKziYB]ı24KA,2Q)/N,tbMb`QvA18N4?]joJ{&-2'y@l2:Ǩ!tJ-Ca/O:7i]zX< V'+4]r qdಒ@afіQ cV mf.ߤQC'~5vBa"*,׫K(tA8,/ZLh6=JЭ C;0\J7֢ %lRcٓybRb{t: <!V&sq2dr걽OZ9*I| | $lnnyb9C!)] @7UXOr'CxKNP֝p M cLcƼƱX%lEi1xf DDy2eϦ\81&] ^"vv0i4~&HE]?WݻVdՐ.KXĐ%#e~IT0tz]'W07 ( ,T)fЁ 5wrXո`-w{ t,OzQ"vW/>'Ke+b1H?EjGV(6eogy[M{G4"tJ՜yr䥿} &T*rIrTVV}2dU^X͆z9W&؍VJnk͈ů./(5܊蟛-e5T/Mto0b3նY8K}Vf%_7)YrcWOE 8[,F^ YNzg\gMBh TF`9(KwKɋ`Yr0OqiPf:AI h^;$]#Z%>\u"v\"U#PM߄r!e.gɷ'CC؍Q!v8_д:YMYwfܵEg jE`86d^7\h> T ,I1ݱzL`_RV=e͐}[ ; kʭ}R!# )]pO4Pg ZdѥjX&08˦l_M)&ZPcT>m#~UFR2w̮[uފ|fcRۚ_`owY[mFexx7e:;pDB_b }j'¿}Źٕlo~DžIA7aiujDWlw0~=hv=t[̂=A%}ˇdVl =h:Enuiq.BX况w9Z5,ɶ BSWDdr|hN.KzĂd(^>fUù$SVV0q 9ږZد ". 1N}T> E@+ľzӔQ[R,dSSX+\D 팇[5$L?ivfcXKΎpv,gC@x\KgI}p\'LZ_q97bIgL& D~J$ZTV͚  a' R9H  [w-GSKz3^_AAT]ođvثه\D7E\2; F-GGɎ. ~=*7Ltiz9+Z407bVk:-BqBr̦AyxT`bVuA >PF} gG#p[qv}K=k YX֏KKЮZFcrFԕpѹ4P኱#