File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ Our Solr schema has 12 main fields:
1515 *_public
1616 *_wiki
1717 *_description
18- *_url -- we wont search on url so it is not indexed, but we're keeping it so we can
18+ *_url -- we won't search on url so it is not indexed, but we're keeping it so we can
1919 navigate to the project
2020 *_tags -- this is a multivalued values, meaning that it can have multiple values.
2121 components can have multiple tags, so this field is multivalued
2222 *_contributors -- multivalued field. ** note: contributors and users are different
2323 ways of capturing the same information. searching contributors returns the projects
2424 that the searched for person is part of it. alternatively, searching users returns
2525 the profile pages of the user **
26- *_contributors_url -- not indexed because we wont search on it, but we will keep it
26+ *_contributors_url -- not indexed because we won't search on it, but we will keep it
2727 so we can easily navigate to contributor
2828 public -- not dynamic, as we will filter projects that are not public. if a node is
2929 private, we still want to return the project itself.
You can’t perform that action at this time.
0 commit comments